Bug 1702830 - adjust expectations for websocket tests for intermittent failures. CLOSED TREE

This commit is contained in:
Sebastian Hengst 2021-04-08 21:20:36 +02:00
Родитель 274cf030c3
Коммит 41cba1d446
3 изменённых файлов: 4 добавлений и 9 удалений

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

@ -20,6 +20,7 @@
[HTTP basic authentication should work with WebSockets]
expected:
if os == "linux": ["PASS", "FAIL"]
if not debug and not webrender and (os == "win") and (processor == "x86"): ["PASS", "TIMEOUT"]
[basic-auth.any.sharedworker.html?wpt_flags=h2]

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

@ -4,10 +4,7 @@
if (os == "linux") and debug and webrender and not fission and not swgl: ["TIMEOUT", "CRASH"]
if (os == "linux") and debug and webrender and fission: TIMEOUT
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "android") and not debug and not webrender: ["TIMEOUT", "ERROR"]
if (os == "android") and not debug and webrender: ["TIMEOUT", "ERROR", "CRASH"]
if (os == "android") and debug and not webrender: ["TIMEOUT", "CRASH"]
if (os == "android") and debug and webrender: ["TIMEOUT", "OK", "CRASH", "ERROR"]
if (os == "android"): ["TIMEOUT", "OK", "CRASH", "ERROR"]
if (os == "linux") and debug and not webrender: TIMEOUT
if (os == "linux") and not debug: TIMEOUT
@ -24,8 +21,5 @@
if (os == "linux") and webrender and debug: TIMEOUT
if (os == "linux") and webrender and not debug: ["TIMEOUT", "ERROR"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "android") and not webrender and debug: ["TIMEOUT", "ERROR"]
if (os == "android") and not webrender and not debug: ["TIMEOUT", "CRASH", "ERROR"]
if (os == "android") and webrender and not debug: ["TIMEOUT", "ERROR"]
if (os == "android") and webrender and debug: ["ERROR", "TIMEOUT", "CRASH"]
if (os == "android"): ["TIMEOUT", "OK", "CRASH", "ERROR"]
if (os == "linux") and not webrender: TIMEOUT

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

@ -79,7 +79,7 @@
[abort.any.html?wpt_flags=h2]
expected:
if (os == "linux") and not debug: ["ERROR", "TIMEOUT"]
if (os == "linux") and not debug: ["OK", "ERROR", "TIMEOUT"]
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
if (os == "android") and debug and webrender: ["OK", "TIMEOUT", "CRASH"]
if (os == "android") and debug and not webrender: ["OK", "ERROR", "TIMEOUT"]