summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bindings/targets-and-uavs-structure.hlsl2
-rw-r--r--tests/diagnostics/call-argument-type.slang2
-rw-r--r--tests/glsl/sascha-willems/tessellation/pntriangles.tese2
-rw-r--r--tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl2
-rw-r--r--tests/preprocessor/define-function-like.slang2
-rw-r--r--tests/reflection/resource-in-cbuffer.hlsl2
-rw-r--r--tests/render/cross-compile0.hlsl2
-rw-r--r--tests/render/render0.hlsl2
-rw-r--r--tests/rewriter/error0.hlsl2
9 files changed, 9 insertions, 9 deletions
diff --git a/tests/bindings/targets-and-uavs-structure.hlsl b/tests/bindings/targets-and-uavs-structure.hlsl
index dcc053253..4ec64fb75 100644
--- a/tests/bindings/targets-and-uavs-structure.hlsl
+++ b/tests/bindings/targets-and-uavs-structure.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL: -target dxbc-assembly -profile ps_5_0 -entry main
+//TEST(smoke):COMPARE_HLSL: -target dxbc-assembly -profile ps_5_0 -entry main
// Handle the case where the fragment shader output is
// defined a structure, and the semantics are on the sub-fields
diff --git a/tests/diagnostics/call-argument-type.slang b/tests/diagnostics/call-argument-type.slang
index d9663147f..b4f7e7477 100644
--- a/tests/diagnostics/call-argument-type.slang
+++ b/tests/diagnostics/call-argument-type.slang
@@ -1,4 +1,4 @@
-//TEST:SIMPLE:
+//TEST(smoke):SIMPLE:
// call function with wrong argument type
struct A {};
diff --git a/tests/glsl/sascha-willems/tessellation/pntriangles.tese b/tests/glsl/sascha-willems/tessellation/pntriangles.tese
index 0187ad781..5faf27f9d 100644
--- a/tests/glsl/sascha-willems/tessellation/pntriangles.tese
+++ b/tests/glsl/sascha-willems/tessellation/pntriangles.tese
@@ -1,4 +1,4 @@
-//TEST:COMPARE_GLSL:
+//TEST(smoke):COMPARE_GLSL:
#version 450
#extension GL_ARB_separate_shader_objects : enable
diff --git a/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl b/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
index b98b870da..c106c46e7 100644
--- a/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
+++ b/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL: -profile vs_4_0 -entry RenderBaseVS -profile ps_4_0 -entry RenderPS -target dxbc-assembly
+//TEST(smoke):COMPARE_HLSL: -profile vs_4_0 -entry RenderBaseVS -profile ps_4_0 -entry RenderPS -target dxbc-assembly
//--------------------------------------------------------------------------------------
// File: Render.hlsl
//
diff --git a/tests/preprocessor/define-function-like.slang b/tests/preprocessor/define-function-like.slang
index f1dd9caa4..fa8294077 100644
--- a/tests/preprocessor/define-function-like.slang
+++ b/tests/preprocessor/define-function-like.slang
@@ -1,4 +1,4 @@
-//TEST:SIMPLE:
+//TEST(smoke):SIMPLE:
// support for function-like macros
#define FOO(x) 1.0 + x
diff --git a/tests/reflection/resource-in-cbuffer.hlsl b/tests/reflection/resource-in-cbuffer.hlsl
index 956387587..9ab127363 100644
--- a/tests/reflection/resource-in-cbuffer.hlsl
+++ b/tests/reflection/resource-in-cbuffer.hlsl
@@ -1,4 +1,4 @@
-//TEST:SIMPLE:-profile ps_4_0 -target reflection-json
+//TEST(smoke):SIMPLE:-profile ps_4_0 -target reflection-json
// Confirm that we can generate reflection
// information for resources nested inside
diff --git a/tests/render/cross-compile0.hlsl b/tests/render/cross-compile0.hlsl
index b482035d1..d300e2bd5 100644
--- a/tests/render/cross-compile0.hlsl
+++ b/tests/render/cross-compile0.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL_GLSL_RENDER:
+//TEST(smoke,render):COMPARE_HLSL_GLSL_RENDER:
// This is a basic test case for cross-compilation behavior.
//
diff --git a/tests/render/render0.hlsl b/tests/render/render0.hlsl
index 3ecd582f3..5e04c7d63 100644
--- a/tests/render/render0.hlsl
+++ b/tests/render/render0.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL_RENDER:
+//TEST(smoke,render):COMPARE_HLSL_RENDER:
// Starting with a basic test for the ability to render stuff...
cbuffer Uniforms
diff --git a/tests/rewriter/error0.hlsl b/tests/rewriter/error0.hlsl
index dc3e84fda..10957e9e5 100644
--- a/tests/rewriter/error0.hlsl
+++ b/tests/rewriter/error0.hlsl
@@ -1,4 +1,4 @@
-//TEST:COMPARE_HLSL: -no-checking -target dxbc-assembly -profile ps_4_0 -entry main
+//TEST(smoke):COMPARE_HLSL: -no-checking -target dxbc-assembly -profile ps_4_0 -entry main
// We need to confirm that when there is an error in
// the input code, we allow the downstream compiler