Bug 1473443 - Make test_process_error.xul not delete the dumps, as the mochitest harness is doing it automatically. r=gsvelto

--HG--
extra : rebase_source : fef31f737cb757db6d1872fc632570c5e2c0b147
extra : source : cff5a58124f6d4c33390b7348dc60acbcf1ef718
This commit is contained in:
Marco Castelluccio 2018-07-05 01:59:35 +01:00
parent 2f5b981818
commit 9df2f94e3d
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ support-files =
process_error.xul
[test_process_error.xul]
skip-if = !crashreporter || (verify && debug && (os == 'linux' || os == 'mac'))
skip-if = !crashreporter

View File

@ -31,7 +31,7 @@
Services.obs.addObserver(crashObserver, 'ipc:content-shutdown');
BrowserTestUtils.crashBrowser(document.getElementById('thebrowser'));
BrowserTestUtils.crashBrowser(document.getElementById('thebrowser'), true, false);
]]></script>
</window>