Bug 1588508 - Update test waiting.https.html.ini expectation from PASS to PASS, FAIL for win x86

This commit is contained in:
Razvan Maries 2019-10-18 09:54:26 +03:00
Родитель 45a7b57ac5
Коммит 062a2ab200
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6,7 +6,7 @@
if (os == "win") and debug and (processor == "x86_64") and webrender and fission: ["FAIL", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and not webrender and fission: ["FAIL", "PASS"]
if (os == "win") and debug and (processor == "x86_64") and not webrender and not fission: ["PASS", "FAIL"]
if (os == "win") and debug and (processor == "x86") and not fission: PASS
if (os == "win") and debug and (processor == "x86") and not fission: ["PASS", "FAIL"]
if (os == "linux") and webrender: ["FAIL", "PASS"]
FAIL