Bug 1579096 - Fix expectations for setSinkId.https.html, getCurrentPosition_IDL.https.html, waiting.https.html a=wpt-fix

--HG--
extra : histedit_source : efab9456ffab6ee56bc374fe47bf1c9ec5780451%2Ce210a191dbaed28f7f27426395f1498189975750
This commit is contained in:
Mihai Alexandru Michis 2019-09-09 16:44:55 +03:00
Родитель dbf41f94df
Коммит 1a84dc1984
3 изменённых файлов: 4 добавлений и 3 удалений

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

@ -3,5 +3,4 @@
[List device, setSinkId should be allowed on the default, the rest of the devices will get a NotAllowedError]
expected:
if (os == "win") and (processor == "aarch64"): [PASS, FAIL]
if os == "android": NOTRUN

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

@ -1,9 +1,12 @@
[getCurrentPosition_IDL.https.html]
expected:
if processor == "aarch64": [TIMEOUT, CRASH]
if os == "android": OK
TIMEOUT
[getCurrentPosition success callback tests]
expected: TIMEOUT
expected:
if os == "android": FAIL
TIMEOUT
[getCurrentPosition error callback tests]
expected:

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

@ -1,7 +1,6 @@
[waiting.https.html]
[waiting is set after installation]
expected:
if not webrender and debug and (os == "win") and (processor == "x86_64"): PASS
if webrender and (os == "linux") and not debug: ["FAIL", "PASS"]
FAIL