Bug 1658246 [wpt PR 24933] - Update wpt metadata, a=testonly

wpt-pr: 24933
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-08-25 14:45:02 +00:00
parent 7f591d52c5
commit dc1a1a25cc
2 changed files with 8 additions and 9 deletions

View File

@ -3,18 +3,18 @@
if asan and (os == "linux") and (bits == 64): https://bugzilla.mozilla.org/show_bug.cgi?id=1509373
max-asserts: 2
expected:
if (os == "linux") and not debug and webrender and not fission: ["OK", "ERROR"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "linux") and not debug and webrender and not fission: [OK, ERROR]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, ERROR]
[Ranged response not allowed following no-cors ranged request]
expected:
if (os == "linux") and not debug and webrender: ["FAIL", "PASS"]
if (os == "mac") and not debug: ["FAIL", "PASS"]
if (os == "linux") and not debug and webrender: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
[Non-opaque ranged response executed]
expected:
if (processor == "x86") and not debug: ["FAIL", "TIMEOUT"]
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[Range headers correctly preserved]
@ -28,5 +28,5 @@
[Accept-Encoding should not appear in a service worker]
expected:
if (processor == "x86") and not debug: ["PASS", "NOTRUN"]
if (processor == "x86") and not debug: [PASS, NOTRUN]

View File

@ -4,6 +4,5 @@
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972
[installing is set]
expected:
if (os == "linux") and webrender and not debug: ["FAIL", "PASS"]
FAIL
if (os == "linux") and webrender and not debug: [PASS, FAIL]