diff options
Diffstat (limited to 'testing/web-platform/mozilla/meta/webdriver/harness')
-rw-r--r-- | testing/web-platform/mozilla/meta/webdriver/harness/crash_content_process.py.ini | 12 | ||||
-rw-r--r-- | testing/web-platform/mozilla/meta/webdriver/harness/crash_parent_process.py.ini | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/mozilla/meta/webdriver/harness/crash_content_process.py.ini b/testing/web-platform/mozilla/meta/webdriver/harness/crash_content_process.py.ini new file mode 100644 index 0000000000..41d4f5ab25 --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/harness/crash_content_process.py.ini @@ -0,0 +1,12 @@ +[crash_content_process.py] + disabled: + if asan or tsan: Crash Reporter not enabled. + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1848850 + + expected: + CRASH + + [test_detect_crash[capabilities0\]] + bug: 1848850 + expected: + [PASS, FAIL] diff --git a/testing/web-platform/mozilla/meta/webdriver/harness/crash_parent_process.py.ini b/testing/web-platform/mozilla/meta/webdriver/harness/crash_parent_process.py.ini new file mode 100644 index 0000000000..37e748552f --- /dev/null +++ b/testing/web-platform/mozilla/meta/webdriver/harness/crash_parent_process.py.ini @@ -0,0 +1,12 @@ +[crash_parent_process.py] + disabled: + if asan or tsan: Crash Reporter not enabled. + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1848850 + + expected: + CRASH + + [test_detect_crash[capabilities0\]] + bug: 1848850 + expected: + [PASS, FAIL] |