mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1888286 - Set event-global.html as intermittent on linux, windows and mac. CLOSED TREE
This commit is contained in:
parent
9ccfb82b0e
commit
0187771f8a
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user