mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1699126 - update expectations for more web platform tests. CLOSED TREE
This commit is contained in:
parent
6df8b0bb51
commit
f4b79e6bfd
@ -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"]
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[entry-attributes.html]
|
||||
[Font resources should generate conformant entries]
|
||||
expected:
|
||||
if os == "android": FAIL
|
||||
if os == "android": ["FAIL", "PASS"]
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user