set_get_window_rect.html.ini (594B)
1 [set_get_window_rect.html] 2 [Window Position] 3 expected: 4 if os == "linux": FAIL 5 if os == "android": FAIL 6 7 [Window Size] 8 expected: 9 if (os == "linux") and fission and not tsan and not debug and (processor == "x86_64") and asan: [PASS, FAIL] 10 if (os == "linux") and fission and not tsan and not debug and (processor == "x86_64") and not asan: [PASS, FAIL] 11 if (os == "linux") and fission and not tsan and not debug and (processor == "x86"): [PASS, FAIL] 12 if (os == "linux") and fission and not tsan and debug: [PASS, FAIL] 13 if os == "android": FAIL