diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-01 13:55:00 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-01 13:55:00 -0400 |
commit | ce3979c721ba378a448bfbe3671c99d993cbc801 (patch) | |
tree | e200d5225bcecef5f974b946a58277fddd24e89c /toolkit/crashreporter/test/unit/xpcshell.ini | |
parent | f6c16cff36048c583ca0e1d019b622336ca861a0 (diff) | |
parent | ff2f287f82630ab3887d7d5c1e64e5b888ea0beb (diff) | |
download | UXP-ce3979c721ba378a448bfbe3671c99d993cbc801.tar UXP-ce3979c721ba378a448bfbe3671c99d993cbc801.tar.gz UXP-ce3979c721ba378a448bfbe3671c99d993cbc801.tar.lz UXP-ce3979c721ba378a448bfbe3671c99d993cbc801.tar.xz UXP-ce3979c721ba378a448bfbe3671c99d993cbc801.zip |
Merge branch 'master' into Sync-weave
Diffstat (limited to 'toolkit/crashreporter/test/unit/xpcshell.ini')
-rw-r--r-- | toolkit/crashreporter/test/unit/xpcshell.ini | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/toolkit/crashreporter/test/unit/xpcshell.ini b/toolkit/crashreporter/test/unit/xpcshell.ini deleted file mode 100644 index ca9778086..000000000 --- a/toolkit/crashreporter/test/unit/xpcshell.ini +++ /dev/null @@ -1,37 +0,0 @@ -[DEFAULT] -head = head_crashreporter.js -tail = -skip-if = toolkit == 'android' -support-files = - crasher_subprocess_head.js - crasher_subprocess_tail.js - -[test_crash_moz_crash.js] -[test_crash_purevirtual.js] -[test_crash_runtimeabort.js] -[test_crash_after_js_oom_reported.js] -[test_crash_after_js_oom_recovered.js] -[test_crash_after_js_oom_reported_2.js] -[test_crash_after_js_large_allocation_failure.js] -[test_crash_after_js_large_allocation_failure_reporting.js] -[test_crash_oom.js] -[test_oom_annotation_windows.js] -skip-if = os != 'win' - -[test_crash_abort.js] -skip-if = os == 'win' - -[test_crash_with_memory_report.js] -[test_crashreporter.js] -[test_crashreporter_crash.js] -[test_crashreporter_crash_profile_lock.js] -[test_override_exception_handler.js] -skip-if = os != 'win' - -[test_crashreporter_appmem.js] -# we need to skip this due to bug 838613 -skip-if = (os != 'win' && os != 'linux') || (os=='linux' && bits==32) - -[test_crash_AsyncShutdown.js] -[test_event_files.js] -[test_crash_terminator.js] |