Backed out changeset cff5a58124f6 (bug 1473443) for crashtest failures on several tests. CLOSED TREE

This commit is contained in:
Cosmin Sabou 2018-07-06 04:04:34 +03:00
Родитель fb316990c8
Коммит 775acfe216
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>