Last updated on 2020-01-31 07:58:22 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.4 | 3.34 | 73.51 | 76.85 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.4 | 2.67 | 60.75 | 63.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.4 | 92.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 90.38 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.4 | 8.00 | 67.00 | 75.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.2.4 | 17.00 | 50.00 | 67.00 | OK | |
r-patched-linux-x86_64 | 0.2.4 | OK | ||||
r-patched-solaris-x86 | 0.2.4 | 58.00 | ERROR | |||
r-release-linux-x86_64 | 0.2.4 | 2.73 | 68.26 | 70.99 | OK | |
r-release-windows-ix86+x86_64 | 0.2.4 | 11.00 | 65.00 | 76.00 | OK | |
r-release-osx-x86_64 | 0.2.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.4 | 6.00 | 46.00 | 52.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.4 | OK |
Version: 0.2.4
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(wdman)
>
> test_check("wdman")
── 1. Error: canCallChrome ────────────────────────────────────────────────────
Unknown OS
Backtrace:
1. wdman::chrome()
2. wdman:::chrome_check(verbose, check = check)
── 2. Failure: pickUpErrorFromReturnCode ──────────────────────────────────────
`chrome(version = "2.24")` threw an error with unexpected message.
Expected match: "Chromedriver couldn't be started"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(chrome(version = "2.24"), "Chromedriver couldn't be started")
6. wdman::chrome(version = "2.24")
7. wdman:::chrome_check(verbose, check = check)
── 3. Failure: pickUpErrorFromPortInUse ───────────────────────────────────────
`chrome(version = "2.24")` threw an error with unexpected message.
Expected match: "Chrome Driver signals port"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(chrome(version = "2.24"), "Chrome Driver signals port")
6. wdman::chrome(version = "2.24")
7. wdman:::chrome_check(verbose, check = check)
── 4. Error: canCallGecko ─────────────────────────────────────────────────────
Unknown OS
Backtrace:
1. wdman::gecko()
2. wdman:::gecko_check(verbose, check = check)
── 5. Failure: pickUpErrorFromReturnCode ──────────────────────────────────────
`gecko(version = "0.11.0")` threw an error with unexpected message.
Expected match: "Geckodriver couldn't be started"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(gecko(version = "0.11.0"), "Geckodriver couldn't be started")
6. wdman::gecko(version = "0.11.0")
7. wdman:::gecko_check(verbose, check = check)
── 6. Failure: pickUpErrorFromPortInUse ───────────────────────────────────────
`gecko(version = "0.11.0")` threw an error with unexpected message.
Expected match: "Gecko Driver signals port"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(gecko(version = "0.11.0"), "Gecko Driver signals port")
6. wdman::gecko(version = "0.11.0")
7. wdman:::gecko_check(verbose, check = check)
── 7. Error: canCallPhantomJS ─────────────────────────────────────────────────
Unknown OS
Backtrace:
1. wdman::phantomjs(version = "latest")
2. wdman:::phantom_check(verbose, check = check)
── 8. Failure: pickUpErrorFromReturnCode ──────────────────────────────────────
`phantomjs(version = "2.1.1")` threw an error with unexpected message.
Expected match: "PhantomJS couldn't be started"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(phantomjs(version = "2.1.1"), "PhantomJS couldn't be started")
6. wdman::phantomjs(version = "2.1.1")
7. wdman:::phantom_check(verbose, check = check)
── 9. Failure: pickUpErrorFromPortInUse ───────────────────────────────────────
`phantomjs(version = "2.1.1")` threw an error with unexpected message.
Expected match: "PhantomJS signals port"
Actual message: "Unknown OS"
Backtrace:
1. testthat::expect_error(phantomjs(version = "2.1.1"), "PhantomJS signals port")
6. wdman::phantomjs(version = "2.1.1")
7. wdman:::phantom_check(verbose, check = check)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 47 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 9 ]
1. Error: canCallChrome
2. Failure: pickUpErrorFromReturnCode
3. Failure: pickUpErrorFromPortInUse
4. Error: canCallGecko
5. Failure: pickUpErrorFromReturnCode
6. Failure: pickUpErrorFromPortInUse
7. Error: canCallPhantomJS
8. Failure: pickUpErrorFromReturnCode
9. Failure: pickUpErrorFromPortInUse
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86