Backed out changeset 32f1daf0a256 (bug 1372263) for crashing in mochitests dom/ipc/tests/test_CrashService_crash.html and dom/ipc/tests/test_process_error.xul with js::ctypes::ConvertToJS. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst 2017-07-01 00:37:33 +02:00
parent c709e5f990
commit 5543531191

View File

@ -76,6 +76,5 @@ class GeckoRuntimeRunner(BaseRunner):
# hide the crash reporter window
self.env["MOZ_CRASHREPORTER_NO_REPORT"] = "1"
self.env["MOZ_CRASHREPORTER"] = "1"
self.env["MOZ_CRASHREPORTER_SHUTDOWN"] = "1"
BaseRunner.start(self, *args, **kwargs)