Bug 1910642 - [wpt-sync] Update web-platform-tests to ec57a00617b0c34a1cdaad1ad13381fdc6983c14, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: ec57a00617b0c34a1cdaad1ad13381fdc6983c14
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2024-07-30 15:57:25 +00:00
Родитель 610b27916c
Коммит 8c0ca0f737
18 изменённых файлов: 39 добавлений и 29 удалений

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

@ -2,7 +2,8 @@
expected:
if (os == "linux") and not tsan and not asan and swgl and fission: [FAIL, PASS]
if (os == "linux") and not tsan and asan and not swgl: [FAIL, PASS]
if (os == "android") and debug and swgl: [FAIL, PASS]
if (os == "android") and debug and not swgl: [PASS, FAIL]
if (os == "linux") and tsan: [FAIL, PASS]
if (os == "android") and debug and swgl: [PASS, FAIL]
if (os == "android") and debug and not swgl: [FAIL, PASS]
if (os == "linux") and tsan: [PASS, FAIL]
if (os == "android") and not debug: [FAIL, PASS]
FAIL

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

@ -0,0 +1,2 @@
[block-step-size-establishes-block-formatting-context-list-item.html]
expected: FAIL

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

@ -0,0 +1,2 @@
[block-step-size-establishes-block-formatting-context.html]
expected: FAIL

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

@ -1,2 +0,0 @@
[text-underline-position-vertical-ja.html]
expected: FAIL

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

@ -1,4 +1,2 @@
[pagereveal-no-view-transition-new-opt-out.html]
expected:
if asan and not fission: [ERROR, TIMEOUT]
ERROR
expected: ERROR

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

@ -1,3 +1,4 @@
[existing-transition-in-media-print.tentative.html]
expected:
if (os == "win") and swgl: [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]

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

@ -1,17 +1,16 @@
[window-history.https.sub.html]
expected:
if (os == "linux") and not fission and not debug and not asan: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "linux") and fission: [OK, TIMEOUT]
[sec-fetch-user - history.forward]
expected:
if (os == "linux") and not fission and not debug and not asan: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, TIMEOUT]
if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
[sec-fetch-user - history.back]
expected:
if (os == "linux") and not fission and not debug and not asan: [PASS, TIMEOUT]
if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - history.forward]
expected:

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

@ -40,7 +40,7 @@
[After a file has finished moving, that file can have an open access handle in read-only mode]
expected:
if (os == "linux") and not debug and not asan and not tsan: [FAIL, NOTRUN]
if (os == "linux") and not debug and not asan and not tsan: [FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
@ -70,13 +70,13 @@
[A file with an open access handle in read-only mode does not interfere with removing another file]
expected:
if (os == "linux") and not debug and not asan and not tsan: [FAIL, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
[After an open access handle in read-only mode on a file has been closed, that file can be removed]
expected:
if (os == "linux") and not debug and not asan and not tsan: [FAIL, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, FAIL, TIMEOUT]
if (os == "mac") and not debug: [FAIL, NOTRUN]
FAIL
@ -87,7 +87,7 @@
[When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in read-only mode on that same file]
expected:
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, TIMEOUT, PASS]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
[A file with an open writable stream in exclusive mode does not interfere with an open access handle in read-only mode on another file]
@ -405,12 +405,12 @@
[A file with an open writable stream in siloed mode does not interfere with an open access handle in read-only mode on another file]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
[A file with an ongoing move operation does not interfere with an open access handle in read-only mode on another file]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
@ -430,7 +430,7 @@
[After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in read-only mode]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, TIMEOUT, PASS]
if (os == "mac") and not debug: [PASS, NOTRUN]
[A file with an ongoing move operation does not interfere with an open access handle in readwrite mode on another file]
@ -476,7 +476,7 @@
[When there's an open writable stream in siloed mode on a file, cannot have an open access handle in read-only mode on that same file]
expected:
if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
[A file with an open writable stream in siloed mode does not interfere with an open access handle in readwrite mode on another file]

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

@ -27,6 +27,8 @@
[iframe-popup-to-so.https.html?7-7]
[iframe-popup-to-so.https.html?1-1]
expected:
if (os == "android") and not debug: [OK, TIMEOUT]
[iframe-popup-to-so.https.html?5-5]

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

@ -1,9 +1,11 @@
[autoplay-hidden.optional.html]
expected:
if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [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 == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, TIMEOUT]
if os == "win": [PASS, TIMEOUT]
if os == "mac": [PASS, TIMEOUT]

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

@ -1,3 +0,0 @@
[selectlist-form-state-restore.tentative.html]
[Test restoring state after form submission]
expected: FAIL

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

@ -1,4 +1,9 @@
[delay-load-event-2.html]
expected:
if (os == "win") and debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and not fission and not debug: [ERROR, OK]
if os == "android": [ERROR, OK]
[OK, ERROR]
[Script elements (async) does not delay the load event in the new Document after move]
expected:
if asan and not fission: [PASS, FAIL]

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

@ -1,5 +1,4 @@
[scroll-margin-zero.html]
[Test scroll margin intersection]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
if not fission and not debug: [PASS, FAIL]

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

@ -1 +1 @@
upstream: 18216fa0c87e452027d44a0901f9d3b991dd9ed3
upstream: ec57a00617b0c34a1cdaad1ad13381fdc6983c14

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

@ -1,5 +1,5 @@
[viewport-scrollbars-cause-resize.html]
[Resize event was fired at window.visualViewport if, and only if, scrollbars are classic (i.e. affect flow)]
expected:
if debug: PASS
[PASS, FAIL]
if debug and (os == "android"): [PASS, FAIL]
if not debug: [PASS, FAIL]

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

@ -1 +1,2 @@
leak-threshold: [tab:358400]
lsan-allowed: [Create, CreateChildSHistory, PLDHashTable::MakeEntryHandle, WeakPtr, mozilla::ThrottledEventQueue::Create, mozilla::dom::BrowsingContext::Attach, mozilla::dom::BrowsingContext::CreateDetached, mozilla::dom::CanonicalBrowsingContext::GetSecureBrowserUI, operator]

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

@ -1,3 +1,4 @@
[RTCDataChannel-id.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, CRASH]
if not tsan and (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
if tsan: [OK, CRASH]

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

@ -1,4 +1,6 @@
[RTCDataChannel-send.html]
expected:
if tsan: [OK, CRASH]
[Datachannel binaryType should receive message as ArrayBuffer by default]
expected: FAIL