Backout 8d220661ef24 (bug 751575) for timing out on pgo linux

This commit is contained in:
Ed Morley 2012-05-04 10:10:34 +01:00
parent 027223129b
commit 11a1dc5920
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ function destroy_transient_docshell() {
var docshell = Cc["@mozilla.org/docshell;1"].createInstance(Ci.nsIDocShell);
docshell.QueryInterface(Ci.nsILoadContext).usePrivateBrowsing = true;
do_test_pending();
Components.utils.schedulePreciseGC(function(){});
do_timeout(0, Components.utils.forceGC);
}
function run_test() {
@ -20,4 +20,4 @@ function run_test() {
var os = Cc["@mozilla.org/observer-service;1"].getService(Ci.nsIObserverService);
os.addObserver(obs, "last-pb-context-exited", false);
destroy_transient_docshell();
}
}

View File

@ -3,3 +3,5 @@ head =
tail =
[test_pb_notification_ipc.js]
# Bug 751575: Perma-fails with: command timed out: 1200 seconds without output
skip-if = true