Bug 1577130 - [wpt-sync] Revert intermittent changes, a=testonly

MANUAL PUSH: wpt sync fixup
This commit is contained in:
James Graham 2019-08-29 16:22:50 +01:00
Родитель e358566612
Коммит 3867b98b8f
4 изменённых файлов: 7 добавлений и 16 удалений

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

@ -1,4 +1,3 @@
[appearance-textfield-001.html]
expected:
if (os == "win") and (processor == "x86") and debug: FAIL
if (os == "win") and (processor == "x86_64"): FAIL
if (os == "win"): [FAIL, PASS]

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

@ -9,14 +9,9 @@
[Https downgrade prefetch => No headers]
bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=1568717, https://bugzilla.mozilla.org/show_bug.cgi?id=1569098]
expected:
if (os == "win"): ["PASS", "FAIL"]
if os == "android": PASS
if (os == "linux") and not sw-e10s and not webrender and not debug and (processor == "x86"): TIMEOUT
if (os == "linux") and not sw-e10s and webrender and debug: TIMEOUT
if (os == "linux") and not sw-e10s and not webrender and debug: TIMEOUT
if (os == "mac") and not debug: PASS
if (os == "win") and (processor == "x86"): PASS
if (os == "linux") and sw-e10s: PASS
FAIL
[PASS, FAIL, TIMEOUT]
[Https downgrade stylesheet => No headers]
expected: TIMEOUT

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

@ -1,7 +1,3 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "win") and webrender and debug: FAIL
if (os == "mac") and debug: FAIL
if (os == "android") and debug: FAIL
expected: [PASS, FAIL]

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

@ -1,6 +1,7 @@
[correct-events-for-short-animations-with-syncbases.html]
[Correct events for short animations with syncbases]
expected:
if (os == "win") and debug: [PASS, FAIL]
if (os == "linux") and sw-e10s: FAIL
if (os == "linux") and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "win") and debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and debug: ["FAIL", "PASS"]