diff options
Diffstat (limited to 'testing/web-platform/meta/url/failure.html.ini')
-rw-r--r-- | testing/web-platform/meta/url/failure.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/url/failure.html.ini b/testing/web-platform/meta/url/failure.html.ini new file mode 100644 index 0000000000..25c28c67e7 --- /dev/null +++ b/testing/web-platform/meta/url/failure.html.ini @@ -0,0 +1,12 @@ +[failure.html] + expected: + if os == "mac": [CRASH, OK] + if os == "android": [CRASH, OK] + if os == "win": [TIMEOUT, OK, CRASH] + [CRASH, OK] + disabled: + if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1810360 + if (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1810360 + if (os == "linux") and asan: https://bugzilla.mozilla.org/show_bug.cgi?id=1723277 + if (os == "mac") and not debug and not nightly_build: https://bugzilla.mozilla.org/show_bug.cgi?id=1818234 + max-asserts: 3 |