summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-29 09:51:49 +0200
committerGitHub <noreply@github.com>2024-11-29 15:51:49 +0800
commit0b92e1de87cf805888127615457eea906fd0bc39 (patch)
tree8010de9e5d7a54b26bce43808919b83fda2502e1
parente53ca9872f62ceb2bb86f5a00bdec033c1fda6fb (diff)
Explain why tests/autodiff/diff-ptr-type-array.slang is disabled for WGPU (#5702)
This closes #5613. Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
-rw-r--r--tests/autodiff/diff-ptr-type-array.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autodiff/diff-ptr-type-array.slang b/tests/autodiff/diff-ptr-type-array.slang
index cbf692574..7f048a095 100644
--- a/tests/autodiff/diff-ptr-type-array.slang
+++ b/tests/autodiff/diff-ptr-type-array.slang
@@ -1,6 +1,6 @@
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -vk -shaderobj -output-using-type
-// WGSL: Runtime-sized arrays not in 'storage' address space are being generated #5613
+// Not supported in WGSL: Arrays of textures or buffers
//DISABLE_TEST(compute):COMPARE_COMPUTE:-wgpu
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer