Skip to content

Commit 68abf86

Browse files
Bug 1943149 - test(webgpu): promote newly PASSing tests to tier 2 r=#webgpu-reviewers!
Differential Revision: https://phabricator.services.mozilla.com/D237162
1 parent b229b3f commit 68abf86

File tree

6 files changed

+0
-91
lines changed

6 files changed

+0
-91
lines changed

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/access/array/index/cts.https.html.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,17 @@
99

1010

1111
[cts.https.html?q=webgpu:shader,execution,expression,access,array,index:bool:*]
12-
implementation-status:
13-
if os == "win": backlog
1412
[:inputSource="const";indexType="i32"]
1513

1614
[:inputSource="const";indexType="u32"]
1715

1816
[:inputSource="storage_r";indexType="i32"]
19-
expected:
20-
if os == "win": FAIL
2117

2218
[:inputSource="storage_r";indexType="u32"]
23-
expected:
24-
if os == "win": FAIL
2519

2620
[:inputSource="storage_rw";indexType="i32"]
27-
expected:
28-
if os == "win": FAIL
2921

3022
[:inputSource="storage_rw";indexType="u32"]
31-
expected:
32-
if os == "win": FAIL
3323

3424

3525
[cts.https.html?q=webgpu:shader,execution,expression,access,array,index:concrete_scalar:*]

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -80,43 +80,24 @@
8080

8181
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:matrix_scalar_compound:*]
8282
implementation-status:
83-
if os == "win" and not debug: backlog
8483
if os == "mac": backlog
8584
[:inputSource="const";cols=2;rows=2]
86-
expected:
87-
if os == "win" and not debug: FAIL
8885

8986
[:inputSource="const";cols=2;rows=3]
90-
expected:
91-
if os == "win" and not debug: FAIL
9287

9388
[:inputSource="const";cols=2;rows=4]
94-
expected:
95-
if os == "win" and not debug: FAIL
9689

9790
[:inputSource="const";cols=3;rows=2]
98-
expected:
99-
if os == "win" and not debug: FAIL
10091

10192
[:inputSource="const";cols=3;rows=3]
102-
expected:
103-
if os == "win" and not debug: FAIL
10493

10594
[:inputSource="const";cols=3;rows=4]
106-
expected:
107-
if os == "win" and not debug: FAIL
10895

10996
[:inputSource="const";cols=4;rows=2]
110-
expected:
111-
if os == "win" and not debug: FAIL
11297

11398
[:inputSource="const";cols=4;rows=3]
114-
expected:
115-
if os == "win" and not debug: FAIL
11699

117100
[:inputSource="const";cols=4;rows=4]
118-
expected:
119-
if os == "win" and not debug: FAIL
120101

121102
[:inputSource="storage_r";cols=2;rows=2]
122103

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

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -453,31 +453,17 @@
453453

454454

455455
[cts.https.html?q=webgpu:shader,execution,expression,constructor,non_zero:concrete_array_elements:*]
456-
implementation-status:
457-
if os == "win": backlog
458456
[:inputSource="const";type="bool";length=10;infer_type=false]
459-
expected:
460-
if os == "win": FAIL
461457

462458
[:inputSource="const";type="bool";length=10;infer_type=true]
463-
expected:
464-
if os == "win": FAIL
465459

466460
[:inputSource="const";type="bool";length=1;infer_type=false]
467-
expected:
468-
if os == "win": FAIL
469461

470462
[:inputSource="const";type="bool";length=1;infer_type=true]
471-
expected:
472-
if os == "win": FAIL
473463

474464
[:inputSource="const";type="bool";length=5;infer_type=false]
475-
expected:
476-
if os == "win": FAIL
477465

478466
[:inputSource="const";type="bool";length=5;infer_type=true]
479-
expected:
480-
if os == "win": FAIL
481467

482468
[:inputSource="const";type="f16";length=10;infer_type=false]
483469

@@ -552,28 +538,16 @@
552538
[:inputSource="const";type="vec4i";length=5;infer_type=true]
553539

554540
[:inputSource="storage_r";type="bool";length=10;infer_type=false]
555-
expected:
556-
if os == "win": FAIL
557541

558542
[:inputSource="storage_r";type="bool";length=10;infer_type=true]
559-
expected:
560-
if os == "win": FAIL
561543

562544
[:inputSource="storage_r";type="bool";length=1;infer_type=false]
563-
expected:
564-
if os == "win": FAIL
565545

566546
[:inputSource="storage_r";type="bool";length=1;infer_type=true]
567-
expected:
568-
if os == "win": FAIL
569547

570548
[:inputSource="storage_r";type="bool";length=5;infer_type=false]
571-
expected:
572-
if os == "win": FAIL
573549

574550
[:inputSource="storage_r";type="bool";length=5;infer_type=true]
575-
expected:
576-
if os == "win": FAIL
577551

578552
[:inputSource="storage_r";type="f16";length=10;infer_type=false]
579553

@@ -648,28 +622,16 @@
648622
[:inputSource="storage_r";type="vec4i";length=5;infer_type=true]
649623

650624
[:inputSource="storage_rw";type="bool";length=10;infer_type=false]
651-
expected:
652-
if os == "win": FAIL
653625

654626
[:inputSource="storage_rw";type="bool";length=10;infer_type=true]
655-
expected:
656-
if os == "win": FAIL
657627

658628
[:inputSource="storage_rw";type="bool";length=1;infer_type=false]
659-
expected:
660-
if os == "win": FAIL
661629

662630
[:inputSource="storage_rw";type="bool";length=1;infer_type=true]
663-
expected:
664-
if os == "win": FAIL
665631

666632
[:inputSource="storage_rw";type="bool";length=5;infer_type=false]
667-
expected:
668-
if os == "win": FAIL
669633

670634
[:inputSource="storage_rw";type="bool";length=5;infer_type=true]
671-
expected:
672-
if os == "win": FAIL
673635

674636
[:inputSource="storage_rw";type="f16";length=10;infer_type=false]
675637

@@ -744,28 +706,16 @@
744706
[:inputSource="storage_rw";type="vec4i";length=5;infer_type=true]
745707

746708
[:inputSource="uniform";type="bool";length=10;infer_type=false]
747-
expected:
748-
if os == "win": FAIL
749709

750710
[:inputSource="uniform";type="bool";length=10;infer_type=true]
751-
expected:
752-
if os == "win": FAIL
753711

754712
[:inputSource="uniform";type="bool";length=1;infer_type=false]
755-
expected:
756-
if os == "win": FAIL
757713

758714
[:inputSource="uniform";type="bool";length=1;infer_type=true]
759-
expected:
760-
if os == "win": FAIL
761715

762716
[:inputSource="uniform";type="bool";length=5;infer_type=false]
763-
expected:
764-
if os == "win": FAIL
765717

766718
[:inputSource="uniform";type="bool";length=5;infer_type=true]
767-
expected:
768-
if os == "win": FAIL
769719

770720
[:inputSource="uniform";type="f16";length=10;infer_type=false]
771721

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
[cts.https.html?q=webgpu:shader,execution,expression,constructor,zero_value:array:*]
2-
implementation-status:
3-
if os == "win": backlog
42
[:type="bool";length=1]
5-
expected:
6-
if os == "win": FAIL
73

84
[:type="bool";length=10]
9-
expected:
10-
if os == "win": FAIL
115

126
[:type="bool";length=5]
13-
expected:
14-
if os == "win": FAIL
157

168
[:type="f16";length=1]
179

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/decl/override/cts.https.html.ini

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

1616

1717
[cts.https.html?q=webgpu:shader,validation,decl,override:initializer:*]
18-
implementation-status: backlog
1918
[:case="abs_float_init_convert"]
2019

2120
[:case="abs_int_init_convert"]
22-
expected: FAIL
2321

2422
[:case="const_func_init"]
2523

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/functions/restrictions/cts.https.html.ini

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

552552

553553
[cts.https.html?q=webgpu:shader,validation,functions,restrictions:must_use_requires_return:*]
554-
implementation-status: backlog
555554
[:ret=false]
556555

557556
[:ret=true]
558-
expected: FAIL
559557

560558

561559
[cts.https.html?q=webgpu:shader,validation,functions,restrictions:no_direct_recursion:*]

0 commit comments

Comments
 (0)