Open
Bug 628310
Opened 14 years ago
Updated 3 years ago
Allow gczeal to be specified for entire jstestbrowser run
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: bc, Unassigned)
References
Details
Bug 624640 resets gczeal to 0 on page unload to prevent gczeal settings from bleeding into subsequent tests. This prevents running the full suite under gczeal.
The old way of taking care of resetting the preferences to their initial values was to call jsTestDriverEnd(). This used to be handled by appending js-test-driver-end.js to the script to be executed, but other changes have been made such as the addition of JSTest.waitForExplictFunction() and JSTest.testFinished() in Bug 545962 that may be preferable to the old way of doing this.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•