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. --- .../optimization/func-resource-result/func-resource-result-complex.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/optimization') diff --git a/tests/optimization/func-resource-result/func-resource-result-complex.slang b/tests/optimization/func-resource-result/func-resource-result-complex.slang index b0ebcf337..7cc6f97aa 100644 --- a/tests/optimization/func-resource-result/func-resource-result-complex.slang +++ b/tests/optimization/func-resource-result/func-resource-result-complex.slang @@ -2,6 +2,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj +// Not supported in WGSL: Arrays of textures or buffers //DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu // Test that a function that returns a resource type can be -- cgit v1.2.3