summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-26 13:53:23 +0200
committerGitHub <noreply@github.com>2024-11-26 03:53:23 -0800
commit9e21cd4a7552390aff9a1421f2c7f6666876d0bc (patch)
treebeafb8b898d9808ba3cd5ed1db588ebdecb436b1 /tests
parentcf0e3a636d500267bce212c61549db1367aff8c1 (diff)
wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)
* Enable hlsl-intrinsic/byte-address-buffer/byte-address-struct * Set byte address buffer legalization options for WGSL
Diffstat (limited to 'tests')
-rw-r--r--tests/expected-failure-github.txt1
-rw-r--r--tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt
index ee96de7f5..862f3528e 100644
--- a/tests/expected-failure-github.txt
+++ b/tests/expected-failure-github.txt
@@ -12,7 +12,6 @@ tests/autodiff/custom-intrinsic.slang.2 syn (wgpu)
tests/bugs/buffer-swizzle-store.slang.3 syn (wgpu)
tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu)
tests/compute/interface-shader-param.slang.5 syn (wgpu)
-tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang.5 syn (wgpu)
tests/language-feature/constants/static-const-in-generic-interface.slang.1 syn (wgpu)
tests/language-feature/enums/strongly-typed-id.slang.1 syn (wgpu)
tests/language-feature/generics/tuple.slang.1 syn (wgpu)
diff --git a/tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang b/tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang
index 7d0259e49..7564a8a0c 100644
--- a/tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang
+++ b/tests/hlsl-intrinsic/byte-address-buffer/byte-address-struct.slang
@@ -9,8 +9,6 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -use-dxil -shaderobj
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-slang -vk -compute -shaderobj
//TEST(compute):COMPARE_COMPUTE_EX:-slang -cuda -compute -shaderobj
-// WGSL: Signed int initialized using unsigned int #5283
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
// Note: This input should really be just a `ByteAddressBuffer`,
// so that we can confirm that the functionality works in the