--filter option does not work with ./mach jstestbrowser
Categories
(Testing :: Reftest, enhancement)
Tracking
(firefox88 fixed)
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: mccr8, Assigned: arai)
References
Details
Attachments
(1 file)
Comment 1•6 years ago
|
||
So.... this appears to be a duplicate of bug 1468677, except that the exact command above will still run no tests. I believe this is due to bug 1611473.
I would mark this as a duplicate of bug 1611473, except I thought I could get this to run with
./mach jstestbrowser --filter transferables obj-debug/dist/test-stage/jsreftest/tests/js/src/tests/jstests.list but that doesn't do anything either. So I'll leave this alone until I look into what's actually happening, assuming I ever do.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
manifest[""] value is modified from filter string to [filter string, null]
array, in bug 1596567.
Updated the reftest.jsm side to follow the convension, and also added some
runtime check, to catch future change.
| Assignee | ||
Comment 3•5 years ago
|
||
looks like, there were 2 issues, one was the comment #0, that seems to be solved at some point,
and then bug 1596567 introduced another issue, that's inconsistency between python side and JS side
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•