Skip to content

Commit

Permalink
CTS: remove expectations for now-passing tests.
Browse files Browse the repository at this point in the history
Bug: 351375039, 351378281, 350785841
Change-Id: I3e2a98c109256cb839ed20467a561d9b76058ebf
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206174
Bot-Commit: [email protected] <[email protected]>
Commit-Queue: Stephen White <[email protected]>
  • Loading branch information
SenorBlanco authored and Dawn LUCI CQ committed Sep 10, 2024
1 parent d805f78 commit 54ab2f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions webgpu-cts/compat-expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ crbug.com/dawn/2502 [ intel-0x9bc5 linux mesa_ge_23.2 ] webgpu:api,operation,sto
crbug.com/dawn/2502 [ intel-0x9bc5 linux mesa_ge_23.2 ] webgpu:api,operation,storage_texture,read_write:basic:format="r32uint";shaderStage="fragment";textureDimension="3d";depthOrArrayLayers=2 [ Failure ]
crbug.com/dawn/2502 [ intel-0x9bc5 linux mesa_ge_23.2 ] webgpu:shader,execution,memory_model,atomicity:atomicity:memType="atomic_storage";testType="inter_workgroup" [ Failure ]

# validation of shader_io location type
crbug.com/351375039 webgpu:shader,validation,shader_io,locations:type:* [ Failure ]

# validation of clamp low_high
crbug.com/351378281 webgpu:shader,validation,expression,call,builtin,clamp:low_high:* [ Failure ]

# Failures due to splitting off worker tests (crbug.com/330501141)
crbug.com/dawn/2478 webgpu:api,validation,buffer,mapping:mapAsync,earlyRejection: [ Failure ]
crbug.com/dawn/2478 webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending: [ Failure ]
Expand All @@ -170,10 +164,6 @@ crbug.com/354152178 [ intel-0x4680 ] webgpu:shader,execution,expression,call,bui
crbug.com/354152178 [ intel-0x9bc5 ] webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_f32:* [ Failure ]
crbug.com/354152178 [ nvidia-0x2184 ] webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_f32:* [ Failure ]

# crbug.com/bug/350785841: smoothstep: needs CTS fixes to pass
crbug.com/dawn/350785841 webgpu:shader,execution,expression,call,builtin,smoothstep:* [ Failure ]
crbug.com/dawn/350785841 webgpu:shader,validation,expression,call,builtin,smoothstep:* [ Failure ]

# Temporarily skipped due to the removal of `maxInterStageShaderComponents` has not been completed in the below tests
crbug.com/364338810 webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:* [ Skip ]
crbug.com/364338810 webgpu:api,validation,render_pipeline,inter_stage:max_components_count,* [ Skip ]
Expand Down
5 changes: 0 additions & 5 deletions webgpu-cts/expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ crbug.com/351372334 webgpu:shader,validation,expression,call,builtin,insertBits:
# some missing tint validation errors
crbug.com/350775869 webgpu:shader,validation,expression,call,builtin,ldexp:partial_values:stage="constant";* [ Failure ]
crbug.com/350775869 webgpu:shader,validation,expression,call,builtin,ldexp:partial_values:stage="override";* [ Failure ]
crbug.com/351378281 webgpu:shader,validation,expression,call,builtin,clamp:low_high:* [ Failure ]

# Derivative tests
crbug.com/42251283 [ intel-0x3e9b ] webgpu:shader,execution,expression,call,builtin,dpdxFine:* [ Failure ]
Expand Down Expand Up @@ -1298,10 +1297,6 @@ crbug.com/42251283 [ nvidia-0x2184 ] webgpu:shader,execution,expression,call,bui
crbug.com/42251283 [ nvidia-0x2184 ] webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:vectorize=3;non_uniform_discard=true [ Failure ]
crbug.com/42251283 [ nvidia-0x2184 ] webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:vectorize=4;non_uniform_discard=true [ Failure ]

# crbug.com/bug/350785841: smoothstep failures; needs CTS fixes to pass
crbug.com/dawn/350785841 webgpu:shader,execution,expression,call,builtin,smoothstep:* [ Failure ]
crbug.com/dawn/350785841 webgpu:shader,validation,expression,call,builtin,smoothstep:* [ Failure ]

# crbug.com/bug/349425830: validation matrix mul overflow_mat_f16_internal
crbug.com/dawn/349425830 [ amd mac ] webgpu:shader,validation,expression,matrix,mul:overflow_mat_f16_internal:lhs=1;c=2;r=2 [ Failure ]
crbug.com/dawn/349425830 [ amd mac ] webgpu:shader,validation,expression,matrix,mul:overflow_mat_f16_internal:lhs=1;c=2;r=3 [ Failure ]
Expand Down

0 comments on commit 54ab2f4

Please sign in to comment.