Bug 1929742 - [wpt-sync] Update web-platform-tests to a525424ff744bca3cb7e11c8aa19127c95a60cb0, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: a525424ff744bca3cb7e11c8aa19127c95a60cb0
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2024-11-07 04:41:08 +00:00
Родитель 95f7ff9122
Коммит eb82a7bfe8
16 изменённых файлов: 54 добавлений и 36 удалений

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

@ -1,3 +1,4 @@
disabled: disabled:
if not debug and (os == "linux") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1445834 if not debug and (os == "linux") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1445834
leak-threshold: [default:51200] leak-threshold: [default:51200]
lsan-allowed: [Alloc, MakeUnique, Malloc, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::MatchPatternCore::MatchPatternCore, mozilla::extensions::MatchPatternSet::Constructor, mozilla::extensions::MatchPatternSet::GetPatterns, mozilla::extensions::PermittedSchemes]

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

@ -0,0 +1,3 @@
[move-to-iframe.html]
expected:
if (processor == "x86") and not debug: TIMEOUT

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

@ -3,4 +3,6 @@
expected: expected:
if not asan and debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL] if not asan and debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if not asan and debug and (os == "linux") and fission: [PASS, FAIL] if not asan and debug and (os == "linux") and fission: [PASS, FAIL]
if asan: [PASS, FAIL] if not asan and debug and (os == "linux") and not fission: [PASS, FAIL]
if asan and fission: [PASS, FAIL]
if asan and not fission: [FAIL, PASS]

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

@ -1,10 +1,10 @@
[empty-iframe-load-event.html] [empty-iframe-load-event.html]
[Check execution order on load handler] [Check execution order on load handler]
expected: expected:
if not asan: FAIL if asan: [FAIL, PASS]
[FAIL, PASS] FAIL
[Check execution order from nested timeout] [Check execution order from nested timeout]
expected: expected:
if not asan: FAIL if asan: [FAIL, PASS]
[FAIL, PASS] FAIL

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

@ -1,4 +1,6 @@
[window-open-noopener.html?_self] [window-open-noopener.html?_self]
expected:
if (os == "android") and not debug: [OK, ERROR]
[window-open-noopener.html?indexed] [window-open-noopener.html?indexed]
expected: expected:

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

@ -1 +1 @@
upstream: 1b56d89a261b86dedfd2854b53c1732e435f1f57 upstream: a525424ff744bca3cb7e11c8aa19127c95a60cb0

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

@ -1,7 +1,8 @@
[fire-selectionchange-event-on-pressing-backspace.html] [fire-selectionchange-event-on-pressing-backspace.html]
[Selectionchange event is fired after removing the character] [Selectionchange event is fired after removing the character]
expected: expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] if not tsan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if tsan: [PASS, FAIL]
[Selectionchange event is fired after removing the range] [Selectionchange event is fired after removing the range]
expected: expected:

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

@ -1,8 +1,8 @@
[postmessage.https.html] [postmessage.https.html]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [OK, TIMEOUT] if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if asan and not fission: [OK, TIMEOUT] if (os == "android") and debug: TIMEOUT
[Post messages among service workers] [Post messages among service workers]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [PASS, TIMEOUT] if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
if asan and not fission: [PASS, TIMEOUT] if (os == "android") and debug: TIMEOUT

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

@ -1,24 +1,20 @@
[unregister.https.html] [unregister.https.html]
[Unregister controlling service worker] [Unregister controlling service worker]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
if asan and not fission: [FAIL, PASS] if asan and not fission: [FAIL, PASS]
FAIL FAIL
[Unregister on script evaluation] [Unregister on script evaluation]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
if asan and not fission: [FAIL, PASS] if asan and not fission: [FAIL, PASS]
FAIL FAIL
[Unregister on activate event] [Unregister on activate event]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
if asan and not fission: [FAIL, PASS] if asan and not fission: [FAIL, PASS]
FAIL FAIL
[Unregister on installing event] [Unregister on installing event]
expected: expected:
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
if asan and not fission: [FAIL, PASS] if asan and not fission: [FAIL, PASS]
FAIL FAIL

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

@ -27,3 +27,7 @@
[register-with-updateViaCache-undefined] [register-with-updateViaCache-undefined]
expected: expected:
if (processor == "x86") and not debug: [PASS, FAIL] if (processor == "x86") and not debug: [PASS, FAIL]
[register-with-updateViaCache-none-then-undefined]
expected:
if not fission and (os == "linux") and debug: [PASS, FAIL]

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

@ -1,42 +1,38 @@
[disabled-by-permissions-policy-cross-origin.https.sub.html] [disabled-by-permissions-policy-cross-origin.https.sub.html]
expected: expected:
if os == "win": [TIMEOUT, OK]
if not fission: [OK, TIMEOUT] if not fission: [OK, TIMEOUT]
[TIMEOUT, OK] [TIMEOUT, OK]
[share() is disabled by default 'self' by permissions policy for cross-origin iframes] [share() is disabled by default 'self' by permissions policy for cross-origin iframes]
expected: expected:
if (os == "linux") and not fission: PASS if fission: [PASS, FAIL, TIMEOUT]
if os == "android": PASS
[PASS, TIMEOUT, FAIL]
[share() is disabled explicitly by permissions policy for cross-origin iframe] [share() is disabled explicitly by permissions policy for cross-origin iframe]
expected: expected:
if not fission and (os == "android") and debug: [FAIL, TIMEOUT, NOTRUN] if (os == "linux") and fission: [TIMEOUT, PASS, FAIL, NOTRUN]
if fission and debug: [PASS, NOTRUN, TIMEOUT, FAIL] if (os == "android") and not debug: [FAIL, PASS, TIMEOUT, NOTRUN]
if fission and not debug: [PASS, NOTRUN, TIMEOUT, FAIL] if os == "mac": [TIMEOUT, PASS, FAIL, NOTRUN]
[PASS, FAIL, TIMEOUT, NOTRUN] [PASS, FAIL, TIMEOUT, NOTRUN]
[share() not allowed, as only allowed to share with self] [share() not allowed, as only allowed to share with self]
expected: expected:
if fission and debug: [NOTRUN, PASS, FAIL, TIMEOUT] if (os == "linux") and fission: [NOTRUN, PASS, FAIL, TIMEOUT]
if fission and not debug: [NOTRUN, PASS, TIMEOUT, FAIL] if os == "win": [TIMEOUT, PASS, FAIL, NOTRUN]
if os == "mac": [NOTRUN, PASS, FAIL, TIMEOUT]
[PASS, FAIL, TIMEOUT, NOTRUN] [PASS, FAIL, TIMEOUT, NOTRUN]
[canShare() not allowed to share by default permissions policy cross-origin] [canShare() not allowed to share by default permissions policy cross-origin]
expected: expected:
if os == "win": [NOTRUN, PASS, TIMEOUT] if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
if fission and debug: [NOTRUN, PASS, TIMEOUT] if os == "android": [PASS, TIMEOUT, NOTRUN]
if fission and not debug: [NOTRUN, TIMEOUT, PASS] [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[canShare() is allowed by permissions policy to share cross-origin on a particular origin] [canShare() is allowed by permissions policy to share cross-origin on a particular origin]
expected: expected:
if os == "win": [NOTRUN, PASS, TIMEOUT, FAIL] if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT, NOTRUN]
if not fission: [PASS, FAIL, TIMEOUT, NOTRUN] if os == "android": [PASS, FAIL, TIMEOUT, NOTRUN]
[NOTRUN, PASS, FAIL, TIMEOUT] [NOTRUN, PASS, FAIL, TIMEOUT]
[canShare() with self] [canShare() with self]
expected: expected:
if os == "win": [NOTRUN, PASS]
if not fission: [PASS, NOTRUN] if not fission: [PASS, NOTRUN]
[NOTRUN, PASS] [NOTRUN, PASS]

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

@ -1,3 +1,6 @@
[processor-construction-port.https.html] [processor-construction-port.https.html]
expected: expected:
if (os == "android") and fission: [OK, TIMEOUT] if (os == "mac") and debug: TIMEOUT
[Singleton AudioWorkletProcessor]
expected:
if (os == "mac") and debug: TIMEOUT

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

@ -10,3 +10,5 @@
[test_new_user_context[window\]] [test_new_user_context[window\]]
disabled: disabled:
if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
expected:
if tsan: [PASS, FAIL]

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

@ -1,3 +1,6 @@
[timeouts.py] [timeouts.py]
expected: expected:
if (os == "mac") and not debug: [OK, TIMEOUT] if (os == "mac") and not debug: [OK, TIMEOUT]
[test_timeouts[timeouts3\]]
expected:
if not fission and not debug and (os == "android"): [PASS, FAIL]

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

@ -1,6 +1,10 @@
[set.py] [set.py]
disabled: disabled:
if os == "android": Not supported if os == "android": Not supported
[test_negative_x_y] [test_negative_x_y]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1563248 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1563248
[test_restore_from_maximized]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

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

@ -1,13 +1,14 @@
[rtp-stats-creation.html] [rtp-stats-creation.html]
expected: expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
if os == "linux": OK if os == "linux": OK
if os == "android": OK if os == "android": OK
[OK, TIMEOUT] [OK, TIMEOUT]
[No RTCInboundRtpStreamStats exist until packets have been received] [No RTCInboundRtpStreamStats exist until packets have been received]
expected: expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT] if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN, FAIL, TIMEOUT] if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN] if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, NOTRUN] if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, NOTRUN]
if (os == "mac") and debug: [PASS, TIMEOUT] if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, NOTRUN] if (os == "mac") and not debug: [PASS, FAIL, NOTRUN]
@ -15,7 +16,7 @@
[RTCAudioPlayoutStats should be present] [RTCAudioPlayoutStats should be present]
expected: expected:
if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN] if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN] if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN] if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN] if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL FAIL