зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
95f7ff9122
Коммит
eb82a7bfe8
|
@ -1,3 +1,4 @@
|
|||
disabled:
|
||||
if not debug and (os == "linux") and (bits == 32): https://bugzilla.mozilla.org/show_bug.cgi?id=1445834
|
||||
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:
|
||||
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 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]
|
||||
[Check execution order on load handler]
|
||||
expected:
|
||||
if not asan: FAIL
|
||||
[FAIL, PASS]
|
||||
if asan: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[Check execution order from nested timeout]
|
||||
expected:
|
||||
if not asan: FAIL
|
||||
[FAIL, PASS]
|
||||
if asan: [FAIL, PASS]
|
||||
FAIL
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
[window-open-noopener.html?_self]
|
||||
expected:
|
||||
if (os == "android") and not debug: [OK, ERROR]
|
||||
|
||||
[window-open-noopener.html?indexed]
|
||||
expected:
|
||||
|
|
|
@ -1 +1 @@
|
|||
upstream: 1b56d89a261b86dedfd2854b53c1732e435f1f57
|
||||
upstream: a525424ff744bca3cb7e11c8aa19127c95a60cb0
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[fire-selectionchange-event-on-pressing-backspace.html]
|
||||
[Selectionchange event is fired after removing the character]
|
||||
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]
|
||||
expected:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[postmessage.https.html]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [OK, TIMEOUT]
|
||||
if asan and not fission: [OK, TIMEOUT]
|
||||
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
|
||||
if (os == "android") and debug: TIMEOUT
|
||||
[Post messages among service workers]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [PASS, TIMEOUT]
|
||||
if asan and not fission: [PASS, TIMEOUT]
|
||||
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
|
||||
if (os == "android") and debug: TIMEOUT
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
[unregister.https.html]
|
||||
[Unregister controlling service worker]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
|
||||
if asan and not fission: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[Unregister on script evaluation]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
|
||||
if asan and not fission: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[Unregister on activate event]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
|
||||
if asan and not fission: [FAIL, PASS]
|
||||
FAIL
|
||||
|
||||
[Unregister on installing event]
|
||||
expected:
|
||||
if not asan and (processor == "x86") and (os == "linux"): [FAIL, PASS]
|
||||
if asan and not fission: [FAIL, PASS]
|
||||
FAIL
|
||||
|
|
|
@ -27,3 +27,7 @@
|
|||
[register-with-updateViaCache-undefined]
|
||||
expected:
|
||||
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]
|
||||
expected:
|
||||
if os == "win": [TIMEOUT, OK]
|
||||
if not fission: [OK, TIMEOUT]
|
||||
[TIMEOUT, OK]
|
||||
[share() is disabled by default 'self' by permissions policy for cross-origin iframes]
|
||||
expected:
|
||||
if (os == "linux") and not fission: PASS
|
||||
if os == "android": PASS
|
||||
[PASS, TIMEOUT, FAIL]
|
||||
if fission: [PASS, FAIL, TIMEOUT]
|
||||
|
||||
[share() is disabled explicitly by permissions policy for cross-origin iframe]
|
||||
expected:
|
||||
if not fission and (os == "android") and debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
if fission and debug: [PASS, NOTRUN, TIMEOUT, FAIL]
|
||||
if fission and not debug: [PASS, NOTRUN, TIMEOUT, FAIL]
|
||||
if (os == "linux") and fission: [TIMEOUT, PASS, FAIL, NOTRUN]
|
||||
if (os == "android") and not debug: [FAIL, PASS, TIMEOUT, NOTRUN]
|
||||
if os == "mac": [TIMEOUT, PASS, FAIL, NOTRUN]
|
||||
[PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[share() not allowed, as only allowed to share with self]
|
||||
expected:
|
||||
if fission and debug: [NOTRUN, PASS, FAIL, TIMEOUT]
|
||||
if fission and not debug: [NOTRUN, PASS, TIMEOUT, FAIL]
|
||||
if (os == "linux") and fission: [NOTRUN, PASS, FAIL, TIMEOUT]
|
||||
if os == "win": [TIMEOUT, PASS, FAIL, NOTRUN]
|
||||
if os == "mac": [NOTRUN, PASS, FAIL, TIMEOUT]
|
||||
[PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
|
||||
[canShare() not allowed to share by default permissions policy cross-origin]
|
||||
expected:
|
||||
if os == "win": [NOTRUN, PASS, TIMEOUT]
|
||||
if fission and debug: [NOTRUN, PASS, TIMEOUT]
|
||||
if fission and not debug: [NOTRUN, TIMEOUT, PASS]
|
||||
[PASS, TIMEOUT, NOTRUN]
|
||||
if (os == "linux") and not fission: [PASS, TIMEOUT, NOTRUN]
|
||||
if os == "android": [PASS, TIMEOUT, NOTRUN]
|
||||
[NOTRUN, PASS, TIMEOUT]
|
||||
|
||||
[canShare() is allowed by permissions policy to share cross-origin on a particular origin]
|
||||
expected:
|
||||
if os == "win": [NOTRUN, PASS, TIMEOUT, FAIL]
|
||||
if not fission: [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if (os == "linux") and not fission: [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
if os == "android": [PASS, FAIL, TIMEOUT, NOTRUN]
|
||||
[NOTRUN, PASS, FAIL, TIMEOUT]
|
||||
|
||||
[canShare() with self]
|
||||
expected:
|
||||
if os == "win": [NOTRUN, PASS]
|
||||
if not fission: [PASS, NOTRUN]
|
||||
[NOTRUN, PASS]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[processor-construction-port.https.html]
|
||||
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\]]
|
||||
disabled:
|
||||
if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953
|
||||
expected:
|
||||
if tsan: [PASS, FAIL]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[timeouts.py]
|
||||
expected:
|
||||
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]
|
||||
disabled:
|
||||
if os == "android": Not supported
|
||||
|
||||
[test_negative_x_y]
|
||||
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]
|
||||
expected:
|
||||
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
|
||||
if os == "linux": OK
|
||||
if os == "android": OK
|
||||
[OK, TIMEOUT]
|
||||
[No RTCInboundRtpStreamStats exist until packets have been received]
|
||||
expected:
|
||||
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 not debug and (processor == "x86_64"): [PASS, NOTRUN]
|
||||
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, 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 == "mac") and debug: [PASS, TIMEOUT]
|
||||
if (os == "mac") and not debug: [PASS, FAIL, NOTRUN]
|
||||
|
@ -15,7 +16,7 @@
|
|||
[RTCAudioPlayoutStats should be present]
|
||||
expected:
|
||||
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 == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
|
||||
FAIL
|
||||
|
|
Загрузка…
Ссылка в новой задаче