Bug 1675188 - Update expectations for fontface-override-descriptor-getter-setter.sub.html on Windows ccov. r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D104343
This commit is contained in:
Mihai Alexandru Michis 2021-02-10 11:19:53 +00:00
Родитель 4e6bd0f6f9
Коммит b053b0b0ef
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -12,7 +12,7 @@
[Initialize lineGapOverride with a negative percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and ccov: [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: ["TIMEOUT", "FAIL", "NOTRUN"]
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["NOTRUN", "FAIL", "TIMEOUT"]
if (os == "win") and debug and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL", "NOTRUN"]
@ -33,7 +33,7 @@
[Initialize descentOverride with a non-percentage should fail]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and ccov: [PASS, NOTRUN, FAIL]
if (os == "win") and not debug and (processor == "x86_64") and webrender and fission: ["FAIL", "TIMEOUT"]
if (os == "win") and not debug and (processor == "x86_64") and webrender and not fission: ["TIMEOUT", "FAIL"]
if (os == "win") and not debug and (processor == "x86_64") and not webrender: ["FAIL", "TIMEOUT"]
@ -45,7 +45,7 @@
[Initialize descentOverride with a negative percentage should fail]
expected:
if (os == "win") and ccov: [PASS, TIMEOUT]
if (os == "win") and ccov: [PASS, TIMEOUT, FAIL]
if (os == "win") and debug and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
FAIL