mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 8d220661ef24 (bug 751575) for timing out on pgo linux
This commit is contained in:
parent
027223129b
commit
11a1dc5920
@ -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();
|
||||
}
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user