Closed gsnedders closed 1 month ago
You can also hit this with overly many chunks: --this-chunk=1 --total-chunks=100000000 --chunk-type=hash --test-type=testharness
hits this too.
That's my bad: #48030 removes the early out in TestRunnerManager.stop_runner()
if test_runner_proc is None
. I'll forward-fix.
(Unrelated aside: #48238 adds print-reftest support for any browsers that speak WebDriver.)
(Unrelated aside: #48238 adds print-reftest support for any browsers that speak WebDriver.)
(It doesn't entirely; e.g. https://github.com/web-platform-tests/wpt/blob/309f3039afc13e006c7c02271c086d11b048f40d/tools/wptrunner/wptrunner/browsers/safari.py#L22-L25 is still required for each browser to specify what executor to use for each test type. And safaridriver doesn't support the underlying WebDriver command.)
For example:
This is almost certainly specific to running an unsupported test type; if you pass a path with no tests, then we simply get a critical error like "Unable to find any tests at the path(s)".