2 [test_sandbox_with_side_effects]
4 if (os == "win") and (processor == "x86_64") and not debug: [PASS, FAIL]
5 if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
6 if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
7 if (os == "android") and not debug: [PASS, FAIL]
11 if (os == "android") and not debug: [PASS, FAIL]
13 [test_sandbox_with_empty_name]
15 if (os == "android") and not debug: [PASS, FAIL]
17 [test_switch_sandboxes]
19 if (os == "win") and not swgl and debug and (processor == "x86_64"): [PASS, FAIL]
20 if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, FAIL]
21 if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL]
22 if (os == "android") and not debug: [PASS, FAIL]
24 [test_sandbox_returns_same_node]
26 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]