diff options
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/bidi/script')
7 files changed, 63 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/exception_details.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/exception_details.py.ini new file mode 100644 index 0000000000..a6fcb3a175 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/exception_details.py.ini @@ -0,0 +1,28 @@ +[exception_details.py] + [test_exception_details[new WeakSet()-expected25-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[new Error('SOME_ERROR_TEXT')-expected26-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[Promise.resolve()-expected27-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[new Int32Array()-expected28-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[new ArrayBuffer()-expected29-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[document.createElement('div')-expected30-False\]] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 + expected: FAIL + + [test_exception_details[window-expected31-False\]] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1791715 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/invalid.py.ini new file mode 100644 index 0000000000..5acce5c8f7 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/invalid.py.ini @@ -0,0 +1,3 @@ +[invalid.py] + expected: + if (processor == "x86") and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/realm.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/realm.py.ini new file mode 100644 index 0000000000..8c6f36a9fc --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/realm.py.ini @@ -0,0 +1,4 @@ +[realm.py] + [test_different_target_realm] + expected: + if (os == "android") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/disown/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/disown/invalid.py.ini new file mode 100644 index 0000000000..ba67874293 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/disown/invalid.py.ini @@ -0,0 +1,4 @@ +[invalid.py] + [test_params_target_invalid_type[None\]] + expected: + if (os == "android") and debug and not swgl: [PASS, ERROR] diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/evaluate/sandbox.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/evaluate/sandbox.py.ini new file mode 100644 index 0000000000..bd986466f9 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/evaluate/sandbox.py.ini @@ -0,0 +1,16 @@ +[sandbox.py] + [test_sandbox_with_side_effects] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [test_sandbox] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [test_sandbox_with_empty_name] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [test_switch_sandboxes] + expected: + if (os == "android") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/get_realms.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/get_realms.py.ini new file mode 100644 index 0000000000..98c270def2 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/get_realms.py.ini @@ -0,0 +1,4 @@ +[get_realms.py] + [test_multiple_top_level_contexts[window\]] + disabled: + if os == "android": Not supported diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/sandbox.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/sandbox.py.ini new file mode 100644 index 0000000000..86e89e187c --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/script/get_realms/sandbox.py.ini @@ -0,0 +1,4 @@ +[sandbox.py] + [test_multiple_top_level_contexts[window\]] + disabled: + if os == "android": Not supported |