Skip to content

Commit c2206b6

Browse files
Bug 1943149 - test(webgpu): adjust for new perma outcomes in tier 3 r=#webgpu-reviewers!
Differential Revision: https://phabricator.services.mozilla.com/D237163
1 parent 68abf86 commit c2206b6

File tree

6 files changed

+112
-73
lines changed

6 files changed

+112
-73
lines changed

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/api/validation/layout_shader_compat/cts.https.html.ini

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
expected: FAIL
88

99
[:bindingInPipelineLayout="compareSamp";bindingInShader="readonlyStorageBuf"]
10+
expected:
11+
if os == "win": FAIL
1012

1113
[:bindingInPipelineLayout="compareSamp";bindingInShader="readonlyStorageTex"]
1214
expected: FAIL
@@ -21,8 +23,12 @@
2123
expected: FAIL
2224

2325
[:bindingInPipelineLayout="compareSamp";bindingInShader="storageBuf"]
26+
expected:
27+
if os == "win": FAIL
2428

2529
[:bindingInPipelineLayout="compareSamp";bindingInShader="uniformBuf"]
30+
expected:
31+
if os == "win": FAIL
2632

2733
[:bindingInPipelineLayout="compareSamp";bindingInShader="writeonlyStorageTex"]
2834
expected: FAIL
@@ -34,6 +40,8 @@
3440
expected: FAIL
3541

3642
[:bindingInPipelineLayout="filtSamp";bindingInShader="readonlyStorageBuf"]
43+
expected:
44+
if os == "win": FAIL
3745

3846
[:bindingInPipelineLayout="filtSamp";bindingInShader="readonlyStorageTex"]
3947
expected: FAIL
@@ -48,8 +56,12 @@
4856
expected: FAIL
4957

5058
[:bindingInPipelineLayout="filtSamp";bindingInShader="storageBuf"]
59+
expected:
60+
if os == "win": FAIL
5161

5262
[:bindingInPipelineLayout="filtSamp";bindingInShader="uniformBuf"]
63+
expected:
64+
if os == "win": FAIL
5365

5466
[:bindingInPipelineLayout="filtSamp";bindingInShader="writeonlyStorageTex"]
5567
expected: FAIL
@@ -61,6 +73,8 @@
6173
expected: FAIL
6274

6375
[:bindingInPipelineLayout="nonFiltSamp";bindingInShader="readonlyStorageBuf"]
76+
expected:
77+
if os == "win": FAIL
6478

6579
[:bindingInPipelineLayout="nonFiltSamp";bindingInShader="readonlyStorageTex"]
6680
expected: FAIL
@@ -75,8 +89,12 @@
7589
expected: FAIL
7690

7791
[:bindingInPipelineLayout="nonFiltSamp";bindingInShader="storageBuf"]
92+
expected:
93+
if os == "win": FAIL
7894

7995
[:bindingInPipelineLayout="nonFiltSamp";bindingInShader="uniformBuf"]
96+
expected:
97+
if os == "win": FAIL
8098

8199
[:bindingInPipelineLayout="nonFiltSamp";bindingInShader="writeonlyStorageTex"]
82100
expected: FAIL
@@ -88,6 +106,8 @@
88106
expected: FAIL
89107

90108
[:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="readonlyStorageBuf"]
109+
expected:
110+
if os == "win": FAIL
91111

92112
[:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="readonlyStorageTex"]
93113
expected: FAIL
@@ -102,8 +122,12 @@
102122
expected: FAIL
103123

104124
[:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="storageBuf"]
125+
expected:
126+
if os == "win": FAIL
105127

106128
[:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="uniformBuf"]
129+
expected:
130+
if os == "win": FAIL
107131

108132
[:bindingInPipelineLayout="readonlyStorageBuf";bindingInShader="writeonlyStorageTex"]
109133
expected: FAIL
@@ -175,6 +199,8 @@
175199
expected: FAIL
176200

177201
[:bindingInPipelineLayout="sampledTex";bindingInShader="readonlyStorageBuf"]
202+
expected:
203+
if os == "win": FAIL
178204

179205
[:bindingInPipelineLayout="sampledTex";bindingInShader="readonlyStorageTex"]
180206
expected: FAIL
@@ -189,8 +215,12 @@
189215
expected: FAIL
190216

191217
[:bindingInPipelineLayout="sampledTex";bindingInShader="storageBuf"]
218+
expected:
219+
if os == "win": FAIL
192220

193221
[:bindingInPipelineLayout="sampledTex";bindingInShader="uniformBuf"]
222+
expected:
223+
if os == "win": FAIL
194224

195225
[:bindingInPipelineLayout="sampledTex";bindingInShader="writeonlyStorageTex"]
196226
expected: FAIL
@@ -202,6 +232,8 @@
202232
expected: FAIL
203233

204234
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="readonlyStorageBuf"]
235+
expected:
236+
if os == "win": FAIL
205237

206238
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="readonlyStorageTex"]
207239
expected: FAIL
@@ -216,8 +248,12 @@
216248
expected: FAIL
217249

218250
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="storageBuf"]
251+
expected:
252+
if os == "win": FAIL
219253

220254
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="uniformBuf"]
255+
expected:
256+
if os == "win": FAIL
221257

222258
[:bindingInPipelineLayout="sampledTexMS";bindingInShader="writeonlyStorageTex"]
223259
expected: FAIL
@@ -229,6 +265,8 @@
229265
expected: FAIL
230266

231267
[:bindingInPipelineLayout="storageBuf";bindingInShader="readonlyStorageBuf"]
268+
expected:
269+
if os == "win": FAIL
232270

233271
[:bindingInPipelineLayout="storageBuf";bindingInShader="readonlyStorageTex"]
234272
expected: FAIL
@@ -243,8 +281,12 @@
243281
expected: FAIL
244282

245283
[:bindingInPipelineLayout="storageBuf";bindingInShader="storageBuf"]
284+
expected:
285+
if os == "win": FAIL
246286

247287
[:bindingInPipelineLayout="storageBuf";bindingInShader="uniformBuf"]
288+
expected:
289+
if os == "win": FAIL
248290

249291
[:bindingInPipelineLayout="storageBuf";bindingInShader="writeonlyStorageTex"]
250292
expected: FAIL
@@ -283,6 +325,8 @@
283325
expected: FAIL
284326

285327
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageBuf"]
328+
expected:
329+
if os == "win": FAIL
286330

287331
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="readonlyStorageTex"]
288332
expected: FAIL
@@ -297,8 +341,12 @@
297341
expected: FAIL
298342

299343
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="storageBuf"]
344+
expected:
345+
if os == "win": FAIL
300346

301347
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="uniformBuf"]
348+
expected:
349+
if os == "win": FAIL
302350

303351
[:bindingInPipelineLayout="writeonlyStorageTex";bindingInShader="writeonlyStorageTex"]
304352
expected: FAIL
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,33 @@
11
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:attribute_names:*]
22
implementation-status: backlog
33
[:case="align"]
4-
expected: FAIL
54

65
[:case="binding"]
7-
expected: FAIL
86

97
[:case="builtin"]
10-
expected: FAIL
118

129
[:case="compute"]
13-
expected: FAIL
1410

1511
[:case="fragment"]
16-
expected: FAIL
1712

1813
[:case="group"]
19-
expected: FAIL
2014

2115
[:case="id"]
22-
expected: FAIL
2316

2417
[:case="interpolate"]
25-
expected: FAIL
2618

2719
[:case="invariant"]
28-
expected: FAIL
2920

3021
[:case="location"]
31-
expected: FAIL
3222

3323
[:case="must_use"]
3424
expected: FAIL
3525

3626
[:case="size"]
37-
expected: FAIL
3827

3928
[:case="vertex"]
40-
expected: FAIL
4129

4230
[:case="workgroup_size"]
43-
expected: FAIL
4431

4532

4633
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:builtin_value_names:*]
@@ -49,110 +36,77 @@
4936
expected: FAIL
5037

5138
[:case="front_facing"]
52-
expected: FAIL
5339

5440
[:case="global_invocation_id"]
55-
expected: FAIL
5641

5742
[:case="instance_index"]
58-
expected: FAIL
5943

6044
[:case="local_invocation_id"]
61-
expected: FAIL
6245

6346
[:case="local_invocation_index"]
64-
expected: FAIL
6547

6648
[:case="num_workgroups"]
67-
expected: FAIL
6849

6950
[:case="position_fragment"]
70-
expected: FAIL
7151

7252
[:case="position_vertex"]
73-
expected: FAIL
7453

7554
[:case="sample_index"]
76-
expected: FAIL
7755

7856
[:case="sample_mask_input"]
79-
expected: FAIL
8057

8158
[:case="sample_mask_output"]
8259
expected: FAIL
8360

8461
[:case="vertex_index"]
85-
expected: FAIL
8662

8763
[:case="workgroup_id"]
88-
expected: FAIL
8964

9065

9166
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:diagnostic_rule_names:*]
92-
implementation-status: backlog
9367
[:case="derivative_uniformity"]
94-
expected: FAIL
9568

9669
[:case="rule"]
97-
expected: FAIL
9870

9971
[:case="unknown"]
100-
expected: FAIL
10172

10273
[:case="unknown_rule"]
103-
expected: FAIL
10474

10575

10676
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:diagnostic_severity_names:*]
107-
implementation-status: backlog
10877
[:case="error"]
109-
expected: FAIL
11078

11179
[:case="info"]
112-
expected: FAIL
11380

11481
[:case="off"]
115-
expected: FAIL
11682

11783
[:case="warning"]
118-
expected: FAIL
11984

12085

12186
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:enable_names:*]
12287
[:case="f16"]
12388

12489

12590
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:interpolation_flat_names:*]
126-
implementation-status: backlog
12791
[:case="either"]
128-
expected: FAIL
12992

13093
[:case="first"]
131-
expected: FAIL
13294

13395

13496
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:interpolation_sampling_names:*]
135-
implementation-status: backlog
13697
[:case="center"]
137-
expected: FAIL
13898

13999
[:case="centroid"]
140-
expected: FAIL
141100

142101
[:case="sample"]
143-
expected: FAIL
144102

145103

146104
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:interpolation_type_names:*]
147-
implementation-status: backlog
148105
[:case="flat"]
149-
expected: FAIL
150106

151107
[:case="linear"]
152-
expected: FAIL
153108

154109
[:case="perspective"]
155-
expected: FAIL
156110

157111

158112
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:language_names:*]
@@ -166,51 +120,34 @@
166120

167121

168122
[cts.https.html?q=webgpu:shader,validation,decl,context_dependent_resolution:swizzle_names:*]
169-
implementation-status: backlog
170123
[:case="a"]
171-
expected: FAIL
172124

173125
[:case="agra"]
174-
expected: FAIL
175126

176127
[:case="arr"]
177-
expected: FAIL
178128

179129
[:case="b"]
180-
expected: FAIL
181130

182131
[:case="bgra"]
183-
expected: FAIL
184132

185133
[:case="g"]
186-
expected: FAIL
187134

188135
[:case="r"]
189-
expected: FAIL
190136

191137
[:case="rgb"]
192-
expected: FAIL
193138

194139
[:case="w"]
195-
expected: FAIL
196140

197141
[:case="wxyz"]
198-
expected: FAIL
199142

200143
[:case="x"]
201-
expected: FAIL
202144

203145
[:case="xy"]
204-
expected: FAIL
205146

206147
[:case="xyxy"]
207-
expected: FAIL
208148

209149
[:case="y"]
210-
expected: FAIL
211150

212151
[:case="yxz"]
213-
expected: FAIL
214152

215153
[:case="z"]
216-
expected: FAIL

0 commit comments

Comments
 (0)