Skip to content

Commit

Permalink
Add explanation for disabled WGPU tests (#5628)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleino-nv authored Nov 22, 2024
1 parent 13f42e0 commit e256836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/compute/global-type-param-in-entrypoint.slang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// tests/compute/*type-param* tests are broken #5627
//DISABLED_TEST(compute):COMPARE_RENDER_COMPUTE: -shaderobj

//TEST_INPUT: cbuffer(data=[1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 1.0]):name Uniforms
Expand Down
1 change: 1 addition & 0 deletions tests/compute/texture-sample-grad-offset-clamp.slang
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//TEST(compute, vulkan):COMPARE_RENDER_COMPUTE:-vk -shaderobj -render-feature shader-resource-min-lod
//TEST(compute):COMPARE_RENDER_COMPUTE:-shaderobj -render-feature shader-resource-min-lod
// WGSL: There is no SampleGrad taking a LOD-clamp parameter in

//TEST_INPUT: Texture2D(size=4, content = one):name=t2D
//TEST_INPUT: Sampler:name=samplerState
Expand Down
1 change: 1 addition & 0 deletions tests/compute/type-param-varying.slang
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// tests/compute/*type-param* tests are broken #5627
//DISABLED_TEST(compute):COMPARE_RENDER_COMPUTE:

//TEST_INPUT: global_type AssembledVertex
Expand Down

0 comments on commit e256836

Please sign in to comment.