Skip to content

Commit c9af904

Browse files
Bug 1880136 - [wpt-sync] Update web-platform-tests to 2380ac024cf228a1481d10c00ce934bc2cc9d3c0, a=testonly
MANUAL PUSH: wpt sync bot wpt-head: 2380ac024cf228a1481d10c00ce934bc2cc9d3c0 wpt-type: landing
1 parent 5c5b602 commit c9af904

28 files changed

+242
-2681
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
[starting-style-cascade.html]
22
expected: ERROR
3-
[@starting-style with higher specificity]
4-
expected: FAIL
5-
6-
[Starting style inheriting from parent's after-change style]
7-
expected: FAIL
8-
9-
[Starting style inheriting from parent's after-change style while parent transitioning]
10-
expected: FAIL

testing/web-platform/meta/fenced-frame/cspee.https.html.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
expected: FAIL
44

55
[fenced frame should not be loaded if any ancestor has CSPEE]
6-
expected: FAIL
6+
expected:
7+
if (processor == "x86") and (os == "win") and not debug: [FAIL, PASS]
8+
FAIL
79

810
[canLoadOpaqueURL considers CSPEE headers]
911
expected: FAIL

testing/web-platform/meta/fledge/tentative/component-ads.https.window.js.ini

-9
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
[4 of 4 component ads shown multiple times.]
4646
expected: FAIL
4747

48-
[Same component ad used multiple times in bid.]
49-
expected: FAIL
50-
5148
[40 of 40 component ads in bid and then shown.]
5249
expected: FAIL
5350

@@ -56,12 +53,6 @@
5653
[Load component ads not in bid.]
5754
expected: FAIL
5855

59-
[21 component ads not allowed in bid.]
60-
expected: FAIL
61-
62-
[Same component ad not allowed 21 times in bid.]
63-
expected: FAIL
64-
6556
[Reports not sent from component ad.]
6657
expected: FAIL
6758

testing/web-platform/meta/fs/FileSystemBaseHandle-getUniqueId.https.any.js.ini

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[FileSystemBaseHandle-getUniqueId.https.any.html]
22
expected:
33
if (os == "win") and debug and swgl: [OK, TIMEOUT]
4-
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
4+
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
55
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
66
[identical directory handles return the same ID]
77
expected: FAIL
@@ -55,7 +55,7 @@
5555
[unique ID of a file handle does not change after writes]
5656
expected:
5757
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
58-
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, FAIL, NOTRUN]
58+
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
5959
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
6060
FAIL
6161

@@ -70,8 +70,7 @@
7070
[FileSystemBaseHandle-getUniqueId.https.any.worker.html]
7171
expected:
7272
if (os == "win") and debug and swgl: [OK, TIMEOUT]
73-
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
74-
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
73+
if (os == "win") and not debug: [OK, TIMEOUT]
7574
[identical directory handles return the same ID]
7675
expected: FAIL
7776

@@ -102,8 +101,7 @@
102101
[two files of the same name in different directories return different IDs]
103102
expected:
104103
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
105-
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
106-
if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
104+
if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
107105
FAIL
108106

109107
[a file and a directory return different IDs]
@@ -116,20 +114,17 @@
116114
[a file and a directory of the same path return different IDs]
117115
expected:
118116
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
119-
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
120-
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
117+
if (os == "win") and not debug: [FAIL, NOTRUN]
121118
FAIL
122119

123120
[unique ID of a file handle does not change after writes]
124121
expected:
125122
if (os == "win") and debug and swgl: [FAIL, NOTRUN]
126-
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
127-
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
123+
if (os == "win") and not debug: [FAIL, NOTRUN]
128124
FAIL
129125

130126
[unique ID is in GUID version 4 format]
131127
expected:
132128
if (os == "win") and debug and swgl: [FAIL, TIMEOUT, NOTRUN]
133-
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
134-
if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
129+
if (os == "win") and not debug: [FAIL, NOTRUN]
135130
FAIL

testing/web-platform/meta/fs/FileSystemFileHandle-sync-access-handle-lock-modes.https.tentative.worker.js.ini

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
[An access handle in readwrite mode has a mode property equal to readwrite]
1111
expected:
12-
if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
12+
if (os == "win") and not debug: [FAIL, NOTRUN, TIMEOUT]
1313
FAIL
1414

1515
[An access handle in read-only mode has a mode property equal to read-only]
1616
expected:
17-
if (os == "win") and not debug: [TIMEOUT, FAIL, NOTRUN]
17+
if (os == "win") and not debug: [NOTRUN, TIMEOUT, FAIL]
1818
FAIL
1919

2020
[An access handle in readwrite-unsafe mode has a mode property equal to readwrite-unsafe]
@@ -72,7 +72,7 @@
7272

7373
[When there's an open access handle in readwrite mode on a file, cannot open another access handle in readwrite-unsafe on that same file]
7474
expected:
75-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
75+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
7676
7777
[When there's an open access handle in read-only mode on a file, can open another access handle in readwrite-unsafe on a different file]
7878
expected:
@@ -99,11 +99,11 @@
9999
100100
[When there's an open access handle in readwrite mode on a file, can open another access handle in readwrite-unsafe on a different file]
101101
expected:
102-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
102+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
103103

104104
[After an access handle in readwrite mode on a file has been closed, can open another access handle in readwrite-unsafe on the same file]
105105
expected:
106-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
106+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
107107

108108
[When there's an open access handle in readwrite-unsafe mode on a file, can open another access handle in readwrite-unsafe on a different file]
109109
expected:
@@ -124,31 +124,31 @@
124124

125125
[When there's an open access handle in readwrite mode on a file, can open another access handle in read-only on a different file]
126126
expected:
127-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
127+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
128128
129129
[When there's an open access handle in readwrite mode on a file, cannot open another access handle in read-only on that same file]
130130
expected:
131-
if (os == "win") and not debug: [PASS, NOTRUN]
131+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
132132

133133
[After an access handle in readwrite mode on a file has been closed, can open another access handle in read-only on the same file]
134134
expected:
135-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
135+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
136136

137137
[When there's an open access handle in readwrite mode on a file, cannot open another access handle in readwrite on that same file]
138138
expected:
139-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
139+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
140140
141141
[After an access handle in readwrite mode on a file has been closed, can open another access handle in readwrite on the same file]
142142
expected:
143-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
143+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
144144
145145
[When there's an open access handle in readwrite mode on a file, can open another access handle in readwrite on a different file]
146146
expected:
147147
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
148148

149149
[An access handle in readwrite mode is writable]
150150
expected:
151-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
151+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
152152

153153
[An access handle in readwrite mode takes a lock that is exclusive]
154154
expected:

testing/web-platform/meta/fs/FileSystemWritableFileStream-write.https.any.js.ini

+50-27
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
if (os == "mac") and not debug: [OK, TIMEOUT]
77
[write() with a string with windows line ending preserved]
88
expected:
9-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
10-
if (os == "win") and not debug: [NOTRUN, PASS]
9+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
10+
if processor == "x86": [PASS, NOTRUN]
1111

1212
[write() with an empty array buffer to an empty file]
1313
expected:
@@ -16,23 +16,23 @@
1616

1717
[write() with a valid typed array buffer]
1818
expected:
19-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
20-
if (os == "win") and not debug: [NOTRUN, PASS]
19+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
20+
if processor == "x86": [PASS, NOTRUN]
2121

2222
[atomic writes: writable file streams make atomic changes on close]
2323
expected:
24-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
25-
if (os == "win") and not debug: [NOTRUN, PASS]
24+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
25+
if processor == "x86": [PASS, NOTRUN]
2626

2727
[atomic writes: write() after close() fails]
2828
expected:
29-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
30-
if (os == "win") and not debug: [NOTRUN, PASS]
29+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
30+
if processor == "x86": [PASS, NOTRUN]
3131

3232
[atomic writes: truncate() after close() fails]
3333
expected:
34-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
35-
if (os == "win") and not debug: [NOTRUN, PASS]
34+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS]
35+
if processor == "x86": [PASS, NOTRUN]
3636

3737
[atomic writes: close() after close() fails]
3838
expected:
@@ -79,48 +79,71 @@
7979

8080
[write() with an empty blob to an empty file]
8181
expected:
82+
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
8283
if processor == "x86": [PASS, TIMEOUT]
8384

8485
[write() called with a string and a valid offset after seek]
8586
expected:
86-
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
87+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
8788
if processor == "x86": [PASS, NOTRUN]
8889

8990
[an errored writable stream releases its lock]
9091
expected:
91-
if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
92-
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
92+
if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
93+
if processor == "x86": [PASS, NOTRUN]
9394

9495
[write() called with a blob and a valid offset]
9596
expected:
96-
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
97-
if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
97+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
9898

9999
[write() called with an offset beyond the end of the file]
100100
expected:
101-
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
102-
if (processor == "x86") and (os == "linux"): [PASS, NOTRUN]
101+
if (os == "win") and not debug: [NOTRUN, PASS]
103102

104103
[write() with a string with unix line ending preserved]
105104
expected:
106-
if (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS]
105+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
107106

108107
[write() with a valid utf-8 string]
109108
expected:
110-
if (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS]
109+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
111110

112111
[write() with an empty string to an empty file]
113112
expected:
114113
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
115114

116115
[write() called with a string and a valid offset]
117116
expected:
118-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
117+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
119118

120119
[write() WriteParams without position and blob appends]
120+
expected:
121+
if (os == "win") and not debug: [NOTRUN, PASS]
122+
123+
[write() a blob to an empty file with zero offset]
124+
expected:
125+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
126+
127+
[write() called consecutively appends]
128+
expected:
129+
if (os == "win") and not debug: [PASS, NOTRUN]
130+
131+
[write() WriteParams without position and string appends]
132+
expected:
133+
if (os == "win") and not debug: [PASS, NOTRUN]
134+
135+
[write() a string to an empty file with zero offset]
136+
expected:
137+
if (os == "win") and not debug: [PASS, NOTRUN]
138+
139+
[write() a blob to an empty file]
121140
expected:
122141
if (os == "win") and not debug: [PASS, NOTRUN]
123142

143+
[write() with WriteParams without position to an empty file]
144+
expected:
145+
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
146+
124147

125148
[FileSystemWritableFileStream-write.https.any.worker.html]
126149
expected:
@@ -136,7 +159,7 @@
136159
[write() called with an offset beyond the end of the file]
137160
expected:
138161
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
139-
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
162+
if (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS]
140163
if (os == "android") and not debug: [PASS, FAIL]
141164

142165
[write() with an empty string to an empty file]
@@ -148,7 +171,7 @@
148171
[write() with a valid utf-8 string]
149172
expected:
150173
if (os == "win") and debug and not swgl: [PASS, NOTRUN]
151-
if (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS]
174+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
152175
if (os == "android") and not debug: [PASS, FAIL]
153176

154177
[write() with a string with unix line ending preserved]
@@ -228,7 +251,7 @@
228251

229252
[write() a blob to an empty file]
230253
expected:
231-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
254+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
232255
if (os == "android") and not debug: [PASS, FAIL]
233256

234257
[write() with WriteParams without position to an empty file]
@@ -238,7 +261,7 @@
238261

239262
[write() a string to an empty file with zero offset]
240263
expected:
241-
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
264+
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
242265
if (os == "android") and not debug: [PASS, FAIL]
243266

244267
[write() a blob to an empty file with zero offset]
@@ -248,18 +271,18 @@
248271

249272
[write() called consecutively appends]
250273
expected:
251-
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
274+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
252275
if (os == "android") and not debug: [PASS, FAIL]
253276

254277
[write() WriteParams without position and string appends]
255278
expected:
256-
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
279+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
257280
if (os == "android") and not debug: [PASS, FAIL]
258281

259282
[write() WriteParams without position and blob appends]
260283
expected:
261284
if (os == "win") and debug and not swgl: [PASS, TIMEOUT]
262-
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
285+
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
263286
if (os == "android") and not debug: [PASS, FAIL]
264287

265288
[write() called with a string and a valid offset]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
prefs: [browser.tabs.remote.coep.credentialless:true]
2-
leak-threshold: [tab:409600]
32
lsan-allowed: [AllocateProtoAndIfaceCache, ProtoAndIfaceCache, js_pod_arena_malloc, maybe_pod_malloc, mozilla::detail::HashTable, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry]
3+
leak-threshold: [tab:409600]
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[empty-iframe-load-event.html]
22
[Check execution order on load handler]
3-
expected:
4-
if (processor == "x86") and (os == "linux"): [FAIL, PASS]
5-
FAIL
3+
expected: FAIL
64

75
[Check execution order from nested timeout]
8-
expected:
9-
if (processor == "x86") and (os == "linux"): [FAIL, PASS]
10-
FAIL
6+
expected: FAIL

0 commit comments

Comments
 (0)