Bug 1888286 - [wpt-sync] Update web-platform-tests to 1d8c853bef12004e1ff3bbe6fb0452a37d8f0cce, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 1d8c853bef12004e1ff3bbe6fb0452a37d8f0cce
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2024-03-27 23:14:32 +00:00
Родитель 1f5788bc2f
Коммит 1fc9121343
221 изменённых файлов: 2064 добавлений и 729 удалений

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

@ -1,6 +1,9 @@
[get-databases.any.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Ensure that databases() doesn't pick up changes that haven't commited.]
expected:
if not fission and (os == "linux") and debug: [PASS, FAIL]
[get-databases.any.worker.html]

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

@ -1,7 +1,6 @@
[idbobjectstore-cross-realm-methods.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Cross-realm IDBObjectStore::getAllKeys() method from detached <iframe> works as expected]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]
@ -12,10 +11,8 @@
[Cross-realm IDBObjectStore::openCursor() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::openKeyCursor() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]

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

@ -1,41 +1,25 @@
[idlharness.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: PASS
[IDBFactory interface: operation databases()]
expected: PASS
[IDBTransaction interface: attribute durability]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[idlharness.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: PASS
[IDBFactory interface: operation databases()]
expected: PASS
[IDBTransaction interface: attribute durability]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[idlharness.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: PASS
[IDBFactory interface: operation databases()]
expected: PASS
[IDBTransaction interface: attribute durability]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[idlharness.https.any.serviceworker.html]
expected: TIMEOUT
[idlharness.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[IDBFactory interface: [object IDBFactory\] must inherit property "databases()" with the proper type]
expected: PASS
[IDBFactory interface: operation databases()]
expected: PASS
[IDBTransaction interface: attribute durability]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,8 +1,50 @@
[transaction-relaxed-durability.tentative.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Invalid durability option throws a TypeError]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 2]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 0]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 1]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 4]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 3]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[transaction-relaxed-durability.tentative.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Invalid durability option throws a TypeError]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 2]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 0]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 1]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 4]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Committed data can be read back out: case 3]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,3 +1,3 @@
[setSinkId-with-selectAudioOutput.https.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -0,0 +1,3 @@
[autoplaypolicy_media_element.html]
expected:
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,6 +1,7 @@
[media-src-7_2.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]
[In-policy audio src]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,3 @@
[media-src-7_3.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[media-src-blocked.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[media-src-redir-bug.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -128,18 +128,6 @@
[float: 1px is disallowed in @position-try]
expected: FAIL
[top: revert is disallowed in @position-try]
expected: FAIL
[top: revert-layer is disallowed in @position-try]
expected: FAIL
[inset: revert is disallowed in @position-try]
expected: FAIL
[inset: revert-layer is disallowed in @position-try]
expected: FAIL
[top: 1px !important is disallowed in @position-try]
expected: FAIL

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

@ -0,0 +1,16 @@
[at-scope-relative-syntax.html]
[> .foo in .nest,@scope created by string valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[> .foo in .nest,@scope,@media screen created by string valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[> .foo in .nest,@scope created by insertRule valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[> .foo in .nest,@scope,@media screen created by insertRule valid]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[clip-path-scaled-video.html]
expected:
if (os == "android") and not debug: [PASS, ERROR]

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

@ -0,0 +1,4 @@
[font-size.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -0,0 +1,3 @@
[offset-path-shape-shape-001.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[offset-path-shape-shape-002.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[offset-path-shape-shape-003.html]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,48 @@
[offset-path-shape-computed.html]
[Property offset-path value 'shape(from 0px 0px, line to 10px 10px)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 1em 50px, line to 10rem 10%)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, move by 10px 5px, line by 20px 40%, close)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, hline by 10px, vline to 5rem)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, vline by 5%, hline to 1px)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, curve to 50px 20px via 10rem 1%)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, curve to 50px 20px via 10rem 1px 20% 1em)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, smooth to 50px 20px via 10rem 1%)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, smooth to 50px 3pt)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, arc to 50px 3pt of 10px 10px)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10px 10px, arc to 50px 3pt of 10px 10px small rotate 0deg)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Property offset-path value 'shape(from 10% 1rem, arc to 50px 3pt of 20% cw large rotate 25deg)']
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -0,0 +1,64 @@
[offset-path-shape-parsing.html]
[e.style['offset-path'\] = "shape(from 0px 0px, line to 10px 10px)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape( from 0px 0px, line to 10px 10px )" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 1em 50%, line to 10px 10px)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 1ch 50px, line to 10rem 10vh)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 1ch -50px, line to -10% 12px)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, move by 10px 5px, line by 20px 40%, close)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, hline by 10px, vline to 5rem)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, vline by 5%, hline to 1vw)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1%)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1px 20vh 1ch)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, curve by 50px 20px via 10rem 1px 20vh 1ch)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, smooth to 50px 20px via 10rem 1%)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, smooth to 50px 1pt)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px small rotate 0deg)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[e.style['offset-path'\] = "shape(from 10% 1rem, arc to 50px 1pt of 20% cw large rotate 25deg)" should set the property value]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,3 +1,3 @@
[HTMLMediaElement.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,7 +1,8 @@
[unsized-media.tentative.https.sub.html]
expected:
if (os == "linux") and not debug and fission: [OK, CRASH]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, ERROR]
[Test image with attribute style=width:500px; and attribute undefined=undefined on src /document-policy/experimental-features/resources/image.jpg]
expected: FAIL

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

@ -1,3 +1,7 @@
[event-global.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[window.event is set to the current event, which is the event passed to dispatch (2)]
expected:
if not debug and (os == "linux") and not asan and not tsan: FAIL
if not debug and (os == "win"): FAIL
if not debug and (os == "mac"): FAIL
if not debug and (os == "android"): [FAIL, PASS]

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

@ -2,39 +2,21 @@
[Fenced frame loaded for CSP fenced-frame-src * using config]
expected: FAIL
[Opaque-ads can load API returns true for * using config]
expected: FAIL
[Fenced frame loaded for CSP fenced-frame-src https: using config]
expected: FAIL
[Opaque-ads can load API returns true for https: using config]
expected: FAIL
[Fenced frame loaded for CSP fenced-frame-src https://*:* using config]
expected: FAIL
[Opaque-ads can load API returns true for https://*:* using config]
expected: FAIL
[Fenced frame loaded for CSP fenced-frame-src * using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns true for * using urn:uuid]
expected: FAIL
[Fenced frame loaded for CSP fenced-frame-src https: using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns true for https: using urn:uuid]
expected: FAIL
[Fenced frame loaded for CSP fenced-frame-src https://*:* using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns true for https://*:* using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns true for *]
expected: FAIL

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

@ -2,78 +2,42 @@
[Fenced frame blocked for CSP fenced-frame-src 'none' using config]
expected: FAIL
[Opaque-ads can load API returns false for 'none' using config]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src 'self' using config]
expected: FAIL
[Opaque-ads can load API returns false for 'self' using config]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src data: using config]
expected: FAIL
[Opaque-ads can load API returns false for data: using config]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://* using config]
expected: FAIL
[Opaque-ads can load API returns false for https://* using config]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://*:80 using config]
expected: FAIL
[Opaque-ads can load API returns false for https://*:80 using config]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://b.test:* using config]
expected: FAIL
[Opaque-ads can load API returns false for https://b.test:* using config]
expected: FAIL
[Fenced frame not loaded using config if any of CSPs in place disallow loading]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src 'none' using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for 'none' using urn:uuid]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src 'self' using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for 'self' using urn:uuid]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src data: using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for data: using urn:uuid]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://* using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for https://* using urn:uuid]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://*:80 using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for https://*:80 using urn:uuid]
expected: FAIL
[Fenced frame blocked for CSP fenced-frame-src https://b.test:* using urn:uuid]
expected: FAIL
[Opaque-ads can load API returns false for https://b.test:* using urn:uuid]
expected: FAIL
[Fenced frame not loaded using urn:uuid if any of CSPs in place disallow loading]
expected: FAIL

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

@ -1,16 +1,10 @@
[redirect-keepalive.https.any.html]
expected:
if (os == "linux") and fission and not debug and not asan and tsan: [TIMEOUT, OK]
if (os == "linux") and fission and not debug and not asan and not tsan: [OK, TIMEOUT]
if (os == "linux") and fission and not debug and asan: [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and swgl: TIMEOUT
if (os == "win") and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
if (os == "linux") and fission and debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "linux") and fission: [OK, TIMEOUT]
[[keepalive\][iframe\][load\] mixed content redirect; setting up]
expected:
if (os == "linux") and fission and not debug and not asan and tsan: [TIMEOUT, PASS]
if (os == "linux") and fission and not debug and not asan and not tsan: [PASS, TIMEOUT]
if (os == "linux") and fission and not debug and asan: [TIMEOUT, PASS]
if (os == "win") and (processor == "x86_64") and swgl: TIMEOUT
if (os == "win") and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "linux") and fission: [PASS, TIMEOUT]

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

@ -1,4 +1,6 @@
[fetch-destination.https.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[HTMLLinkElement with rel=preload and as=audio fetches with a "audio" Request.destination]
expected: FAIL

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

@ -5,8 +5,8 @@
[A same-origin window[target=''\][features='0'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target=''\][features='0'\] can trigger fetchLater.]
expected: TIMEOUT
@ -16,8 +16,8 @@
[A same-origin window[target=''\][features='1'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target=''\][features='1'\] can trigger fetchLater.]
expected: TIMEOUT
@ -27,8 +27,8 @@
[A same-origin window[target=''\][features='2'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target=''\][features='2'\] can trigger fetchLater.]
expected: TIMEOUT
@ -38,8 +38,8 @@
[A same-origin window[target='_blank'\][features='0'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target='_blank'\][features='0'\] can trigger fetchLater.]
expected: TIMEOUT
@ -49,8 +49,8 @@
[A same-origin window[target='_blank'\][features='1'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target='_blank'\][features='1'\] can trigger fetchLater.]
expected: TIMEOUT
@ -60,8 +60,8 @@
[A same-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
expected:
if (os == "linux") and not debug: [FAIL, TIMEOUT]
FAIL
if os == "linux": [TIMEOUT, FAIL]
TIMEOUT
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
expected: TIMEOUT

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

@ -1,7 +1,7 @@
[304-update.any.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if swgl and (os == "linux") and not fission: [FAIL, PASS]
if asan and not fission: [FAIL, PASS]
[PASS, FAIL]
@ -26,7 +26,8 @@
[304-update.any.sharedworker.html]
[HTTP cache updates stored headers from a Last-Modified 304]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: PASS
if (os == "linux") and swgl and fission: [FAIL, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and not tsan and not fission and not debug: [FAIL, PASS]
if (os == "win") and debug and (processor == "x86_64"): PASS
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "linux") and tsan: [FAIL, PASS]
[PASS, FAIL]

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

@ -1,3 +1,3 @@
[non-matching-range-response.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,4 +1,6 @@
[option.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[ <form action="/resource-timing/resources/document-navigated.html" method="post"> <input type="submit"> <select name="dangling"><option> ]
expected: FAIL

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

@ -9,32 +9,31 @@
[move(dir, name) to move a non-empty directory to a new directory]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and (os == "win") and debug: [PASS, TIMEOUT]
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and (os == "linux"): [PASS, TIMEOUT, NOTRUN]
if (processor == "x86_64") and (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN]
if (processor == "x86") and debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN]
[move(dir) can be called multiple times]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [PASS, NOTRUN]
[move(dir, name) can be called multiple times]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[move(dir, name) with a name with invalid characters should fail]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and debug: [PASS, NOTRUN]
[move(dir, "") should fail]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and debug: [PASS, NOTRUN]
@ -68,18 +67,15 @@
[move(dir, name) to rename a non-empty directory]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[move(dir) to move an empty directory to a new directory]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[move(dir, name) to move an empty directory to a new directory]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[move(name) to rename a non-empty directory]
expected:
@ -152,11 +148,3 @@
[move(dir, name) to move an empty directory to a new directory]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[move(name) to rename a non-empty directory]
expected:
if (processor == "x86") and (os == "linux"): [PASS, TIMEOUT, NOTRUN]
[move("") to rename an empty directory fails]
expected:
if (processor == "x86") and (os == "linux"): [PASS, TIMEOUT]

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

@ -0,0 +1,5 @@
[ancestor-activeelement-after-child-lose-focus.html]
[Ancestor's activeElement should be cleared when child loses focus]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]

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

@ -0,0 +1,4 @@
[cross-origin-ancestor-activeelement-after-child-lose-focus.sub.html]
expected:
if (os == "mac") and not debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,9 +1,8 @@
[FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.html]
expected:
if (os == "win") and debug and not swgl and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug and swgl: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[A writable stream opens in siloed mode by default]
expected: FAIL
@ -42,34 +41,30 @@
[After a writable stream in exclusive mode on a file has been closed, can open another writable stream in siloed on the same file]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL
[When there's an open writable stream in exclusive mode on a file, can open another writable stream in exclusive on a different file]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, NOTRUN, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, NOTRUN]
if (os == "linux") and swgl and not fission: [FAIL, PASS, NOTRUN]
if (os == "android") and debug and not swgl: [FAIL, PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "linux") and debug and not fission: [FAIL, PASS, NOTRUN]
if (os == "android") and debug: [FAIL, PASS, NOTRUN]
[PASS, FAIL, NOTRUN]
[When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in exclusive on that same file]
expected:
if (os == "win") and debug and not swgl and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
if (os == "win") and not debug: [FAIL, NOTRUN]
if (os == "linux") and (processor == "x86"): [FAIL, NOTRUN]
if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
FAIL
[After a writable stream in exclusive mode on a file has been closed, can open another writable stream in exclusive on the same file]
expected:
if (os == "win") and debug and not swgl and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
if (os == "win") and not debug: [FAIL, NOTRUN]
if (os == "linux") and (processor == "x86"): [FAIL, NOTRUN]
if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
FAIL
[When there's an open writable stream in exclusive mode on a file, can open another writable stream in siloed on a different file]

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

@ -1,7 +1,8 @@
[FileSystemWritableFileStream-write.https.any.html]
expected:
if (os == "win") and debug and (processor == "x86"): [ERROR, OK, TIMEOUT]
if (os == "win") and not debug: [ERROR, OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not debug: [OK, ERROR, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [OK, TIMEOUT, ERROR]
if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT]
[write() with a string with windows line ending preserved]
expected:
@ -10,75 +11,86 @@
[write() with an empty array buffer to an empty file]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
[write() with a valid typed array buffer]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if processor == "x86": [PASS, NOTRUN]
[atomic writes: writable file streams make atomic changes on close]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [PASS, NOTRUN]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN]
[atomic writes: write() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [PASS, NOTRUN]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[atomic writes: truncate() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [PASS, NOTRUN]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[atomic writes: close() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[atomic writes: only one close() operation may succeed]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [NOTRUN, PASS, TIMEOUT]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN, TIMEOUT]
[getWriter() can be used]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[WriteParams: truncate missing size param]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[WriteParams: write missing data param]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[WriteParams: seek missing position param]
expected:
if (os == "win") and debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]
[write() with an invalid blob to an empty file should reject]
expected:
if (os == "win") and debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
[WriteParams: write null data param]
expected:
if (os == "win") and debug and (processor == "x86"): [NOTRUN, PASS]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
[write() with an empty blob to an empty file]
expected:
if (os == "win") and not swgl: [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
[write() called with a string and a valid offset after seek]
expected:
@ -87,8 +99,9 @@
[an errored writable stream releases its lock]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [NOTRUN, PASS]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (processor == "x86") and debug: [PASS, NOTRUN]
if (processor == "x86") and not debug: [PASS, NOTRUN]
[write() called with a blob and a valid offset]
expected:
@ -145,175 +158,144 @@
[FileSystemWritableFileStream-write.https.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (processor == "x86_64") and (os == "mac") and not debug: [OK, TIMEOUT]
if processor == "x86": [OK, TIMEOUT]
[write() called with a blob and a valid offset]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() called with an offset beyond the end of the file]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with an empty string to an empty file]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with a valid utf-8 string]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with a string with unix line ending preserved]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with a string with windows line ending preserved]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with an empty array buffer to an empty file]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with a valid typed array buffer]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[atomic writes: writable file streams make atomic changes on close]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
[getWriter() can be used]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[WriteParams: truncate missing size param]
expected:
if (os == "win") and debug: [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS]
if (os == "android") and not debug: [PASS, FAIL]
if os == "win": [PASS, NOTRUN]
[WriteParams: write missing data param]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[WriteParams: seek missing position param]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and debug: [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
if os == "win": [PASS, NOTRUN]
[write() with an invalid blob to an empty file should reject]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[WriteParams: write null data param]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, FAIL]
[write() with an empty blob to an empty file]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, FAIL]
[write() a blob to an empty file]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() with WriteParams without position to an empty file]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() a string to an empty file with zero offset]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() a blob to an empty file with zero offset]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() called consecutively appends]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() WriteParams without position and string appends]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[write() WriteParams without position and blob appends]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, FAIL]
[write() called with a string and a valid offset]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and (processor == "x86"): [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, FAIL]
[atomic writes: only one close() operation may succeed]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [PASS, NOTRUN]
[atomic writes: write() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
[atomic writes: truncate() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if processor == "x86": [PASS, NOTRUN]
[atomic writes: close() after close() fails]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
if processor == "x86": [PASS, NOTRUN]
[write() called with a string and a valid offset after seek]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if processor == "x86": [PASS, NOTRUN]
[an errored writable stream releases its lock]
expected:
if (processor == "x86_64") and (os == "win") and not debug: NOTRUN
if processor == "x86": [PASS, TIMEOUT, NOTRUN]
if processor == "x86": [PASS, NOTRUN, TIMEOUT]

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

@ -1,3 +1,3 @@
[load-text-plain.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,5 +1,6 @@
[cross-origin-isolated.sub.https.html]
expected:
if (os == "android") and debug: TIMEOUT
if (os == "android") and not debug: [OK, TIMEOUT]
[child: originAgentCluster must equal true]
expected: FAIL

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

@ -1,17 +1,12 @@
[resource-popup.https.html]
expected:
if (os == "linux") and not swgl and debug and not fission: [TIMEOUT, OK]
if (os == "linux") and not swgl and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and (processor == "x86_64") and not debug: [TIMEOUT, OK, ERROR]
if (os == "win") and (processor == "x86_64") and debug: [OK, ERROR, TIMEOUT]
if (os == "linux") and swgl: [OK, ERROR, TIMEOUT]
if os == "android": [OK, ERROR, TIMEOUT]
if (os == "win") and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
if (os == "android") and debug: [OK, ERROR, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH, ERROR, TIMEOUT]
[OK, TIMEOUT]
[/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, PASS, TIMEOUT]
if (os == "linux") and debug and not fission and swgl: [FAIL, PASS, TIMEOUT]
if (os == "linux") and debug and fission: [FAIL, PASS, TIMEOUT]
if (os == "win") and debug: [FAIL, PASS, TIMEOUT]
if os == "android": [FAIL, PASS, TIMEOUT]
[PASS, FAIL, TIMEOUT]
@ -21,17 +16,9 @@
[PASS, FAIL, TIMEOUT]
[/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, PASS]
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS]
[PASS, TIMEOUT]
expected: [PASS, TIMEOUT]
[/common/text-plain.txt - parent COOP: ""; child COOP: "same-origin"]
expected:
if (os == "android") and not swgl and debug: [FAIL, PASS, TIMEOUT]
if (os == "android") and debug: [FAIL, PASS, TIMEOUT]
[PASS, FAIL, TIMEOUT]
[/common/text-plain.txt - parent COOP: "same-origin"; child COOP: "same-origin"]
expected:
if (os == "linux") and not fission: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[element-render-blocking-005.html]
expected:
if not fission and (os == "linux"): CRASH

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

@ -34,12 +34,16 @@
[utf-16le.html?include=svg]
[utf-16le.html?include=window-open]
expected:
if (os == "android") and not debug: [OK, CRASH]
[utf-16le.html?include=xml]
[utf-16le.html?include=base-href]
[utf-16le.html?include=css]
expected:
if (os == "android") and not debug: [OK, CRASH]
[utf-16le.html?include=workers]
expected: [OK, TIMEOUT]

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

@ -47,6 +47,8 @@
[utf-8.html?include=svg]
[utf-8.html?include=history]
expected:
if (os == "android") and not debug: [OK, CRASH]
[utf-8.html?include=nested-browsing]

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

@ -269,6 +269,8 @@
[windows-1251.html?include=base-href]
[windows-1251.html?include=xhr]
expected:
if (os == "android") and not debug: [OK, CRASH]
[windows-1251.html?include=workers]
expected: [OK, TIMEOUT]
@ -304,5 +306,4 @@
[windows-1251.html?include=loading]
expected:
if not fission and (os == "linux") and debug: [OK, ERROR]
if not fission and (os == "linux") and not debug: [OK, ERROR, CRASH]
if (os == "linux") and not fission: [OK, ERROR]

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

@ -122,3 +122,5 @@
[windows-1252.html?include=websocket]
[windows-1252.html?include=history]
expected:
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,4 +1,4 @@
[video-aspect-ratio.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -4,15 +4,16 @@
if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
expected:
if (os == "win") and not debug and ccov: OK
if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, OK]
if (os == "linux") and not debug and not tsan: [TIMEOUT, OK]
if (os == "android") and debug: OK
[OK, TIMEOUT]
[Page with <embed type=undefined src=/media/white.mp4>]
expected:
if fission and not debug and not asan and not tsan: TIMEOUT
if not fission and (os == "linux"): [PASS, PRECONDITION_FAILED]
if fission and (os == "linux") and not asan and not debug and not tsan: TIMEOUT
if not fission and (os == "android"): [PRECONDITION_FAILED, PASS]
if (os == "linux") and fission and not debug and not tsan: TIMEOUT
if (os == "linux") and not fission: [PASS, PRECONDITION_FAILED]
if os == "android": [PRECONDITION_FAILED, PASS]
[Page with <object type=undefined data=/media/white.mp4>]
expected: [PASS, TIMEOUT, PRECONDITION_FAILED]
expected:
if fission and not debug and not tsan: [NOTRUN, PASS, TIMEOUT, PRECONDITION_FAILED]
[PASS, TIMEOUT, PRECONDITION_FAILED]

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

@ -1,8 +1,8 @@
[audio_loop_base.html]
max-asserts: 45
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]

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

@ -1,3 +1,3 @@
[audio_loop_seek_to_eos.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[autoplay-with-broken-track.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[event_canplay.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,4 +1,4 @@
[event_canplaythrough.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_loadeddata.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_loadedmetadata.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_loadstart.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_order_canplay_canplaythrough.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_order_loadedmetadata_loadeddata.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_pause.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -2,4 +2,4 @@
disabled:
if debug and (os == "linux") and (processor == "x86"): https://bugzilla.mozilla.org/show_bug.cgi?id=1482405
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[event_play_noautoplay.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_playing_noautoplay.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_progress_noautoplay.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[event_timeupdate_noautoplay.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[addCue.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[autoplay-overrides-preload.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[load-removes-queued-error-event.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -0,0 +1,3 @@
[resource-selection-invoke-audio-constructor-no-src.html]
expected:
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,6 +1,7 @@
[media_fragment_seek.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Video should seek to time specified in media fragment syntax]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
if (processor == "x86") and not debug: [PASS, FAIL]

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

@ -0,0 +1,3 @@
[networkState_during_loadstart.html]
expected:
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[networkState_initial.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -0,0 +1,3 @@
[currentTime-move-within-document.html]
expected:
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[currentTime.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -2,4 +2,4 @@
disabled:
if debug and (os == "linux") and (processor == "x86"): https://bugzilla.mozilla.org/show_bug.cgi?id=1482405
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,5 +1,5 @@
[loop-from-ended.tentative.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[play() with loop set to true after playback ended]
expected: FAIL

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

@ -1,3 +1,3 @@
[pause-move-within-document.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,4 +1,3 @@
[pause-remove-from-document-different-load.html]
expected:
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[pause-remove-from-document.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,6 +1,3 @@
[preserves-pitch.html]
expected:
if not fission and (os == "linux") and not debug and not asan: [OK, TIMEOUT]
[Slow-downs should change the pitch when preservesPitch=false]
expected:
if not fission and (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,10 +1,9 @@
[autoplay-hidden.optional.html]
expected:
if (os == "win") and swgl: TIMEOUT
if (os == "win") and not swgl: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
if os == "win": [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[Allow delaying autoplay until video elements become visible]
expected:
if (os == "win") and swgl: TIMEOUT
if (os == "win") and not swgl: [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]

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

@ -1,3 +1,3 @@
[autoplay-with-slow-text-tracks.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -2,5 +2,4 @@
disabled:
if debug and (os == "linux") and (processor == "x86"): https://bugzilla.mozilla.org/show_bug.cgi?id=1482405
expected:
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[readyState_during_canplaythrough.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[readyState_during_loadedmetadata.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,4 +1,4 @@
[readyState_initial.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,4 +1,4 @@
[seek-to-currentTime.html]
max-asserts: 102
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[seek-to-max-value.htm]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[seek-to-negative-time.htm]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[src_reflects_attribute_not_source_elements.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[src-clear-cues.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[track-active-cues.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[track-cue-mutable.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]

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

@ -1,3 +1,3 @@
[track-cue-negative-duration.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[track-cue-negative-timestamp-events.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,3 +1,3 @@
[track-cues-cuechange-dynamically-created-track-element.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -2,4 +2,4 @@
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1550381
expected:
if debug and fission and (os == "android"): [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -2,8 +2,8 @@
disabled:
if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1533648
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[TextTrack's cues are indexed and updated in order during video playback]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]

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

@ -1,3 +1,3 @@
[track-cues-enter-seeking.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,10 +1,11 @@
[track-cues-missed.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[Events are triggered for missed (skipped) cues during normal playback]
disabled:
if os == "android": Bug 1563766
expected:
if (os == "linux") and debug and not fission and swgl: PASS
if (os == "linux") and debug and fission: PASS
if (os == "win") and not debug and (processor == "x86_64"): PASS
if (os == "linux") and debug and fission: PASS
if os == "mac": PASS
[PASS, FAIL]

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

@ -1,7 +1,7 @@
[track-cues-pause-on-exit.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Video is paused after cues having pause-on-exit flag are processed]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]

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

@ -1,3 +1,3 @@
[track-cues-seeking.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]

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

@ -1,8 +1,9 @@
[track-cues-sorted-before-dispatch.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[All events are triggered in chronological order]
expected:
if (os == "linux") and debug and not fission: [PASS, FAIL]
if (os == "linux") and not debug and (processor == "x86"): [PASS, 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 and not fission: [PASS, FAIL]
if (os == "win") and not debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, FAIL]

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше