Closed
Bug 354923
Opened 19 years ago
Closed 19 years ago
JavaScript Tests - slow-n.tests to exclude long running tests
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
|
644 bytes,
text/plain
|
Details |
jsDriver.pl's -L option to exclude tests can be used to exclude long running tests from normal test runs. Keeping this list separate from spidermonkey-n.tests allows spidermonkey-n.tests to continue to be used to exclude obsolete tests. Excluding slow tests is better than including fast tests as it requires less maintenance.
Normal usage would be:
./jsDriver.pl -l ... -L spidermonkey-n.tests slow-n.tests
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Comment 2•19 years ago
|
||
RCS file: /cvsroot/mozilla/js/tests/slow-n.tests,v
done
Checking in slow-n.tests;
/cvsroot/mozilla/js/tests/slow-n.tests,v <-- slow-n.tests
initial revision: 1.1
done
Status: NEW → RESOLVED
Closed: 19 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
| Assignee | ||
Comment 3•19 years ago
|
||
add tests for bugs 319872, 324422 to slow tests
Checking in slow-n.tests;
/cvsroot/mozilla/js/tests/slow-n.tests,v <-- slow-n.tests
new revision: 1.2; previous revision: 1.1
done
You need to log in
before you can comment on or make changes to this bug.
Description
•