From 93f5d13fc90c518ef2829dc16c28f0403e230337 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Thu, 21 Nov 2024 09:37:28 +0200 Subject: Refresh of disabled WGPU tests (#5614) Some tests are now passing and are enabled. Other tests are still failing, but are given comments categorizing the failures. Tests in the 'Not supported in WGSL' category are also removed from the expected failures list. (Though they are still kept disabled for WebGPU, of course.) This closes #5519. --- tests/compute/texture-simple.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/compute/texture-simple.slang') diff --git a/tests/compute/texture-simple.slang b/tests/compute/texture-simple.slang index c319d9d29..bdad52c2d 100644 --- a/tests/compute/texture-simple.slang +++ b/tests/compute/texture-simple.slang @@ -9,6 +9,7 @@ //DISABLE_TEST_INPUT: Texture1D(format=R_Float32, size=4, content = one, mipMaps=1):name tLoad1D //Texture1D tLoad1D; +// Not supported in WGSL: 1D array texture not supported in WGSL //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -wgpu //TEST_INPUT: Texture1D(size=4, content = one):name t1D -- cgit v1.2.3