Closed
Bug 495307
Opened 17 years ago
Closed 17 years ago
JavaScript Tests - update slow-n-*.tests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
Details
(Keywords: fixed1.9.0.14)
Attachments
(1 file)
|
13.49 KB,
patch
|
Details | Diff | Splinter Review |
slow-n.tests and slow-n-{1.8.1,1.9.0,1.9.1,1.9.2}.tests are used to track "slow" tests which developers can ignore in order to run the js test suite relatively quickly. This patch updates these files from current test results to exclude tests which require more than 60 seconds on typical machines.
The existing slow files have been updated to only include slow shell tests. slow-n-{1.8.1,1.9.0,1.9.1,1.9.2}-browser.tests are used to track the browser slow tests.
Note: slow-n.tests should be considered to be deprecated. slow-n.tests now is composed of the union of the 1.9.0 and later branch specific files and ignores the 1.8.1 branch slow tests.
Flags: in-testsuite-
| Assignee | ||
Comment 1•17 years ago
|
||
| Assignee | ||
Comment 2•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•17 years ago
|
||
/cvsroot/mozilla/js/tests/slow-n-1.8.1-browser.tests,v <-- slow-n-1.8.1-browser.tests
initial revision: 1.1
/cvsroot/mozilla/js/tests/slow-n-1.8.1.tests,v <-- slow-n-1.8.1.tests
new revision: 1.5; previous revision: 1.4
Checking in js/tests/slow-n-1.9.0-browser.tests;
/cvsroot/mozilla/js/tests/slow-n-1.9.0-browser.tests,v <-- slow-n-1.9.0-browser.tests
initial revision: 1.1
/cvsroot/mozilla/js/tests/slow-n-1.9.0.tests,v <-- slow-n-1.9.0.tests
new revision: 1.4; previous revision: 1.3
/cvsroot/mozilla/js/tests/slow-n-1.9.1-browser.tests,v <-- slow-n-1.9.1-browser.tests
initial revision: 1.1
/cvsroot/mozilla/js/tests/slow-n-1.9.1.tests,v <-- slow-n-1.9.1.tests
new revision: 1.4; previous revision: 1.3
/cvsroot/mozilla/js/tests/slow-n-1.9.2-browser.tests,v <-- slow-n-1.9.2-browser.tests
initial revision: 1.1
/cvsroot/mozilla/js/tests/slow-n-1.9.2.tests,v <-- slow-n-1.9.2.tests
new revision: 1.3; previous revision: 1.2
/cvsroot/mozilla/js/tests/slow-n.tests,v <-- slow-n.tests
new revision: 1.14; previous revision: 1.13
Keywords: fixed1.9.0.14
You need to log in
before you can comment on or make changes to this bug.
Description
•