Skip to content

Commit b229b3f

Browse files
Bug 1943149 - test(webgpu): demote newly failing tests to tier 3 r=#webgpu-reviewers!
Differential Revision: https://phabricator.services.mozilla.com/D237161
1 parent 79de55f commit b229b3f

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/api/validation/capability_checks/limits/maxSamplersPerShaderStage/cts.https.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createBindGroupLayout,at_over:*]
22
tags: [webgpu, webgpu-long]
33
implementation-status:
4+
if os == "win" and not debug: backlog
45
if os == "linux": backlog
56
if os == "mac": backlog
67
expected:
8+
if os == "win" and not debug: [OK, CRASH]
79
if os == "linux": [OK, CRASH]
810
if os == "mac": [OK, CRASH]
911
[:limitTest="atDefault";testValueName="atLimit";visibility=1;order="backward"]

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/binary/f32_matrix_addition/cts.https.html.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383

8484

8585
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_addition:matrix_compound:*]
86+
implementation-status:
87+
if os == "win" and debug: backlog
8688
[:inputSource="const";cols=2;rows=2]
8789

8890
[:inputSource="const";cols=2;rows=3]
@@ -92,6 +94,8 @@
9294
[:inputSource="const";cols=3;rows=2]
9395

9496
[:inputSource="const";cols=3;rows=3]
97+
expected:
98+
if os == "win" and debug: FAIL
9599

96100
[:inputSource="const";cols=3;rows=4]
97101

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/binary/f32_matrix_matrix_multiplication/cts.https.html.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@
501501

502502
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix_compound:*]
503503
tags: [webgpu, webgpu-long]
504+
implementation-status:
505+
if os == "win" and debug: backlog
504506
[:inputSource="const";common_dim=2;x_rows=2]
505507

506508
[:inputSource="const";common_dim=2;x_rows=3]
@@ -510,6 +512,8 @@
510512
[:inputSource="const";common_dim=3;x_rows=2]
511513

512514
[:inputSource="const";common_dim=3;x_rows=3]
515+
expected:
516+
if os == "win" and debug: FAIL
513517

514518
[:inputSource="const";common_dim=3;x_rows=4]
515519

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/extension/pointer_composite_access/cts.https.html.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,45 @@
2929

3030

3131
[cts.https.html?q=webgpu:shader,validation,extension,pointer_composite_access:pointer:*]
32+
implementation-status: backlog
3233
[:case="array_index_access_via_identifier"]
34+
expected: FAIL
3335

3436
[:case="array_index_access_via_pointer"]
37+
expected: FAIL
3538

3639
[:case="builtin_struct_frexp_via_identifier"]
40+
expected: FAIL
3741

3842
[:case="builtin_struct_frexp_via_pointer"]
43+
expected: FAIL
3944

4045
[:case="builtin_struct_modf_via_identifier"]
46+
expected: FAIL
4147

4248
[:case="builtin_struct_modf_via_pointer"]
49+
expected: FAIL
4350

4451
[:case="matrix_index_access_via_identifier"]
52+
expected: FAIL
4553

4654
[:case="matrix_index_access_via_pointer"]
55+
expected: FAIL
4756

4857
[:case="struct_member_access_via_identifier"]
58+
expected: FAIL
4959

5060
[:case="struct_member_access_via_pointer"]
61+
expected: FAIL
5162

5263
[:case="vector_index_access_via_identifier"]
64+
expected: FAIL
5365

5466
[:case="vector_index_access_via_pointer"]
67+
expected: FAIL
5568

5669
[:case="vector_member_access_via_identifier"]
70+
expected: FAIL
5771

5872
[:case="vector_member_access_via_pointer"]
73+
expected: FAIL

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/parse/requires/cts.https.html.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131

3232

3333
[cts.https.html?q=webgpu:shader,validation,parse,requires:wgsl_matches_api:*]
34+
implementation-status: backlog
3435
[:feature="packed_4x8_integer_dot_product"]
3536

3637
[:feature="pointer_composite_access"]
38+
expected: FAIL
3739

3840
[:feature="readonly_and_readwrite_storage_textures"]
3941

0 commit comments

Comments
 (0)