Bug 1609863 - Revert expectations in modules/shared-worker-options-credentials.html.ini for causing failures. a=testonly

CLOSED TREE
This commit is contained in:
Mihai Alexandru Michis 2020-02-15 00:07:48 +02:00
Родитель 2951da7110
Коммит 260ec0a14b
1 изменённых файлов: 7 добавлений и 6 удалений

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

@ -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