Bug 1585719 - [wpt-sync] Update web-platform-tests to e2381a6676f1ae4a491cfbac5805d25d491798a2, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: e2381a6676f1ae4a491cfbac5805d25d491798a2
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2019-10-03 10:02:21 +00:00
Родитель 62ac9962d3
Коммит 68ad69e789
44 изменённых файлов: 141 добавлений и 158 удалений

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

@ -13,6 +13,9 @@
[decompressing deflated input should work]
expected: FAIL
[decompression-correct-input]
expected: FAIL
[decompression-correct-input.any.html]
[decompressing gzip input should work]

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

@ -1,4 +0,0 @@
[font-self-allowed.html]
[Test font loads if it matches font-src.]
expected: FAIL

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

@ -1,6 +1,6 @@
[href-location-blocked.sub.html]
[Violation report status OK.]
expected:
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["PASS", "FAIL"]
if (os == "android") and debug: ["PASS", "FAIL"]

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

@ -3,20 +3,20 @@
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1573036
if (os == "win") and (processor == "aarch64"): https://bugzilla.mozilla.org/show_bug.cgi?id=1573036
expected:
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: ["OK", "TIMEOUT"]
TIMEOUT
[getChangeSubscriptions returns subscriptions passed to subscribeToChanges]
expected:
if (os == "mac") and not debug: [TIMEOUT, FAIL]
if (os == "mac") and not debug: ["FAIL", "TIMEOUT"]
TIMEOUT
[subscribeToChanges rejects when called outside the install handler]
expected:
if (os == "mac") and not debug: [NOTRUN, FAIL]
if (os == "mac") and not debug: ["FAIL", "NOTRUN"]
NOTRUN
[cookiechange dispatched with cookie change that matches subscription]
expected:
if (os == "mac") and not debug: [NOTRUN, FAIL]
if (os == "mac") and not debug: ["FAIL", "NOTRUN"]
NOTRUN

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

@ -1,7 +1,6 @@
[relpos-percentage-top-in-scrollable.html]
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and not debug: [FAIL, PASS]
if (os == "android") and debug: [FAIL, PASS]
if (os == "android") and debug: ["FAIL", "PASS"]
if (os == "android") and not debug: ["FAIL", "PASS"]

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

@ -1,4 +1,2 @@
[font-display-feature-policy-02.tentative.html]
expected:
if os == "linux": PASS
FAIL
expected: FAIL

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

@ -3,6 +3,5 @@
if debug and (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1560360
expected:
if (os == "win") and (processor == "x86"): FAIL
if (os == "win") and (processor == "aarch64"): ["PASS", "FAIL"]
if (os == "win") and (processor == "aarch64"): ["FAIL", "PASS"]
if (os == "win") and (processor == "x86_64"): FAIL

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

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

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

@ -1,8 +1,8 @@
[variable-presentation-attribute.html]
[Testing 'clip' on '#test4'.]
expected:
if os == "linux": FAIL
if os == "android": FAIL
if os == "linux": FAIL
[Testing 'alignment-baseline'.]
expected: FAIL

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

@ -2,6 +2,7 @@
[Sticky elements work with the root (document) scroller]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1556685
expected:
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if os == "android": FAIL

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

@ -1,6 +1,7 @@
[scroll-behavior-default-css.html]
[Smooth scrolling of an element with default scroll-behavior]
expected:
if webrender and (os == "linux") and not debug: [PASS, FAIL]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
if (os == "android") and debug: ["PASS", "FAIL"]

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

@ -3,133 +3,134 @@
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499003
[Main frame with smooth scroll-behavior ; scrollBy() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scroll() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scroll() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scroll() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollTo() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollTo() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollIntoView() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollTo() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollBy() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollIntoView() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollBy() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollTo() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollTo() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scroll() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollIntoView() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollTo() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollTo() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollIntoView() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scroll() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollBy() with auto behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollBy() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollBy() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollBy() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollIntoView() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollTo() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scroll() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollIntoView() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scrollIntoView() with default behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with smooth scroll-behavior ; scrollIntoView() with instant behavior]
expected:
if (os == "android") and e10s: FAIL
if os == "android": FAIL
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "android") and e10s: FAIL
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
if os == "android": FAIL

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

@ -0,0 +1,9 @@
[scroll-behavior-main-frame-window.html]
[Main frame with smooth scroll-behavior ; scroll() with default behavior]
expected:
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]

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

@ -1,6 +1,9 @@
[clearkey-mp4-playback-temporary-multikey.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["OK", "TIMEOUT"]
[org.w3.clearkey, temporary, mp4, playback, multikey audio/video]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and not debug: ["PASS", "TIMEOUT"]
if (os == "win") and (processor == "aarch64"): FAIL
if os == "android": FAIL

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

@ -37,7 +37,7 @@
if (os == "linux") and (processor == "x86_64") and debug and not webrender and sw-e10s: wpt-sync Bug 1565002
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1568816
expected:
if os == "linux": ["FAIL", "TIMEOUT"]
if os == "linux": ["TIMEOUT", "FAIL"]
FAIL
[Http upgrade fetch() api => No headers]

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

@ -4,20 +4,20 @@
[border-left-color]
expected:
if os == "android": PASS
if os == "linux": PASS
if os == "android": PASS
FAIL
[border-top-color]
expected:
if os == "android": PASS
if os == "linux": PASS
if os == "android": PASS
FAIL
[border-bottom-color]
expected:
if os == "android": PASS
if os == "linux": PASS
if os == "android": PASS
FAIL
[border-right-color]

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

@ -0,0 +1,5 @@
[track-mode-not-changed-by-new-track.html]
[A track appended after the initial track configuration does not change other tracks]
expected:
if (os == "android") and debug: ["PASS", "FAIL"]

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

@ -1,4 +1,10 @@
[update-the-rendering.html]
["Flush autofocus candidates" should be happen after the first animation frame callbacks, and before a resize event in the next iteration of window event loop.]
expected: [FAIL, PASS]
expected:
if (os == "linux") and not sw-e10s and (processor == "x86_64") and debug and webrender: ["FAIL", "PASS"]
if (os == "linux") and not sw-e10s and (processor == "x86_64") and debug and not webrender: ["PASS", "FAIL"]
if (os == "linux") and not sw-e10s and (processor == "x86_64") and not debug: ["FAIL", "PASS"]
if (os == "linux") and sw-e10s: ["PASS", "FAIL"]
if (os == "win") and debug: ["FAIL", "PASS"]
FAIL

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

@ -1,3 +1,3 @@
[integration-point-3.html]
expected:
if (processor == "x86") and not debug: [FAIL, PASS]
if (processor == "x86") and not debug: ["PASS", "FAIL"]

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

@ -1,2 +1,2 @@
local: a7c230cd7c1f0c84cc2b0e49119bbc1785569627
upstream: 22372be821a57fc1c98e1b2250410368dd3be77b
local: 383a1471e251243a31f913d97d7e090a48ff1b28
upstream: e2381a6676f1ae4a491cfbac5805d25d491798a2

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

@ -1,7 +1,6 @@
[pointerevent_movementxy.html]
expected:
if (os == "mac") and debug: [OK, ERROR]
if (os == "mac") and not debug: ["OK", "ERROR"]
if (os == "mac") and debug: ["OK", "ERROR"]
[ERROR, OK]
[mouse pointerevent attributes]
expected: FAIL

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

@ -1,10 +1,9 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "win") and (processor == "x86_64") and not webrender and debug: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and webrender: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
if (os == "win") and (processor == "x86_64") and not debug: ["FAIL", "PASS"]
if (os == "mac") and debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "linux") and webrender and debug: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "win") and not webrender: ["FAIL", "PASS"]
if (processor == "x86_64") and (os == "mac"): ["FAIL", "PASS"]
if processor == "aarch64": ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -2,9 +2,7 @@
[pointer locked pointermove events received for button state changes]
expected:
if ccov and (os == "win"): [PASS, FAIL]
if (os == "linux") and not sw-e10s and debug and webrender: [FAIL, PASS]
if (os == "linux") and not sw-e10s and debug and not webrender: [PASS, FAIL]
if (os == "linux") and sw-e10s: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86_64"): ["PASS", "FAIL"]
if (os == "linux") and not debug and (processor == "x86"): ["PASS", "FAIL"]
if (os == "linux") and webrender and debug: ["PASS", "FAIL"]
if (os == "linux") and webrender and not debug: ["PASS", "FAIL"]
if (os == "linux") and not webrender: ["PASS", "FAIL"]

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

@ -4,8 +4,8 @@
if webrender and (os == "linux") and not debug: ["OK", "TIMEOUT"]
[guard]
expected:
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug: ["PASS", "NOTRUN"]
[test6: iframe notifications]
expected:

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

@ -1,11 +1,11 @@
[resource-reload-TAO.sub.html]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and not debug and webrender: [TIMEOUT, OK]
if (processor == "x86_64") and webrender and (os == "win") and not debug: ["TIMEOUT", "OK"]
if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "OK"]
TIMEOUT
[Test that TAO headers are reused on reloads.]
expected:
if (os == "win") and not debug and not webrender and (processor == "x86"): [TIMEOUT, PASS]
if (os == "win") and not debug and webrender: [TIMEOUT, PASS]
if (processor == "x86_64") and webrender and (os == "win") and not debug: ["TIMEOUT", "PASS"]
if (processor == "x86") and (os == "win") and not debug: ["TIMEOUT", "PASS"]
TIMEOUT

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

@ -4,28 +4,32 @@
if (os == "android") and e10s: bug 1550895 (frequently fails on geckoview)
expected:
if (os == "linux") and webrender and not debug: ["OK", "TIMEOUT"]
if os == "mac": ["OK", "TIMEOUT"]
if (os == "mac") and debug: ["OK", "TIMEOUT"]
if (os == "mac") and not debug: ["TIMEOUT", "OK"]
[Frame location should not update on failed mixed-content navigation]
expected:
if (os == "linux") and webrender and not debug: ["PASS", "NOTRUN", "TIMEOUT"]
if (os == "linux") and webrender and not debug: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "mac") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["NOTRUN", "PASS"]
[Frame location should update on successful navigation]
expected:
if os == "mac": ["PASS", "TIMEOUT"]
if (os == "mac") and debug: ["PASS", "TIMEOUT"]
if (os == "mac") and not debug: ["TIMEOUT", "PASS"]
[Frame location should not be accessible after cross-origin navigation]
expected:
if os == "mac": ["PASS", "NOTRUN"]
if (os == "mac") and debug: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["NOTRUN", "PASS"]
[Frame location should not be accessible after redirect]
expected:
if os == "mac": ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["NOTRUN", "PASS"]
if (os == "mac") and debug: ["PASS", "NOTRUN"]
[Frame location should not update on failed about:blank navigation]
expected:
if (os == "linux") and webrender and not debug: ["PASS", "TIMEOUT"]
if (os == "mac") and debug: ["PASS", "TIMEOUT", "NOTRUN"]
if (os == "mac") and not debug: ["PASS", "NOTRUN"]
if (os == "mac") and not debug: ["NOTRUN", "PASS"]

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

@ -1,4 +1,3 @@
[fetch-event-respond-with-readable-stream.https.html]
disabled:
if os == "android" and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972
if (os == "android") and not e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1499972

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

@ -28,5 +28,5 @@
[register-with-updateViaCache-imports-then-imports]
expected:
if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]
if debug and (os == "win") and (processor == "x86_64"): ["PASS", "FAIL"]

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

@ -3,11 +3,11 @@
if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1425175
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1425175
expected:
if os == "mac": [OK, FAIL]
if os == "android": [OK, FAIL]
if os == "mac": ["OK", "FAIL"]
if os == "android": ["OK", "FAIL"]
[Test skipWaiting while a client is using the registration]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if os == "android": [PASS, FAIL]
if (os == "mac") and not debug: ["PASS", "FAIL"]
if (os == "mac") and debug: ["PASS", "FAIL"]
if os == "android": ["PASS", "FAIL"]

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

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

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

@ -1,21 +1,23 @@
[sxg-reporting-prefetch-cert_parse_error-downgraded.tentative.html]
expected:
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [OK, TIMEOUT]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "mac"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
[SXG reporting test of sxg.failed downgraded from sxg.cert_parse_error for prefetch.]
expected:
if debug and not webrender and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "win") and (processor == "x86"): TIMEOUT
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "mac"): TIMEOUT
if not debug and (os == "win"): TIMEOUT
FAIL

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

@ -2,9 +2,10 @@
expected:
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [OK, TIMEOUT]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "OK"]
if not debug and (os == "win") and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
[SXG reporting test of sxg.invalid_integrity_header for prefetch.]
expected:
@ -12,10 +13,11 @@
if debug and not webrender and not e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): FAIL
if debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): FAIL
if not debug and not webrender and e10s and (os == "mac") and (version == "OS X 10.14") and (processor == "x86_64") and (bits == 64): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): TIMEOUT
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): [FAIL, TIMEOUT]
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win"): TIMEOUT
if not debug and (os == "win") and (processor == "x86"): TIMEOUT
if not debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if not debug and (os == "mac"): TIMEOUT
FAIL

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

@ -1,10 +0,0 @@
[floating-point-total-queue-size.any.worker.html]
[floating-point-total-queue-size.any.sharedworker.html]
[floating-point-total-queue-size.any.serviceworker.html]
[floating-point-total-queue-size]
expected: FAIL
[floating-point-total-queue-size.any.html]

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

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

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

@ -1,7 +1,7 @@
[slider-switch.html]
[Check correct event bases for onclick]
expected:
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not debug: [FAIL, PASS]
if (processor == "x86_64") and (os == "android") and not debug: ["FAIL", "PASS"]
if processor == "aarch64": ["FAIL", "PASS"]
[PASS, FAIL]

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

@ -1,9 +1,3 @@
[rect-03.svg]
expected:
if (os == "linux") and not webrender: PASS
if os == "mac": PASS
if (os == "win") and (version == "6.1.7601"): PASS
if not webrender and (os == "win") and (version == "10.0.17134"): PASS
if (os == "android") and not e10s: PASS
if (os == "android") and e10s: PASS
FAIL
if webrender: FAIL

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

@ -1,15 +1,13 @@
[measure.html]
[window.performance.getEntriesByName("measure_start_end")[0\].startTime is correct]
expected:
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: [FAIL, PASS]
if not debug and (processor == "x86_64") and (os == "win") and not webrender: [PASS, FAIL]
if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win"): ["PASS", "FAIL"]
[window.performance.getEntriesByName("measure_start_no_end")[0\].startTime is correct]
expected:
if not debug and (processor == "x86_64") and (os == "linux") and not webrender: [FAIL, PASS]
if not debug and (processor == "x86_64") and (os == "win") and not webrender: [PASS, FAIL]
if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["PASS", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "FAIL"]
if not debug and (os == "win"): ["PASS", "FAIL"]

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

@ -15,8 +15,7 @@
[query-empty.tentative.https.any.serviceworker.html]
expected:
if (os == "linux") and debug and webrender: [OK, TIMEOUT]
if (os == "linux") and debug and not webrender: [OK, TIMEOUT]
if (os == "linux") and debug: ["OK", "TIMEOUT"]
[query() returns dictionary with empty arrays when no locks are held]
expected: FAIL

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

@ -1,4 +0,0 @@
[idlharness.window.html]
[idl_test validation]
expected: FAIL

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

@ -593,6 +593,3 @@
[RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback)]
expected: FAIL
[idl_test validation]
expected: FAIL

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

@ -255,6 +255,9 @@
[unspecified close code should send empty Close frame]
expected: FAIL
[close]
expected: FAIL
[close.any.sharedworker.html]
[unspecified close code with non-empty reason should set code to 1000]

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

@ -1,5 +0,0 @@
[getViewerPose_emulatedPosition.https.html]
expected: ERROR
[XRFrame getViewerPose has emulatedPosition set properly.]
expected: FAIL

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

@ -1,5 +0,0 @@
[xrInputSource_emulatedPosition.https.html]
expected: ERROR
[Poses from XRInputSource.gripSpace have emulatedPosition set properly]
expected: FAIL

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

@ -1,8 +0,0 @@
[Worker-replace-self.any.sharedworker.html]
[Worker-replace-self.any.worker.html]
[Worker-replace-self.any.serviceworker.html]
[Worker-replace-self]
expected: FAIL