Closed
Bug 1401684
Opened 7 years ago
Closed 7 years ago
Add option to disable unstable tests with wpt-update
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox58 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
Attachments
(1 file)
Given a set of log files from multiple runs of the same tests, wpt-update should update metadata to disable tests that have inconsistent results.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8910439 [details]
Bug 1401684 - Add option to disable unstable tests with wpt-update;
https://reviewboard.mozilla.org/r/181874/#review187554
::: testing/web-platform/tests/tools/wptrunner/wptrunner/manifestupdate.py:249
(Diff revision 1)
> self.new_expected,
> property_order=self.root.property_order,
> boolean_properties=self.root.boolean_properties)
> - except ConditionError:
> + except ConditionError as e:
> + if stability is not None:
> + self.set("disabled", stability or "unstable", e.cond.children[0])
Would be good to get a list of disabled tests here and output it somehow so that we can tell which tests were disabled.
Attachment #8910439 -
Flags: review?(james) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by mjzffr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3f6b16e6955a
Add option to disable unstable tests with wpt-update; r=jgraham
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
We're sorry - something has gone wrong while rewriting or rebasing your commits. The commits being pushed no longer match what was requested. Please file a bug.
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•