Closed
Bug 1390889
Opened 7 years ago
Closed 7 years ago
Add a test verification mode to the reftest test harness
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
...as in bug 1357520, but for reftest instead of mochitest.
This bug aims to add a --verify option for the reftest test harness, supporting test verification. Test verification involves running a test, or small group of tests, repeatedly and possibly in different environments, with the intent of finding intermittent test failures quickly and efficiently.
Assignee | ||
Comment 1•7 years ago
|
||
This is very similar to the changes made for mochitests (and xpcshell tests).
Attachment #8903866 -
Flags: review?(jmaher)
Comment 2•7 years ago
|
||
Comment on attachment 8903866 [details] [diff] [review]
support --verify in reftest harness
Review of attachment 8903866 [details] [diff] [review]:
-----------------------------------------------------------------
I know :ahal is doing some selftests for reftest harness, please ensure he is aware of your changes.
Attachment #8903866 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 3•7 years ago
|
||
Thanks, good point. I filed bug 1396901 and will follow-up once the first reftest selftests land.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/34deee927067
Support --verify option in reftest harness; r=jmaher
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•