summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini')
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini
new file mode 100644
index 0000000000..dd5445dd8f
--- /dev/null
+++ b/testing/web-platform/meta/webdriver/tests/bidi/script/call_function/sandbox.py.ini
@@ -0,0 +1,30 @@
+[sandbox.py]
+ [test_sandbox]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [test_sandbox_with_empty_name]
+ expected:
+ if (os == "win") and (processor == "x86_64") and not swgl and not debug: [PASS, FAIL]
+ if (os == "win") and (processor == "x86_64") and not swgl and debug: [PASS, FAIL]
+
+ [test_switch_sandboxes]
+ expected:
+ if (processor == "x86") and debug: [PASS, FAIL]
+ if (processor == "x86") and not debug: [PASS, FAIL]
+
+ [test_sandbox_with_side_effects]
+ expected:
+ if (processor == "x86") and not debug: [PASS, FAIL]
+
+ [test_sandbox_returns_same_node]
+ expected:
+ if (processor == "x86") and debug: [PASS, FAIL]
+ if (processor == "x86") and not debug: [PASS, FAIL]
+
+ [test_arguments_uses_same_node_in_sandbox]
+ expected:
+ if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, FAIL]