Last updated on 2026-01-08 11:49:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.4 | 58.16 | 67.47 | 125.63 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.4 | 40.03 | 50.50 | 90.53 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.4 | 114.00 | 109.70 | 223.70 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 118.00 | 133.20 | 251.20 | OK | |
| r-devel-windows-x86_64 | 1.2.4 | 63.00 | 110.00 | 173.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2.4 | 58.11 | 58.63 | 116.74 | OK | |
| r-release-linux-x86_64 | 1.2.4 | 57.21 | 58.04 | 115.25 | OK | |
| r-release-macos-arm64 | 1.2.4 | OK | ||||
| r-release-macos-x86_64 | 1.2.4 | 34.00 | 68.00 | 102.00 | OK | |
| r-release-windows-x86_64 | 1.2.4 | 63.00 | 106.00 | 169.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.4 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.2.4 | 34.00 | 161.00 | 195.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.2.4 | 69.00 | 130.00 | 199.00 | OK |
Version: 1.2.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Dmitry Selivanov <selivanov.dmitriy@gmail.com>’
Found the following (possibly) invalid URLs:
URL: https://app.gitter.im/#/room/#RestRserve_community:gitter.im
From: README.md
Message: Invalid URL: '#' not allowed in fragment
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.4
Check: compiled code
Result: NOTE
File ‘RestRserve/libs/RestRserve.so’:
Found non-API call to R: ‘ATTRIB’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.2.4
Check: tests
Result: ERROR
Running ‘tinytest.R’ [6s/31s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ # set a seed to make the test deterministic
+ set.seed(42)
+
+ # run tests (package must be installed)
+ tinytest::test_package("RestRserve")
+ # tinytest::test_package(
+ # pkgname = "RestRserve",
+ # ncpu = getOption("Ncpus", 1L),
+ # side_effects = TRUE
+ # )
+ }
test-app-auth-basic.R......... 0 tests
test-app-auth-basic.R......... 0 tests
test-app-auth-basic.R......... 0 tests
test-app-auth-basic.R......... 0 tests
test-app-auth-basic.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 7 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 9 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 13 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 15 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 19 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 24 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 24 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 24 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 24 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 26 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 27 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 28 tests <1b>[0;32mOK<1b>[0m
test-app-auth-basic.R......... 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m5.9s<1b>[0m
test-app-auth-bearer.R........ 0 tests
test-app-auth-bearer.R........ 0 tests
test-app-auth-bearer.R........ 0 tests
test-app-auth-bearer.R........ 0 tests
test-app-auth-bearer.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 2 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 3 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 5 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 6 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 7 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 8 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 9 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 10 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 11 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 12 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 14 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 15 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 16 tests <1b>[0;32mOK<1b>[0m
test-app-auth-bearer.R........ 16 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.4s<1b>[0m
test-app-content-handlers.R... 0 tests
test-app-content-handlers.R... 0 tests
test-app-content-handlers.R... 0 tests
test-app-content-handlers.R... 0 tests
test-app-content-handlers.R... 0 tests
test-app-content-handlers.R... 1 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 1 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 1 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 2 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 2 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 2 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 2 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 3 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 3 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 3 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 4 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 4 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 4 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 4 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 5 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 5 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 5 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 5 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 6 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 7 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 8 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 8 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 8 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 8 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 9 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 9 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 9 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 9 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 10 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 11 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 11 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 11 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 11 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 12 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 26 tests <1b>[0;32mOK<1b>[0m
test-app-content-handlers.R... 26 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m2.9s<1b>[0m
test-app-cors.R............... 0 tests
test-app-cors.R............... 0 tests
test-app-cors.R............... 0 tests
test-app-cors.R............... 1 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 2 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 3 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 4 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 5 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 6 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 6 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 6 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 7 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 8 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 9 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 10 tests <1b>[0;32mOK<1b>[0m
test-app-cors.R............... 11 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.4s<1b>[0m
test-app-hello.R.............. 0 tests
test-app-hello.R.............. 0 tests
test-app-hello.R.............. 0 tests
test-app-hello.R.............. 0 tests
test-app-hello.R.............. 1 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 2 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 4 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 4 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 4 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 5 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 6 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 8 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 8 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 8 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 9 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 10 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 13 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 14 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 15 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 16 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 17 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 18 tests <1b>[0;32mOK<1b>[0m
test-app-hello.R.............. 18 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.5s<1b>[0m
test-app-middleware.R......... 0 tests
test-app-middleware.R......... 0 tests
test-app-middleware.R......... 0 tests
test-app-middleware.R......... 0 tests
test-app-middleware.R......... 0 tests
test-app-middleware.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 7 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 9 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 13 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 15 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 19 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-app-middleware.R......... 20 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.8s<1b>[0m
test-app-openapi.R............ 0 tests
test-app-openapi.R............ 0 tests
test-app-openapi.R............ 0 tests
test-app-openapi.R............ 0 tests
test-app-openapi.R............ 1 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 2 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 3 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 4 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 5 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 6 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 6 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 6 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 7 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 8 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 8 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 9 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 10 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 11 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 12 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 12 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 12 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 13 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 14 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 15 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 16 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 17 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 18 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 18 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 18 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 19 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 20 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 21 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 22 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 23 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 23 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 23 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 24 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 25 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 26 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 27 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 28 tests <1b>[0;32mOK<1b>[0m
test-app-openapi.R............ 28 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.4s<1b>[0m
test-app-plot.R............... 0 tests
test-app-plot.R............... 0 tests
test-app-plot.R............... 0 tests
test-app-plot.R............... 0 tests
test-app-plot.R............... 1 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 2 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 2 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 3 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 4 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 5 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 6 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 6 tests <1b>[0;32mOK<1b>[0m
test-app-plot.R............... 6 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m82ms<1b>[0m
test-app-static.R............. 0 tests
test-app-static.R............. 0 tests
test-app-static.R............. 0 tests
test-app-static.R............. 0 tests
test-app-static.R............. 1 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 2 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 3 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 4 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 5 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 6 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 6 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 6 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 7 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 8 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 9 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 10 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 11 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 12 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 13 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 14 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 15 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 16 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 18 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 18 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 18 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 19 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 20 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 21 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 22 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 22 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 22 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 23 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 24 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 25 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 26 tests <1b>[0;32mOK<1b>[0m
test-app-static.R............. 26 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m
test-capture-stack.R.......... 0 tests
test-capture-stack.R.......... 0 tests
test-capture-stack.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 3 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 8 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 9 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 12 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 13 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 15 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 16 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 17 tests <1b>[0;32mOK<1b>[0m
test-capture-stack.R.......... 18 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m20ms<1b>[0m
test-cl-application.R......... 0 tests
test-cl-application.R......... 0 tests
test-cl-application.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 7 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 9 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 26 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 29 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 29 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 30 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 30 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 31 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 33 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 34 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 35 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 36 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 38 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 38 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 38 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 41 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 42 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 42 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 43 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 43 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 43 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 44 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 44 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 45 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 45 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 45 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 46 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 46 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 46 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 48 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 50 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 50 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 50 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 51 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m
test-cl-application.R......... 52 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.6s<1b>[0m
test-cl-auth-backend.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 2 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 3 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-backend.R........ 6 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m8ms<1b>[0m
test-cl-auth-barear.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 7 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 9 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 16 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 20 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-barear.R......... 24 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m42ms<1b>[0m
test-cl-auth-basic.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 3 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 8 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 9 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 16 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 20 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 26 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 29 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-basic.R.......... 30 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m
test-cl-auth-mw.R............. 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 1 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 2 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 4 tests <1b>[0;32mOK<1b>[0m
test-cl-auth-mw.R............. 5 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m10ms<1b>[0m
test-cl-content-handler.R..... 0 tests
test-cl-content-handler.R..... 0 tests
test-cl-content-handler.R..... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 2 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 3 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 7 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 8 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 9 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 10 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 11 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 12 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 13 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 14 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 15 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 16 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 17 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 18 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 19 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 20 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 21 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 22 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 23 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 24 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 25 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 26 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 26 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 26 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 27 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 28 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 29 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 30 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 32 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 34 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 34 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 34 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 35 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 36 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 37 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 38 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 39 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 40 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 41 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 42 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 43 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 44 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 45 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 46 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 47 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 48 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 48 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 49 tests <1b>[0;32mOK<1b>[0m
test-cl-content-handler.R..... 50 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m
test-cl-http-err.R............ 0 tests
test-cl-http-err.R............ 0 tests
test-cl-http-err.R............ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 2 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 3 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 4 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 5 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 6 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 7 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 8 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 8 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 9 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 10 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 11 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 12 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 43 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 44 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 44 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 45 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 45 tests <1b>[0;32mOK<1b>[0m
test-cl-http-err.R............ 46 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m67ms<1b>[0m
test-cl-middleware.R.......... 0 tests
test-cl-middleware.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 3 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-cl-middleware.R.......... 8 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m7ms<1b>[0m
test-cl-request.R............. 0 tests
test-cl-request.R............. 0 tests
test-cl-request.R............. 1 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 2 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 4 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 5 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 6 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 8 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 9 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 10 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 12 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 13 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 14 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 15 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 16 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 16 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 18 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 19 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 19 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 22 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 23 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 24 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 25 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 26 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 26 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 26 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 26 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 27 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 28 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 29 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 30 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 30 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 30 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 30 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 32 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 33 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 34 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 34 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 34 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 34 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 34 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 35 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 36 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 37 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 38 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 39 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 40 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 41 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 41 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 41 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 42 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 42 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 42 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 42 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 42 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 43 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 44 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 45 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 46 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 47 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 48 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 49 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 50 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 51 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 51 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 51 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 52 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 53 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 53 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 53 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 54 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 55 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 55 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 55 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 55 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 55 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 56 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 57 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 58 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 58 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 58 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 59 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 60 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 60 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 60 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 61 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 62 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 63 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 63 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 64 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 64 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 65 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 65 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 66 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 66 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 67 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 68 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 68 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 69 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 69 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 69 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 70 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 71 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 72 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 73 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 74 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 75 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 76 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 77 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 77 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 78 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 79 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 80 tests <1b>[0;32mOK<1b>[0m
test-cl-request.R............. 81 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m
test-cl-response.R............ 0 tests
test-cl-response.R............ 1 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 2 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 3 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 4 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 5 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 6 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 7 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 8 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 9 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 10 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 10 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 10 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 11 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 11 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 11 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 12 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 13 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 13 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 13 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 14 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 15 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 15 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 15 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 16 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 17 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 17 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 18 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 18 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 19 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 20 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 21 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 22 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 23 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 24 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 25 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 25 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 25 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 26 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 27 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 27 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 27 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 27 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 28 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 28 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 28 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 29 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 30 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 31 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 32 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 33 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 34 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 35 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 35 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 36 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 36 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 37 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 37 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 37 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 38 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 38 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 39 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 39 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 40 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 41 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 42 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 43 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 43 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 43 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 43 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 44 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 44 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 44 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 45 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 45 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 45 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 46 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 46 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 47 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 47 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 47 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 48 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 49 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 50 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 51 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 51 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 51 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 51 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 52 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 53 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 54 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 55 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 56 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 57 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 58 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 59 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 60 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 61 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 62 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 63 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 64 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 65 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 66 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 67 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 68 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 69 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 69 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 69 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 70 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 71 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 72 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 72 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 73 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 73 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 74 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 74 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 75 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 75 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 75 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 75 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 75 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 76 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 77 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 78 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 79 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 80 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 81 tests <1b>[0;32mOK<1b>[0m
test-cl-response.R............ 82 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m84ms<1b>[0m
test-cl-router.R.............. 0 tests
test-cl-router.R.............. 0 tests
test-cl-router.R.............. 1 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 2 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 3 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 4 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 4 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 5 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 6 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 6 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 6 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 7 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 8 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 8 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 9 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 10 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 10 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 10 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 11 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 12 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 12 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 13 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 14 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 15 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 16 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 17 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 18 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 19 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 19 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 19 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 20 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 21 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 22 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 23 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 24 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 25 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 26 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 27 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 28 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 29 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 29 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 29 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 30 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 31 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 32 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 32 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 32 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 33 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 33 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 33 tests <1b>[0;32mOK<1b>[0m
test-cl-router.R.............. 34 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m49ms<1b>[0m
test-date.R................... 0 tests
test-date.R................... 0 tests
test-date.R................... 1 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 2 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 3 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 5 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 6 tests <1b>[0;32mOK<1b>[0m
test-date.R................... 7 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m12ms<1b>[0m
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 0 tests
test-etag.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 8 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 8 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 8 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 12 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 12 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 12 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 18 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 18 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 18 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 22 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 22 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 22 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 32 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 32 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 32 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 36 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 36 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 36 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 42 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 42 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 42 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 48 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 48 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 48 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 49 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 49 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 49 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 55 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 55 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 55 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 61 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 61 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 61 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 62 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 62 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 62 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 63 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 63 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 63 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 69 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 69 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 69 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 75 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 75 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 75 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 78 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 78 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 79 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 80 tests <1b>[0;32mOK<1b>[0m
test-etag.R................... 80 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.7s<1b>[0m
test-format-cookies.R......... 0 tests
test-format-cookies.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-format-cookies.R......... 5 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m8ms<1b>[0m
test-format-headers.R......... 0 tests
test-format-headers.R......... 1 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 2 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 3 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 4 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 5 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 6 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 7 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 8 tests <1b>[0;32mOK<1b>[0m
test-format-headers.R......... 9 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m10ms<1b>[0m
test-json.R................... 0 tests
test-json.R................... 0 tests
test-json.R................... 1 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 1 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 1 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 2 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 2 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 2 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 3 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 3 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 3 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-json.R................... 5 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m14ms<1b>[0m
test-logging.R................ 0 tests
test-logging.R................ 0 tests
test-logging.R................ 1 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 2 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 3 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 4 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 5 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 6 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 7 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 8 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 9 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 9 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 10 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 11 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 12 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 13 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 14 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 15 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 15 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 16 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 16 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 17 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 17 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 17 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 18 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 19 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 20 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 21 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 22 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 22 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 22 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 23 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 24 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 25 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 26 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 27 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 28 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 28 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 29 tests <1b>[0;32mOK<1b>[0m
test-logging.R................ 30 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m60ms<1b>[0m
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 0 tests
test-misc.R................... 1 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 2 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 3 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 4 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 5 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 6 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 7 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 8 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 9 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 10 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 11 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 12 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 13 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 14 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 15 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 16 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 17 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 18 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 19 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 20 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 21 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 22 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 23 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 24 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 25 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 26 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 27 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 28 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 29 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 30 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 31 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 32 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 33 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 34 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 34 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 35 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 36 tests <1b>[0;32mOK<1b>[0m
test-misc.R................... 37 tests <1b>[0;31m1 fails<1b>[0m <1b>[0;34m3.6s<1b>[0m
test-parse-cookies.R.......... 0 tests
test-parse-cookies.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 3 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 8 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 9 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 12 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 13 tests <1b>[0;32mOK<1b>[0m
test-parse-cookies.R.......... 14 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m48ms<1b>[0m
test-parse-dosctring.R........ 0 tests
test-parse-dosctring.R........ 0 tests
test-parse-dosctring.R........ 0 tests
test-parse-dosctring.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-parse-dosctring.R........ 2 tests <1b>[0;32mOK<1b>[0m
test-parse-dosctring.R........ 3 tests <1b>[0;32mOK<1b>[0m
test-parse-dosctring.R........ 4 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m30ms<1b>[0m
test-parse-headers.R.......... 0 tests
test-parse-headers.R.......... 0 tests
test-parse-headers.R.......... 1 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 2 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 3 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 4 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 5 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 6 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 8 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 9 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 10 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 11 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 12 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 13 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 14 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 15 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 16 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 17 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 18 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 19 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 20 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 48 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 48 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 49 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 49 tests <1b>[0;32mOK<1b>[0m
test-parse-headers.R.......... 50 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m100ms<1b>[0m
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 0 tests
test-parse-multipart-2.R...... 1 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 2 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 3 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 5 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 6 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 7 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 8 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 9 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 10 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 11 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 12 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 14 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 15 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart-2.R...... 16 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.1s<1b>[0m
test-parse-multipart.R........ 0 tests
test-parse-multipart.R........ 0 tests
test-parse-multipart.R........ 0 tests
test-parse-multipart.R........ 1 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 2 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 3 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 4 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 5 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 6 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 7 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 8 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 9 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 10 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 11 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 12 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 13 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 14 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 15 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 16 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 17 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 18 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 19 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 20 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 21 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 22 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 23 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 24 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 25 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 26 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 27 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 28 tests <1b>[0;32mOK<1b>[0m
test-parse-multipart.R........ 29 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.2s<1b>[0m
test-raise.R.................. 0 tests
test-raise.R.................. 0 tests
test-raise.R.................. 1 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 2 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 3 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 4 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 5 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 6 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 7 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 8 tests <1b>[0;32mOK<1b>[0m
test-raise.R.................. 9 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m45ms<1b>[0m
test-url-encoding.R........... 0 tests
test-url-encoding.R........... 0 tests
test-url-encoding.R........... 0 tests
test-url-encoding.R........... 1 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 2 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 3 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 4 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 5 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 6 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 7 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 8 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 9 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 10 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 11 tests <1b>[0;32mOK<1b>[0m
test-url-encoding.R........... 12 tests <1b>[0;32mOK<1b>[0m <1b>[0;36m55ms<1b>[0m
----- FAILED[data]: test-misc.R<77--84>
call| expect_false(find_port() == rserve_port)
diff| Expected FALSE, got TRUE
Error: 1 out of 922 tests failed
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.4
Check: compiled code
Result: NOTE
File 'RestRserve/libs/x64/RestRserve.dll':
Found non-API call to R: 'ATTRIB'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Version: 1.2.4
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 3.5Mb
swagger 1.4Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64