diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-21 09:37:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 09:37:28 +0200 |
| commit | 93f5d13fc90c518ef2829dc16c28f0403e230337 (patch) | |
| tree | bbbb2ecc5ce45ddcf59ede1d82872a0ea96751d0 /tests/bugs/buffer-swizzle-store.slang | |
| parent | e9caf5de9c0ae137c31c32ea27bc17d7735689a3 (diff) | |
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.
Diffstat (limited to 'tests/bugs/buffer-swizzle-store.slang')
| -rw-r--r-- | tests/bugs/buffer-swizzle-store.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs/buffer-swizzle-store.slang b/tests/bugs/buffer-swizzle-store.slang index b9951dc3b..6fdcc4df3 100644 --- a/tests/bugs/buffer-swizzle-store.slang +++ b/tests/bugs/buffer-swizzle-store.slang @@ -1,6 +1,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -output-using-type +// Slang-RHI/WGPU: Invalid bind group layout entry used #5612 //DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu //TEST_INPUT: RWTexture2D(format=R16G16_FLOAT, size=4, content = one, mipMaps = 1):name g_test |
