Bug 1699126 - update expectations for more web platform tests. CLOSED TREE

This commit is contained in:
Sebastian Hengst 2021-03-19 16:45:36 +01:00
parent 6df8b0bb51
commit f4b79e6bfd
4 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,5 @@
[eval-scripts-setTimeout-blocked.sub.html]
[Expecting logs: ["PASS","violated-directive=script-src"\]]
expected:
if (os == "win") and (bits == 32) and not debug: ["FAIL", "PASS"]

View File

@ -1,9 +1,10 @@
[navigate-top-to-aboutblank.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT", "CRASH"]
if not debug and (os == "linux") and webrender: ["OK", "TIMEOUT", "CRASH"]
if debug and (os == "linux") and webrender and not swgl: ["OK", "ERROR", "CRASH"]
if debug and (os == "linux") and not webrender: ["CRASH", "OK", "ERROR"]
if (os == "windows") and not webrender: ["CRASH", "OK"]
if (os == "win") and not webrender: ["CRASH", "OK"]
[Navigate top to about:blank from iframe with opener COOP: |header(Cross-Origin-Opener-Policy,same-origin), iframe origin: https://www1.web-platform.test:8443]
expected: FAIL

View File

@ -1,5 +1,5 @@
[entry-attributes.html]
[Font resources should generate conformant entries]
expected:
if os == "android": FAIL
if os == "android": ["FAIL", "PASS"]

View File

@ -9,7 +9,5 @@
if (os == "win") and debug and (processor == "x86_64") and not swgl: ["FAIL", "PASS"]
if (os == "win") and not debug and (processor == "x86_64") and not webrender: ["PASS", "FAIL"]
if (os == "win") and not debug and (processor == "x86"): FAIL
if (os == "android") and debug and not webrender: FAIL
if (os == "android") and not debug and not webrender: FAIL
[FAIL, PASS]