mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Backed out changeset cff5a58124f6 (bug 1473443) for crashtest failures on several tests. CLOSED TREE
This commit is contained in:
parent
fb316990c8
commit
775acfe216
@ -4,4 +4,4 @@ support-files =
|
||||
process_error.xul
|
||||
|
||||
[test_process_error.xul]
|
||||
skip-if = !crashreporter
|
||||
skip-if = !crashreporter || (verify && debug && (os == 'linux' || os == 'mac'))
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
Services.obs.addObserver(crashObserver, 'ipc:content-shutdown');
|
||||
|
||||
BrowserTestUtils.crashBrowser(document.getElementById('thebrowser'), true, false);
|
||||
BrowserTestUtils.crashBrowser(document.getElementById('thebrowser'));
|
||||
]]></script>
|
||||
|
||||
</window>
|
||||
|
Loading…
Reference in New Issue
Block a user