Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit b523601

Browse files
Bug 1945369 - [wpt-sync] Update web-platform-tests to f630424a79c1ae17deaaf27a21efdbca1378af0e, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: f630424a79c1ae17deaaf27a21efdbca1378af0e wpt-type: landing
1 parent d23c5fd commit b523601

File tree

14 files changed

+35
-32
lines changed

14 files changed

+35
-32
lines changed

testing/web-platform/meta/IndexedDB/idbfactory_deleteDatabase.htm.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/web-platform/meta/IndexedDB/idbfactory_deleteDatabase2.htm.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/web-platform/meta/IndexedDB/idbfactory_deleteDatabase3.htm.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

testing/web-platform/meta/IndexedDB/idbfactory_deleteDatabase4.htm.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
[request-keepalive-quota.html?include=slow-3]
2-
expected:
3-
if (os == "win") and debug and (processor == "x86_64"): CRASH
42

53
[request-keepalive-quota.html?include=fast]
6-
expected:
7-
if (processor == "x86") and debug: CRASH
84
[A Keep-Alive fetch() with a body at the Quota Limit should succeed.]
95
expected:
10-
if (os == "linux") and not debug and fission and not asan and not tsan: [PASS, FAIL]
11-
if (os == "linux") and not debug and not fission: [PASS, FAIL]
6+
if (os == "linux") and not debug and not tsan and asan and fission: [PASS, FAIL]
7+
if (os == "linux") and not debug and not tsan and asan and not fission: [PASS, FAIL]
8+
if (os == "linux") and not debug and not tsan and not asan: [PASS, FAIL]
129
if os == "android": [PASS, FAIL]
1310

1411

@@ -19,8 +16,6 @@
1916

2017

2118
[request-keepalive-quota.html?include=slow-1]
22-
expected:
23-
if (os == "mac") and debug: CRASH
2419
[A Keep-Alive fetch() should return its allocated Quota upon promise resolution.]
2520
expected:
2621
if asan and not fission: [PASS, FAIL]

testing/web-platform/meta/fetch/metadata/generated/window-history.https.sub.html.ini

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[window-history.https.sub.html]
22
expected:
3-
if (os == "linux") and debug and fission: [OK, TIMEOUT]
4-
if (os == "linux") and debug and not fission: [OK, TIMEOUT]
5-
if (os == "linux") and not debug: [OK, TIMEOUT]
3+
if (os == "linux") and not tsan and not fission and debug: [OK, TIMEOUT]
4+
if (os == "linux") and not tsan and not fission and not debug: [TIMEOUT, OK]
5+
if (os == "linux") and not tsan and fission: [OK, TIMEOUT]
6+
if (os == "linux") and tsan: [TIMEOUT, OK]
67
[sec-fetch-user - history.forward]
78
expected:
9+
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
10+
if (os == "linux") and not debug and not fission: [TIMEOUT, PASS, NOTRUN]
811
if (os == "linux") and debug: [PASS, TIMEOUT]
9-
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
1012

1113
[sec-fetch-user - history.back]
1214
expected:
@@ -35,8 +37,20 @@
3537

3638
[sec-fetch-storage-access - Same site - history.forward]
3739
expected:
38-
if (os == "linux") and debug and not fission: [PASS, TIMEOUT, NOTRUN]
40+
if (os == "linux") and fission and tsan: NOTRUN
41+
if (os == "linux") and not fission and debug: [PASS, TIMEOUT, NOTRUN]
42+
if (os == "linux") and not fission and not debug: NOTRUN
3943

4044
[sec-fetch-storage-access - Same site - history.back]
4145
expected:
42-
if (os == "linux") and debug and not fission: [PASS, TIMEOUT]
46+
if (os == "linux") and fission and tsan: TIMEOUT
47+
if (os == "linux") and not fission and debug: [PASS, TIMEOUT]
48+
if (os == "linux") and not fission and not debug: NOTRUN
49+
50+
[sec-fetch-storage-access - Cross-site - history.forward]
51+
expected:
52+
if asan and not fission: NOTRUN
53+
54+
[sec-fetch-storage-access - Cross-site - history.back]
55+
expected:
56+
if asan and not fission: NOTRUN
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[load-text-plain.html]
22
expected:
3+
if (os == "mac") and (version == "OS X 14.7.1"): [OK, TIMEOUT]
34
if (os == "android") and not debug: [OK, CRASH]

testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-cues-sorted-before-dispatch.html.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
expected:
66
if (os == "win") and debug and (processor == "x86_64"): PASS
77
if (os == "linux") and debug and fission: PASS
8+
if (os == "android") and sessionHistoryInParent and debug: PASS
89
if (os == "mac") and not debug: PASS
9-
if os == "android": PASS
10+
if (os == "android") and not sessionHistoryInParent: PASS
1011
[PASS, FAIL]

testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/toggle-events.tentative.html.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
upstream: d05995a2d6975e62e9e8951e215492b476fdc73d
1+
upstream: f630424a79c1ae17deaaf27a21efdbca1378af0e

0 commit comments

Comments
 (0)