mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 03:45:42 +00:00
Bug 1688148 - set some platforms as intermittent for forced-colors-mode-{43,45}. r=jgraham,intermittent-reviewers DONTBUILD
The unexpected results started with the latest sync of web-platform-tests (bug 1688097). Differential Revision: https://phabricator.services.mozilla.com/D102719
This commit is contained in:
parent
bc943f076f
commit
960992cbca
@ -4,6 +4,6 @@
|
||||
if (os == "win") and (processor == "x86_64") and debug and webrender: ["FAIL", "PASS"]
|
||||
if (os == "linux") and not debug and webrender: PASS
|
||||
if (os == "linux") and debug and not webrender: ["FAIL", "PASS"]
|
||||
if (os == "mac") and not webrender: PASS
|
||||
if (os == "mac") and not debug and not webrender: PASS
|
||||
if os == "android": PASS
|
||||
[PASS, FAIL]
|
||||
|
@ -5,4 +5,4 @@
|
||||
if (os == "win") and debug and (processor == "x86"): ["PASS", "FAIL"]
|
||||
if (os == "mac") and webrender and not debug: ["PASS", "FAIL"]
|
||||
if (os == "mac") and webrender and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux") and debug: ["PASS", "FAIL"]
|
||||
if (os == "linux"): ["PASS", "FAIL"]
|
||||
|
Loading…
Reference in New Issue
Block a user