Skip to content

Commit bcba2b2

Browse files
Bug 2004624 - test(webgpu): accept observed intermittents r=webgpu-reviewers,nical
Differential Revision: https://phabricator.services.mozilla.com/D275494
1 parent 20c8e55 commit bcba2b2

File tree

7 files changed

+60
-22
lines changed

7 files changed

+60
-22
lines changed

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureGather/cts.https.html.ini

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11064,18 +11064,20 @@
1106411064
[:stage="c";format="rgba16snorm";filt="linear";modeU="c";modeV="m";offset=false]
1106511065

1106611066
[:stage="c";format="rgba16snorm";filt="linear";modeU="c";modeV="m";offset=true]
11067+
expected:
11068+
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
1106711069

1106811070
[:stage="c";format="rgba16snorm";filt="linear";modeU="c";modeV="r";offset=false]
1106911071

1107011072
[:stage="c";format="rgba16snorm";filt="linear";modeU="c";modeV="r";offset=true]
1107111073

1107211074
[:stage="c";format="rgba16snorm";filt="linear";modeU="m";modeV="c";offset=false]
1107311075
expected:
11074-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11076+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1107511077

1107611078
[:stage="c";format="rgba16snorm";filt="linear";modeU="m";modeV="c";offset=true]
1107711079
expected:
11078-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11080+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1107911081

1108011082
[:stage="c";format="rgba16snorm";filt="linear";modeU="m";modeV="m";offset=false]
1108111083
expected:
@@ -11087,31 +11089,35 @@
1108711089

1108811090
[:stage="c";format="rgba16snorm";filt="linear";modeU="m";modeV="r";offset=false]
1108911091
expected:
11090-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11092+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1109111093

1109211094
[:stage="c";format="rgba16snorm";filt="linear";modeU="m";modeV="r";offset=true]
1109311095
expected:
1109411096
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1109511097

1109611098
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="c";offset=false]
11099+
expected:
11100+
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
1109711101

1109811102
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="c";offset=true]
11103+
expected:
11104+
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
1109911105

1110011106
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="m";offset=false]
1110111107
expected:
11102-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11108+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1110311109

1110411110
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="m";offset=true]
1110511111
expected:
11106-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11112+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
1110711113

1110811114
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="r";offset=false]
1110911115
expected:
11110-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11116+
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
1111111117

1111211118
[:stage="c";format="rgba16snorm";filt="linear";modeU="r";modeV="r";offset=true]
1111311119
expected:
11114-
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
11120+
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
1111511121

1111611122
[:stage="c";format="rgba16snorm";filt="nearest";modeU="c";modeV="c";offset=false]
1111711123

@@ -47122,8 +47128,7 @@
4712247128

4712347129
[:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=false]
4712447130
expected:
47125-
if os == "mac" and debug: [TIMEOUT, NOTRUN]
47126-
if os == "mac" and not debug: [PASS, TIMEOUT, NOTRUN]
47131+
if os == "mac": [PASS, TIMEOUT, NOTRUN]
4712747132

4712847133
[:stage="c";format="rgba16float";filt="nearest";modeU="c";modeV="m";offset=true]
4712947134
expected:

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureLoad/cts.https.html.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,19 +377,19 @@
377377

378378
[:stage="f";format="bc4-r-snorm";texture_type="texture_2d_array"]
379379
expected:
380-
if os == "mac" and debug: [TIMEOUT, NOTRUN]
380+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
381381

382382
[:stage="f";format="bc4-r-unorm";texture_type="texture_2d_array"]
383383
expected:
384-
if os == "mac" and debug: [TIMEOUT, NOTRUN]
384+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
385385

386386
[:stage="f";format="bc5-rg-snorm";texture_type="texture_2d_array"]
387387
expected:
388388
if os == "mac" and debug: [TIMEOUT, NOTRUN]
389389

390390
[:stage="f";format="bc5-rg-unorm";texture_type="texture_2d_array"]
391391
expected:
392-
if os == "mac" and debug: [TIMEOUT, NOTRUN]
392+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
393393

394394
[:stage="f";format="bc7-rgba-unorm";texture_type="texture_2d_array"]
395395
expected:

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureSampleBias/cts.https.html.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41674,7 +41674,8 @@
4167441674

4167541675
[:format="bgra8unorm-srgb";dim="3d";filt="linear";modeU="m";modeV="m";modeW="c";offset=false]
4167641676
expected:
41677-
if os == "win": FAIL
41677+
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
41678+
if os == "win" and not debug: FAIL
4167841679
if os == "linux": [TIMEOUT, NOTRUN]
4167941680
if os == "mac": [TIMEOUT, NOTRUN]
4168041681

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureSampleCompareLevel/cts.https.html.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4275,15 +4275,15 @@
42754275
if os == "win" and debug: [TIMEOUT, NOTRUN]
42764276
if os == "win" and not debug: FAIL
42774277
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4278-
if os == "linux" and not debug: FAIL
4278+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
42794279
if os == "mac": [TIMEOUT, NOTRUN]
42804280

42814281
[:stage="f";format="depth24plus";filt="linear";modeU="c";modeV="m";offset=true]
42824282
expected:
42834283
if os == "win" and debug: [TIMEOUT, NOTRUN]
42844284
if os == "win" and not debug: FAIL
42854285
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4286-
if os == "linux" and not debug: FAIL
4286+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
42874287
if os == "mac": [TIMEOUT, NOTRUN]
42884288

42894289
[:stage="f";format="depth24plus";filt="linear";modeU="c";modeV="r";offset=false]
@@ -4355,15 +4355,15 @@
43554355
if os == "win" and debug: [TIMEOUT, NOTRUN]
43564356
if os == "win" and not debug: FAIL
43574357
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4358-
if os == "linux" and not debug: FAIL
4358+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
43594359
if os == "mac": [TIMEOUT, NOTRUN]
43604360

43614361
[:stage="f";format="depth24plus";filt="linear";modeU="r";modeV="c";offset=true]
43624362
expected:
43634363
if os == "win" and debug: [TIMEOUT, NOTRUN]
43644364
if os == "win" and not debug: FAIL
43654365
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4366-
if os == "linux" and not debug: FAIL
4366+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
43674367
if os == "mac": [TIMEOUT, NOTRUN]
43684368

43694369
[:stage="f";format="depth24plus";filt="linear";modeU="r";modeV="m";offset=false]
@@ -4387,15 +4387,15 @@
43874387
if os == "win" and debug: [TIMEOUT, NOTRUN]
43884388
if os == "win" and not debug: FAIL
43894389
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4390-
if os == "linux" and not debug: FAIL
4390+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
43914391
if os == "mac": [TIMEOUT, NOTRUN]
43924392

43934393
[:stage="f";format="depth24plus";filt="linear";modeU="r";modeV="r";offset=true]
43944394
expected:
43954395
if os == "win" and debug: [TIMEOUT, NOTRUN]
43964396
if os == "win" and not debug: FAIL
43974397
if os == "linux" and debug: [TIMEOUT, NOTRUN]
4398-
if os == "linux" and not debug: FAIL
4398+
if os == "linux" and not debug: [FAIL, TIMEOUT, NOTRUN]
43994399
if os == "mac": [TIMEOUT, NOTRUN]
44004400

44014401
[:stage="f";format="depth24plus";filt="nearest";modeU="c";modeV="c";offset=false]

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/execution/expression/call/builtin/textureSampleLevel/cts.https.html.ini

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2768,10 +2768,16 @@
27682768
[:stage="c";format="astc-8x5-unorm";filt="linear";modeU="c";modeV="r"]
27692769

27702770
[:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="c"]
2771+
expected:
2772+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
27712773

27722774
[:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="m"]
2775+
expected:
2776+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
27732777

27742778
[:stage="c";format="astc-8x5-unorm";filt="linear";modeU="m";modeV="r"]
2779+
expected:
2780+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
27752781

27762782
[:stage="c";format="astc-8x5-unorm";filt="linear";modeU="r";modeV="c"]
27772783

@@ -2834,10 +2840,16 @@
28342840
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28352841

28362842
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="c"]
2843+
expected:
2844+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28372845

28382846
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="m"]
2847+
expected:
2848+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28392849

28402850
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="c";modeV="r"]
2851+
expected:
2852+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28412853

28422854
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="m";modeV="c"]
28432855
expected:
@@ -2852,12 +2864,16 @@
28522864
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28532865

28542866
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c"]
2867+
expected:
2868+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28552869

28562870
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="m"]
28572871
expected:
28582872
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28592873

28602874
[:stage="c";format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="r"]
2875+
expected:
2876+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
28612877

28622878
[:stage="c";format="astc-8x6-unorm";filt="linear";modeU="c";modeV="c"]
28632879
expected:
@@ -50246,7 +50262,7 @@
5024650262

5024750263
[:stage="c";format="bc7-rgba-unorm";dim="3d";filt="nearest";mode="c";offset=false]
5024850264
expected:
50249-
if os == "linux" and debug: [TIMEOUT, NOTRUN]
50265+
if os == "linux" and debug: [PASS, TIMEOUT, NOTRUN]
5025050266
if os == "mac": [TIMEOUT, NOTRUN]
5025150267

5025250268
[:stage="c";format="bc7-rgba-unorm";dim="3d";filt="nearest";mode="c";offset=true]
@@ -65192,6 +65208,7 @@
6519265208
[:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=false]
6519365209
expected:
6519465210
if os == "linux" and debug: [TIMEOUT, NOTRUN]
65211+
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
6519565212
if os == "mac": [TIMEOUT, NOTRUN]
6519665213

6519765214
[:stage="c";format="bc2-rgba-unorm";filt="linear";modeU="m";modeV="m";offset=true]

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/shader/validation/expression/call/builtin/subgroupShuffle/cts.https.html.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,8 @@
13961396
[:retType="i32";op="subgroupShuffleUp";paramType="f32"]
13971397

13981398
[:retType="i32";op="subgroupShuffleUp";paramType="i32"]
1399+
expected:
1400+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
13991401

14001402
[:retType="i32";op="subgroupShuffleUp";paramType="u32"]
14011403
expected:
@@ -1426,6 +1428,8 @@
14261428
[:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cbool%3E"]
14271429

14281430
[:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cf16%3E"]
1431+
expected:
1432+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
14291433

14301434
[:retType="i32";op="subgroupShuffleUp";paramType="vec3%3Cf32%3E"]
14311435

@@ -1438,14 +1442,20 @@
14381442
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
14391443

14401444
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-float%3E"]
1445+
expected:
1446+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
14411447

14421448
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cabstract-int%3E"]
14431449

14441450
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cbool%3E"]
14451451

14461452
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cf16%3E"]
1453+
expected:
1454+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
14471455

14481456
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Cf32%3E"]
1457+
expected:
1458+
if os == "mac" and debug: [PASS, TIMEOUT, NOTRUN]
14491459

14501460
[:retType="i32";op="subgroupShuffleUp";paramType="vec4%3Ci32%3E"]
14511461
expected:

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/web_platform/copyToTexture/ImageBitmap/shared.https.html.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,11 @@
11641164
if os == "mac" and not debug: FAIL
11651165

11661166
[:alpha="none";orientation="none";colorSpaceConversion="none";srcFlipYInCopy=true;dstFormat="rg11b10ufloat";dstPremultiplied=true]
1167-
expected: FAIL
1167+
expected:
1168+
if os == "win": FAIL
1169+
if os == "linux": FAIL
1170+
if os == "mac" and debug: [FAIL, TIMEOUT, NOTRUN]
1171+
if os == "mac" and not debug: FAIL
11681172

11691173
[:alpha="none";orientation="none";colorSpaceConversion="none";srcFlipYInCopy=true;dstFormat="rg16float";dstPremultiplied=false]
11701174

@@ -1435,7 +1439,8 @@
14351439
[:alpha="premultiply";orientation="flipY";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rgba8unorm";dstPremultiplied=false]
14361440
expected:
14371441
if os == "win" and debug: [TIMEOUT, NOTRUN]
1438-
if os == "linux": [TIMEOUT, NOTRUN]
1442+
if os == "linux" and debug: [TIMEOUT, NOTRUN]
1443+
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
14391444
if os == "mac": [TIMEOUT, NOTRUN]
14401445

14411446
[:alpha="premultiply";orientation="flipY";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rgba8unorm";dstPremultiplied=true]

0 commit comments

Comments
 (0)