Bug 1584570 - More metadata fixups, a=testonly

MANUAL PUSH: wpt sync fixup
This commit is contained in:
James Graham 2019-10-02 13:26:30 +01:00
Родитель 3172218774
Коммит 57574efb2c
16 изменённых файлов: 66 добавлений и 36 удалений

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

@ -2,5 +2,5 @@
[Top percentage resolved correctly for overflow contribution]
expected:
if (os == "android") and not debug: [FAIL, PASS]
if (os == "android") and debug: PASS
if (os == "android") and debug: [FAIL, PASS]

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

@ -1,5 +1,6 @@
[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 webrender and (os == "linux") and not debug: [PASS, FAIL]
if (os == "android") and debug: ["PASS", "FAIL"]

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

@ -1,3 +1,9 @@
[opener-setter.html]
disabled:
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
expected:
if (os == "linux") and debug: ["OK", "TIMEOUT"]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected:
if (os == "linux") and debug: ["PASS", "TIMEOUT"]

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

@ -1,7 +1,7 @@
[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:
if (os == "linux") and (processor == "x86_64") and debug and not webrender and not sw-e10s: [FAIL, PASS]
if (os == "linux") and (processor == "x86_64") and debug and not webrender and not sw-e10s: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and not webrender and sw-e10s: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and debug and webrender: [PASS, FAIL]
if (os == "linux") and (processor == "x86_64") and not debug and webrender: [PASS, FAIL]

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

@ -1,8 +1,10 @@
[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: [FAIL, PASS]
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 == "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"]
[PASS, FAIL]

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

@ -0,0 +1,3 @@
[activate-event-after-install-state-change.https.html]
expected:
if (os == "android") and debug: ["OK", "CRASH"]

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

@ -26,3 +26,7 @@
[updateViaCache is not updated if register() rejects]
expected: FAIL
[register-with-updateViaCache-imports-then-imports]
expected:
if (os == "win") and debug and (processor == "x86_64"): ["PASS", "FAIL"]

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

@ -0,0 +1,7 @@
[request-end-to-end.https.html]
expected:
if (processor == "x86") and debug: ["OK", "TIMEOUT"]
[Test FetchEvent.request passed to onfetch]
expected:
if (processor == "x86") and debug: ["PASS", "TIMEOUT"]

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

@ -1,23 +0,0 @@
[worker-interception-redirect.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
[request to sw1 scope gets network redirect to out-of-scope]
expected:
if (os == "win") and not debug and (processor == "x86_64"): FAIL
[request to sw1 scope gets service-worker redirect to out-of-scope]
expected:
if (os == "win") and not debug and (processor == "x86_64"): NOTRUN
[request to sw1 scope gets service-worker redirect to sw2 scope]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
[request to sw1 scope gets network redirect to sw2 scope]
expected:
if (os == "win") and not debug and (processor == "x86_64"): FAIL
[initialize global state]
expected:
if (os == "win") and not debug and (processor == "x86_64"): FAIL

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

@ -0,0 +1,10 @@
[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]

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

@ -7,6 +7,9 @@
[pipeTo() inside size() should behave as expected]
expected: FAIL
[reentrant-strategies]
expected: FAIL
[reentrant-strategies.any.html]
[pipeTo() inside size() should behave as expected]

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

@ -2,6 +2,9 @@
[ReadableStream (empty): instances have the correct methods and properties]
expected: FAIL
[templated]
expected: FAIL
[templated.any.html]
[ReadableStream (empty): instances have the correct methods and properties]

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

@ -1,15 +1,15 @@
[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: [PASS, FAIL]
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"): ["FAIL", "PASS"]
if not debug and (os == "win"): ["PASS", "FAIL"]
if not debug and (os == "linux") and (processor == "x86"): [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: [PASS, FAIL]
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"): ["FAIL", "PASS"]
if not debug and (os == "win"): ["PASS", "FAIL"]
if not debug and (os == "linux") and (processor == "x86"): [PASS, FAIL]
if not debug and (os == "win"): [PASS, FAIL]

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

@ -21,6 +21,9 @@
[Lock requests are granted in order]
expected: FAIL
[Web Locks API: Exclusive Mode]
expected: FAIL
[mode-exclusive.tentative.https.any.sharedworker.html]
[Requests for distinct resources can be granted]

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

@ -15,8 +15,11 @@
[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 and webrender: [OK, TIMEOUT]
if (os == "linux") and debug and not webrender: [OK, TIMEOUT]
[query() returns dictionary with empty arrays when no locks are held]
expected: FAIL
[Web Locks API: navigator.locks.query method - no locks held]
expected: FAIL

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

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