зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1609863 - Revert expectations in modules/shared-worker-options-credentials.html.ini for causing failures. a=testonly
CLOSED TREE
This commit is contained in:
Родитель
2951da7110
Коммит
260ec0a14b
|
@ -1,13 +1,14 @@
|
|||
[shared-worker-options-credentials.html]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86") and fission: ["ERROR", "TIMEOUT"]
|
||||
if (os == "win") and debug and (processor == "x86") and not fission: ["ERROR", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and debug and not fission: ["TIMEOUT", "ERROR"]
|
||||
if (os == "linux") and webrender and debug and fission: ["ERROR", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and not debug and fission: ["ERROR", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and not debug and not fission: ["ERROR", "TIMEOUT"]
|
||||
if (os == "linux") and webrender and debug: ["ERROR", "TIMEOUT"]
|
||||
if (os == "linux") and not webrender: ["ERROR", "TIMEOUT"]
|
||||
if (os == "android") and debug: ["ERROR", "TIMEOUT"]
|
||||
ERROR
|
||||
if (os == "linux") and not webrender and not debug: ["TIMEOUT", "ERROR"]
|
||||
if (os == "linux") and not webrender and debug: ["TIMEOUT", "ERROR"]
|
||||
if (os == "win") and (processor == "x86") and debug: ["TIMEOUT", "ERROR"]
|
||||
if (os == "android") and debug: ["TIMEOUT", "ERROR"]
|
||||
TIMEOUT
|
||||
[new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (same-origin).]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче