summaryrefslogtreecommitdiff
path: root/tests/cross-compile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cross-compile')
-rw-r--r--tests/cross-compile/fmod.slang4
-rw-r--r--tests/cross-compile/get-dimensions.slang8
-rw-r--r--tests/cross-compile/glsl-bool-ops.slang4
3 files changed, 8 insertions, 8 deletions
diff --git a/tests/cross-compile/fmod.slang b/tests/cross-compile/fmod.slang
index 94d733e66..6efff35b3 100644
--- a/tests/cross-compile/fmod.slang
+++ b/tests/cross-compile/fmod.slang
@@ -3,8 +3,8 @@
// Ensure that HLSL `fmod` works and produces
// expected output on Vulkan/GLSL.
-//TEST(compute):COMPARE_COMPUTE:-dx11 -compute
-//TEST(compute):COMPARE_COMPUTE:-vk -compute
+//TEST(compute):COMPARE_COMPUTE:-dx11 -compute -shaderobj
+//TEST(compute):COMPARE_COMPUTE:-vk -compute -shaderobj
//TEST_INPUT:cbuffer(data=[4 0 0 0]):name=C
cbuffer C
diff --git a/tests/cross-compile/get-dimensions.slang b/tests/cross-compile/get-dimensions.slang
index 78b337b2a..13874a6e2 100644
--- a/tests/cross-compile/get-dimensions.slang
+++ b/tests/cross-compile/get-dimensions.slang
@@ -1,8 +1,8 @@
//DISABLE_TEST:REFLECTION: -profile cs_5_0 -entry computeMain -target cpp
-//TEST(compute):COMPARE_COMPUTE_EX:-vk -compute
-//TEST(compute):COMPARE_COMPUTE_EX:-d3d12 -compute
-//TEST(compute):COMPARE_COMPUTE_EX:-d3d11 -compute
-//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute
+//TEST(compute):COMPARE_COMPUTE_EX:-vk -compute -shaderobj
+//TEST(compute):COMPARE_COMPUTE_EX:-d3d12 -compute -shaderobj
+//TEST(compute):COMPARE_COMPUTE_EX:-d3d11 -compute -shaderobj
+//TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute -shaderobj
struct Thing
{
diff --git a/tests/cross-compile/glsl-bool-ops.slang b/tests/cross-compile/glsl-bool-ops.slang
index a7cf21f23..dc6affa06 100644
--- a/tests/cross-compile/glsl-bool-ops.slang
+++ b/tests/cross-compile/glsl-bool-ops.slang
@@ -3,8 +3,8 @@
// This test exists to ensure that binary operations on
// vectors of `bool` produce correct GLSL/SPIR-V output.
-//TEST(compute):COMPARE_COMPUTE:-dx11 -compute
-//TEST(compute):COMPARE_COMPUTE:-vk -compute
+//TEST(compute):COMPARE_COMPUTE:-dx11 -compute -shaderobj
+//TEST(compute):COMPARE_COMPUTE:-vk -compute -shaderobj
uint test(uint val)
{