Bug 1819243 [wpt PR 38732] - Update wpt metadata, a=testonly

wpt-pr: 38732
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2023-03-20 17:35:18 +00:00
Родитель 410f845c61
Коммит c0660be03a
4 изменённых файлов: 7 добавлений и 4 удалений

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

@ -1,3 +0,0 @@
[mathvariant-case-sensitivity.html]
expected:
if (processor == "x86") and not debug: ["PASS", "TIMEOUT"]

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

@ -1,4 +1,6 @@
[find.py]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[test_find_element[open-tag name-a\]]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1822321
expected: FAIL

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

@ -0,0 +1,3 @@
[get.py]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT]

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

@ -3,5 +3,6 @@
expected:
if (os == "linux") and debug and fission and not swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "linux") and not debug and not swgl: [PASS, FAIL]
if (os == "linux") and not debug and swgl: [PASS, FAIL]