diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/event-loadstart.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/event-loadstart.any.js.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/web-platform/meta/xhr/event-loadstart.any.js.ini b/testing/web-platform/meta/xhr/event-loadstart.any.js.ini index ee37ed232d..552710102e 100644 --- a/testing/web-platform/meta/xhr/event-loadstart.any.js.ini +++ b/testing/web-platform/meta/xhr/event-loadstart.any.js.ini @@ -2,6 +2,7 @@ [event-loadstart.any.html] expected: - if swgl and (os == "linux") and not fission: [OK, CRASH] - if not swgl and (os == "mac") and debug: [OK, CRASH] - if swgl and (os == "win"): [OK, CRASH] + if debug and (os == "linux") and fission and not swgl: CRASH + if debug and (os == "linux") and not fission and swgl: [OK, CRASH] + if debug and (os == "win") and swgl: [OK, CRASH] + if debug and (os == "mac"): [OK, CRASH] |