1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/test/unit/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +[DEFAULT] 1.5 +head = head_crashreporter.js 1.6 +tail = 1.7 +support-files = 1.8 + crasher_subprocess_head.js 1.9 + crasher_subprocess_tail.js 1.10 + 1.11 +[test_crash_moz_crash.js] 1.12 +[test_crash_purevirtual.js] 1.13 +[test_crash_runtimeabort.js] 1.14 +[test_crash_oom.js] 1.15 +skip-if = os == 'win' && debug 1.16 + 1.17 +[test_crash_abort.js] 1.18 +skip-if = os == 'win' 1.19 + 1.20 +[test_crashreporter.js] 1.21 +[test_crashreporter_crash.js] 1.22 +[test_crashreporter_crash_profile_lock.js] 1.23 +[test_override_exception_handler.js] 1.24 +run-if = os == 'win' 1.25 + 1.26 +[test_crashreporter_appmem.js] 1.27 +run-if = os == 'win' || os == 'linux' 1.28 +# we need to skip this due to bug 838613 1.29 +skip-if = os=='linux' && bits==32 1.30 + 1.31 +[test_crash_AsyncShutdown.js] 1.32 +[test_event_files.js]