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:
Sebastian Hengst 2021-01-25 13:07:23 +00:00
parent bc943f076f
commit 960992cbca
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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"]