Skip to content

Commit 0778a8e

Browse files
Bug 1943149 - test(webgpu): accept observed intermittents in tier 3 r=#webgpu-reviewers!
Differential Revision: https://phabricator.services.mozilla.com/D237164
1 parent c2206b6 commit 0778a8e

File tree

34 files changed

+3288
-864
lines changed

34 files changed

+3288
-864
lines changed

testing/web-platform/mozilla/meta/webgpu/cts/webgpu/api/operation/buffers/map/shared.https.html.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,11 @@
276276
[shared.https.html?worker=shared&q=webgpu:api,operation,buffers,map:mapAsync,read,typedArrayAccess:*]
277277
implementation-status: backlog
278278
[:mapAsyncRegionLeft="default-expand";mapAsyncRegionRight="default-expand"]
279-
expected: FAIL
279+
expected:
280+
if os == "win" and debug: [PASS, FAIL]
281+
if os == "win" and not debug: FAIL
282+
if os == "linux": FAIL
283+
if os == "mac": FAIL
280284

281285
[:mapAsyncRegionLeft="default-expand";mapAsyncRegionRight="explicit-expand"]
282286
expected:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
[cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending:*]
114114
implementation-status: backlog
115115
expected:
116-
if os == "win" and debug: [OK, ERROR]
116+
if os == "win": [OK, ERROR]
117117
if os == "linux": [OK, ERROR]
118118
if os == "mac" and debug: [OK, ERROR]
119119
[:]

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,49 @@
33
expected:
44
if os == "linux": [OK, TIMEOUT]
55
[:limitTest="atDefault";testValueName="atLimit";async=false]
6+
expected:
7+
if os == "win" and debug: [PASS, FAIL]
68

79
[:limitTest="atDefault";testValueName="atLimit";async=true]
10+
expected:
11+
if os == "win" and debug: [PASS, FAIL]
812

913
[:limitTest="atDefault";testValueName="overLimit";async=false]
14+
expected:
15+
if os == "win" and debug: [PASS, FAIL]
1016

1117
[:limitTest="atDefault";testValueName="overLimit";async=true]
1218
expected: FAIL
1319

1420
[:limitTest="atMaximum";testValueName="atLimit";async=false]
21+
expected:
22+
if os == "win" and debug: [PASS, FAIL]
1523

1624
[:limitTest="atMaximum";testValueName="atLimit";async=true]
25+
expected:
26+
if os == "win" and debug: [PASS, FAIL]
1727

1828
[:limitTest="atMaximum";testValueName="overLimit";async=false]
1929
expected:
30+
if os == "win" and debug: [PASS, FAIL]
2031
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
2132

2233
[:limitTest="atMaximum";testValueName="overLimit";async=true]
2334
expected:
35+
if os == "win" and debug: [PASS, FAIL]
2436
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
2537

2638
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false]
39+
expected:
40+
if os == "win" and debug: [PASS, FAIL]
2741

2842
[:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true]
43+
expected:
44+
if os == "win" and debug: [PASS, FAIL]
2945

3046
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false]
47+
expected:
48+
if os == "win" and debug: [PASS, FAIL]
3149

3250
[:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true]
3351
expected:
@@ -38,25 +56,35 @@
3856

3957
[:limitTest="overMaximum";testValueName="atLimit";async=false]
4058
expected:
59+
if os == "win" and debug: [PASS, FAIL]
4160
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
4261

4362
[:limitTest="overMaximum";testValueName="atLimit";async=true]
4463
expected:
64+
if os == "win" and debug: [PASS, FAIL]
4565
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
4666

4767
[:limitTest="overMaximum";testValueName="overLimit";async=false]
4868
expected:
69+
if os == "win" and debug: [PASS, FAIL]
4970
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
5071

5172
[:limitTest="overMaximum";testValueName="overLimit";async=true]
5273
expected:
74+
if os == "win" and debug: [PASS, FAIL]
5375
if os == "linux" and not debug: [PASS, TIMEOUT, NOTRUN]
5476

5577
[:limitTest="underDefault";testValueName="atLimit";async=false]
78+
expected:
79+
if os == "win" and debug: [PASS, FAIL]
5680

5781
[:limitTest="underDefault";testValueName="atLimit";async=true]
82+
expected:
83+
if os == "win" and debug: [PASS, FAIL]
5884

5985
[:limitTest="underDefault";testValueName="overLimit";async=false]
86+
expected:
87+
if os == "win" and debug: [PASS, FAIL]
6088

6189
[:limitTest="underDefault";testValueName="overLimit";async=true]
6290
expected: FAIL

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
implementation-status: backlog
44
expected:
55
if os == "win" and debug: [OK, TIMEOUT]
6-
if os == "win" and not debug: TIMEOUT
7-
if os == "linux": [OK, TIMEOUT]
6+
if os == "win" and not debug: CRASH
7+
if os == "linux" and debug: [OK, TIMEOUT]
8+
if os == "linux" and not debug: [OK, CRASH]
89
if os == "mac": [OK, TIMEOUT]
910
[:limitTest="atDefault";testValueName="atLimit";async=false;wgslType="S1"]
1011
expected:

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,21 +328,24 @@
328328
expected:
329329
if os == "win": FAIL
330330
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
331-
if os == "mac": FAIL
331+
if os == "mac" and debug: FAIL
332+
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
332333

333334
[:limitTest="underDefault";testValueName="overLimit";pipelineType="createComputePipelineAsync";axis=1]
334335
expected:
335336
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
336337
if os == "win" and not debug: FAIL
337338
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
338-
if os == "mac": FAIL
339+
if os == "mac" and debug: FAIL
340+
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
339341

340342
[:limitTest="underDefault";testValueName="overLimit";pipelineType="createComputePipelineAsync";axis=2]
341343
expected:
342344
if os == "win" and debug: [FAIL, TIMEOUT, NOTRUN]
343345
if os == "win" and not debug: FAIL
344346
if os == "linux": [FAIL, TIMEOUT, NOTRUN]
345-
if os == "mac": FAIL
347+
if os == "mac" and debug: FAIL
348+
if os == "mac" and not debug: [FAIL, TIMEOUT, NOTRUN]
346349

347350

348351
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:validate:*]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
implementation-status: backlog
44
expected:
55
if os == "win" and debug: [OK, TIMEOUT]
6-
if os == "linux": [OK, TIMEOUT]
6+
if os == "linux": [OK, CRASH]
77
if os == "mac": [OK, TIMEOUT]
88
[:limitTest="atDefault";testValueName="atLimit";async=false;pointList=false;frontFacing=false;sampleIndex=false;sampleMaskIn=false;sampleMaskOut=false]
99
expected:

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,12 @@
426426
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:*]
427427
tags: [webgpu, webgpu-long]
428428
implementation-status: backlog
429-
expected: [OK, TIMEOUT]
429+
expected:
430+
if os == "win" and debug: [OK, CRASH]
431+
if os == "win" and not debug: [OK, TIMEOUT]
432+
if os == "linux" and debug: [OK, TIMEOUT]
433+
if os == "linux" and not debug: [OK, CRASH]
434+
if os == "mac": [OK, TIMEOUT]
430435
[:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="differentGroups"]
431436
expected:
432437
if os == "win" and debug: [PASS, TIMEOUT, NOTRUN]
@@ -3417,7 +3422,11 @@
34173422
[cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipelineLayout,at_over:*]
34183423
tags: [webgpu, webgpu-long]
34193424
implementation-status: backlog
3420-
expected: [OK, TIMEOUT]
3425+
expected:
3426+
if os == "win": [OK, TIMEOUT]
3427+
if os == "linux" and debug: [OK, TIMEOUT]
3428+
if os == "linux" and not debug: [OK, CRASH]
3429+
if os == "mac": [OK, TIMEOUT]
34213430
[:limitTest="atDefault";testValueName="atLimit";visibility=1;order="backward"]
34223431
expected:
34233432
if os == "win" and not debug: [PASS, TIMEOUT, NOTRUN]

0 commit comments

Comments
 (0)