Closed
Bug 1376974
Opened 8 years ago
Closed 8 years ago
Get all wpt test types working with --try-test-paths try syntax
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
Attachments
(1 file)
Right now, regardless of which test paths are supplied, the wpt job attempts to run it with `--test-type testharness`
Assignee | ||
Comment 1•8 years ago
|
||
These try pushes show a fix (for Taskcluster tasks)
- normal wpt try push (all): https://treeherder.mozilla.org/#/jobs?repo=try&revision=e35efdde2276a456626f64c00400ec39cb654315
- webdriver dir (wdspec): https://treeherder.mozilla.org/#/jobs?repo=try&revision=3e130853949f61d270e4c0809d8cb29a1605d5de
- cookies dir (testharness): https://treeherder.mozilla.org/#/jobs?repo=try&revision=dfb5b02479afdabfb097eab6c4e802f1454f50ef
- 2dcontext dir (reftest): https://treeherder.mozilla.org/#/jobs?repo=try&revision=6f24084b7b7b782b4b628be38d2f93d2e97e4136
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8881999 [details]
Bug 1376974 - Get all wpt test types working with --try-test-paths try syntax;
https://reviewboard.mozilla.org/r/153082/#review158358
::: taskcluster/ci/test/tests.yml
(Diff revision 1)
> macosx.*:
> - web_platform_tests/prod_config.py
> default:
> - web_platform_tests/prod_config.py
> - remove_executables.py
> - extra-options:
Isn't this going to mean that normal web-platform-tests jobs start running other test types as well as testharness tests? Don't we need something special for when there's try syntax?
Attachment #8881999 -
Flags: review?(james) → review-
Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8881999 [details]
Bug 1376974 - Get all wpt test types working with --try-test-paths try syntax;
https://reviewboard.mozilla.org/r/153082/#review158768
Attachment #8881999 -
Flags: review?(james) → review+
Comment hidden (mozreview-request) |
Pushed by mjzffr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1779b1ae7f5b
Get all wpt test types working with --try-test-paths try syntax; r=jgraham
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•