Skip to content

Commit e256836

Browse files
authored
Add explanation for disabled WGPU tests (shader-slang#5628)
1 parent 13f42e0 commit e256836

3 files changed

+3
-0
lines changed

tests/compute/global-type-param-in-entrypoint.slang

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// tests/compute/*type-param* tests are broken #5627
12
//DISABLED_TEST(compute):COMPARE_RENDER_COMPUTE: -shaderobj
23

34
//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

tests/compute/texture-sample-grad-offset-clamp.slang

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//TEST(compute, vulkan):COMPARE_RENDER_COMPUTE:-vk -shaderobj -render-feature shader-resource-min-lod
22
//TEST(compute):COMPARE_RENDER_COMPUTE:-shaderobj -render-feature shader-resource-min-lod
3+
// WGSL: There is no SampleGrad taking a LOD-clamp parameter in
34

45
//TEST_INPUT: Texture2D(size=4, content = one):name=t2D
56
//TEST_INPUT: Sampler:name=samplerState

tests/compute/type-param-varying.slang

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// tests/compute/*type-param* tests are broken #5627
12
//DISABLED_TEST(compute):COMPARE_RENDER_COMPUTE:
23

34
//TEST_INPUT: global_type AssembledVertex

0 commit comments

Comments
 (0)