toolkit/crashreporter/test/unit/xpcshell.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 [DEFAULT]
michael@0 2 head = head_crashreporter.js
michael@0 3 tail =
michael@0 4 support-files =
michael@0 5 crasher_subprocess_head.js
michael@0 6 crasher_subprocess_tail.js
michael@0 7
michael@0 8 [test_crash_moz_crash.js]
michael@0 9 [test_crash_purevirtual.js]
michael@0 10 [test_crash_runtimeabort.js]
michael@0 11 [test_crash_oom.js]
michael@0 12 skip-if = os == 'win' && debug
michael@0 13
michael@0 14 [test_crash_abort.js]
michael@0 15 skip-if = os == 'win'
michael@0 16
michael@0 17 [test_crashreporter.js]
michael@0 18 [test_crashreporter_crash.js]
michael@0 19 [test_crashreporter_crash_profile_lock.js]
michael@0 20 [test_override_exception_handler.js]
michael@0 21 run-if = os == 'win'
michael@0 22
michael@0 23 [test_crashreporter_appmem.js]
michael@0 24 run-if = os == 'win' || os == 'linux'
michael@0 25 # we need to skip this due to bug 838613
michael@0 26 skip-if = os=='linux' && bits==32
michael@0 27
michael@0 28 [test_crash_AsyncShutdown.js]
michael@0 29 [test_event_files.js]

mercurial