зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1702830 - adjust expectations for websocket tests for intermittent failures. CLOSED TREE
This commit is contained in:
Родитель
274cf030c3
Коммит
41cba1d446
|
@ -20,6 +20,7 @@
|
||||||
[HTTP basic authentication should work with WebSockets]
|
[HTTP basic authentication should work with WebSockets]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": ["PASS", "FAIL"]
|
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]
|
[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 not fission and not swgl: ["TIMEOUT", "CRASH"]
|
||||||
if (os == "linux") and debug and webrender and fission: TIMEOUT
|
if (os == "linux") and debug and webrender and fission: TIMEOUT
|
||||||
if (os == "win") and (processor == "x86") and not debug: ["OK", "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"): ["TIMEOUT", "OK", "CRASH", "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 == "linux") and debug and not webrender: TIMEOUT
|
if (os == "linux") and debug and not webrender: TIMEOUT
|
||||||
if (os == "linux") and not debug: 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 debug: TIMEOUT
|
||||||
if (os == "linux") and webrender and not debug: ["TIMEOUT", "ERROR"]
|
if (os == "linux") and webrender and not debug: ["TIMEOUT", "ERROR"]
|
||||||
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
|
if (os == "win") and (processor == "x86") and not debug: ["OK", "TIMEOUT"]
|
||||||
if (os == "android") and not webrender and debug: ["TIMEOUT", "ERROR"]
|
if (os == "android"): ["TIMEOUT", "OK", "CRASH", "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 == "linux") and not webrender: TIMEOUT
|
if (os == "linux") and not webrender: TIMEOUT
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
[abort.any.html?wpt_flags=h2]
|
[abort.any.html?wpt_flags=h2]
|
||||||
expected:
|
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 == "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 webrender: ["OK", "TIMEOUT", "CRASH"]
|
||||||
if (os == "android") and debug and not webrender: ["OK", "ERROR", "TIMEOUT"]
|
if (os == "android") and debug and not webrender: ["OK", "ERROR", "TIMEOUT"]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче