mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
Make the simple leaktest run first and give it ample time to make sure GC from previous tests does not cause debugger tests to fail (bug 774619); r=vporof
--HG-- rename : browser/devtools/debugger/test/browser_dbg_leaktest.js => browser/devtools/debugger/test/browser_dbg_aaa_run_first_leaktest.js
This commit is contained in:
parent
2802aaef05
commit
07bf3996a6
@ -11,7 +11,7 @@ relativesrcdir = @relativesrcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOCHITEST_BROWSER_TESTS = \
|
||||
browser_dbg_leaktest.js \
|
||||
browser_dbg_aaa_run_first_leaktest.js \
|
||||
browser_dbg_createChrome.js \
|
||||
$(browser_dbg_debugger-tab-switch.js disabled until issues 106, 40 are fixed) \
|
||||
$(browser_dbg_debugger-tab-switch-window.js disabled until issues 106, 40 are fixed) \
|
||||
|
@ -20,6 +20,10 @@ function test()
|
||||
let resumed = false;
|
||||
let testStarted = false;
|
||||
|
||||
// Wait longer for this very simple test that comes first, to make sure that
|
||||
// GC from previous tests does not interfere with the debugger suite.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
debug_tab_pane(TAB_URL, function(aTab, aDebuggee, aPane) {
|
||||
gTab = aTab;
|
||||
gDebuggee = aDebuggee;
|
Loading…
x
Reference in New Issue
Block a user