Bug 1888286 - Set event-global.html as intermittent on linux, windows and mac. CLOSED TREE

This commit is contained in:
Cristian Tuns 2024-03-28 12:43:53 -04:00
parent 9ccfb82b0e
commit 0187771f8a

View File

@ -1,7 +1,7 @@
[event-global.html]
[window.event is set to the current event, which is the event passed to dispatch (2)]
expected:
if not debug and (os == "linux") and not asan and not tsan: FAIL
if not debug and (os == "win"): FAIL
if not debug and (os == "mac"): FAIL
if not debug and (os == "linux") and not asan and not tsan: [FAIL, PASS]
if not debug and (os == "win"): [FAIL, PASS]
if not debug and (os == "mac"): [FAIL, PASS]
if not debug and (os == "android"): [FAIL, PASS]