Closed
Bug 1405143
Opened 7 years ago
Closed 7 years ago
Extend test verification to js-reftests
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
3.66 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
We should be able to apply test-verify to js-reftests, just like other reftest variants.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
This is tricky because a path read from the manifest looks like
/builds/worker/workspace/build/tests/jsreftest/tests/jsreftest.html?test=test262/language/expressions/async-generator/dstr-named-obj-ptrn-rest-skip-non-enumerable.js
and the path from hg looks like
js/src/tests/test262/language/expressions/async-generator/dstr-named-obj-ptrn-rest-skip-non-enumerable.js
![]() |
Assignee | |
Comment 2•7 years ago
|
||
...and the tests are located at /builds/worker/workspace/build/tests/jsreftest/tests/test262, etc. (*not* at js/src/tests/test262 etc.)
![]() |
Assignee | |
Comment 3•7 years ago
|
||
Attachment #8939729 -
Flags: review?(jmaher)
Updated•7 years ago
|
Attachment #8939729 -
Flags: review?(jmaher) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8b100f473b7d
Extend test verification to js-reftests; r=jmaher
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•