MOZHARNESS_TEST_PATHS doesn't work for web-platform-tests-reftests
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
People
(Reporter: khuey, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0
Steps to reproduce:
Run a job with 'MOZHARNESS_TEST_PATHS': '{"web-platform-tests-reftests":["/html/the-xhtml-syntax/parsing-xhtml-documents/adopt-while-parsing-001.html"]}
Actual results:
The harness runs the entire web-platform-tests-reftests suite.
Expected results:
It should run just the specified test.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•5 years ago
|
||
https://hg.mozilla.org/try/rev/1b8939aeb247c31391836e7e087eac6836664f63 suggests that this works, but it should be web-platform-tests-reftest
(no s). Please reopen if you can still reproduce.
Reporter | ||
Comment 3•5 years ago
|
||
It looks like Bug 1608837 fixed this for us by making the taskcluster metadata agree with the expected test suite name.
Reporter | ||
Comment 4•5 years ago
|
||
(Specifically https://hg.mozilla.org/mozilla-central/rev/a5c3001dceee)
Description
•