summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorAnders Leino <aleino@nvidia.com>2024-11-07 12:49:23 +0200
committerGitHub <noreply@github.com>2024-11-07 18:49:23 +0800
commit43df1da01463beb53d1483d152f55c6c48feb9c4 (patch)
tree2f9722defc64ffbbcc9f3ed1a70789eb7e060965 /tests/bugs
parentd53a3ab92d94b133a6c1992e91e7a08fe99b3337 (diff)
Enable a bunch of WGPU tests (#5513)
This closes issue #5505.
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/frexp.slang1
-rw-r--r--tests/bugs/gh-2959.slang1
-rw-r--r--tests/bugs/gh-471.slang1
-rw-r--r--tests/bugs/gh-566.slang1
-rw-r--r--tests/bugs/obfuscate-specialization-naming.slang1
-rw-r--r--tests/bugs/specialize-function-array-args.slang1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/bugs/frexp.slang b/tests/bugs/frexp.slang
index 38b4b3933..60912297c 100644
--- a/tests/bugs/frexp.slang
+++ b/tests/bugs/frexp.slang
@@ -5,7 +5,6 @@
//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-vk -emit-spirv-directly -output-using-type
//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-cuda -output-using-type
//TEST(smoke,compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-slang -shaderobj -mtl -output-using-type
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
// BUF: type: int32_t
// BUF-NEXT: 1
diff --git a/tests/bugs/gh-2959.slang b/tests/bugs/gh-2959.slang
index 3d2e24bc6..056900b95 100644
--- a/tests/bugs/gh-2959.slang
+++ b/tests/bugs/gh-2959.slang
@@ -1,6 +1,5 @@
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF): -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=BUF):-slang -shaderobj -mtl
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
RWStructuredBuffer<uint> outputBuffer;
diff --git a/tests/bugs/gh-471.slang b/tests/bugs/gh-471.slang
index 3d70a38c5..e7b09760b 100644
--- a/tests/bugs/gh-471.slang
+++ b/tests/bugs/gh-471.slang
@@ -1,6 +1,5 @@
//TEST(compute):COMPARE_COMPUTE: -shaderobj
//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):out,name outputBuffer
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
// Test that "operator comma" works as expected
diff --git a/tests/bugs/gh-566.slang b/tests/bugs/gh-566.slang
index e7db85ee0..f1e53ba9a 100644
--- a/tests/bugs/gh-566.slang
+++ b/tests/bugs/gh-566.slang
@@ -3,7 +3,6 @@
//TEST(compute):COMPARE_COMPUTE: -shaderobj
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name outputBuffer
//TEST_INPUT:ubuffer(data=[4 3 2 1], stride=4):name inputBuffer
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
RWStructuredBuffer<uint> outputBuffer;
diff --git a/tests/bugs/obfuscate-specialization-naming.slang b/tests/bugs/obfuscate-specialization-naming.slang
index 28dc91eb6..2511adbea 100644
--- a/tests/bugs/obfuscate-specialization-naming.slang
+++ b/tests/bugs/obfuscate-specialization-naming.slang
@@ -1,6 +1,5 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -compile-arg -obfuscate -shaderobj
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -compile-arg -obfuscate -shaderobj
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
//TEST_INPUT:ubuffer(data=[0 1 2 3], stride=4):name a
RWStructuredBuffer<int> a;
diff --git a/tests/bugs/specialize-function-array-args.slang b/tests/bugs/specialize-function-array-args.slang
index 83dd20863..8a572eda4 100644
--- a/tests/bugs/specialize-function-array-args.slang
+++ b/tests/bugs/specialize-function-array-args.slang
@@ -1,6 +1,5 @@
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj
//TEST(compute,vulkan):COMPARE_COMPUTE_EX:-vk -slang -compute -shaderobj
-//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu
// When a function is passed a parameter that contains an array, it specialized it as a performance
// improvement for VK. If the struct contained a structured buffer, though it meant that the