From 87c15d35085b4bbec9ced8e170d027d58de4e6ef Mon Sep 17 00:00:00 2001 From: Yong He Date: Sat, 4 Nov 2017 19:41:31 -0400 Subject: move advanced test cases out of 'smoke' category --- tests/compute/assoctype-complex.slang | 2 +- tests/compute/explicit-this-expr.slang | 2 +- tests/compute/generics-constructor.slang | 2 +- tests/compute/implicit-this-expr.slang | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/compute/assoctype-complex.slang b/tests/compute/assoctype-complex.slang index 16d6b1514..fa7fc3b0f 100644 --- a/tests/compute/assoctype-complex.slang +++ b/tests/compute/assoctype-complex.slang @@ -1,4 +1,4 @@ -//TEST(smoke, compute):COMPARE_COMPUTE:-xslang -use-ir +//TEST(compute):COMPARE_COMPUTE:-xslang -use-ir //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out RWStructuredBuffer outputBuffer; diff --git a/tests/compute/explicit-this-expr.slang b/tests/compute/explicit-this-expr.slang index 7bd8dff99..59ce64ed5 100644 --- a/tests/compute/explicit-this-expr.slang +++ b/tests/compute/explicit-this-expr.slang @@ -1,4 +1,4 @@ -//TEST(smoke,compute):COMPARE_COMPUTE:-xslang -use-ir +//TEST(compute):COMPARE_COMPUTE:-xslang -use-ir //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out // Access fields of a `struct` type from within a "method" by diff --git a/tests/compute/generics-constructor.slang b/tests/compute/generics-constructor.slang index c7473cc8b..47dc0272a 100644 --- a/tests/compute/generics-constructor.slang +++ b/tests/compute/generics-constructor.slang @@ -1,4 +1,4 @@ -//TEST(smoke, compute):COMPARE_COMPUTE:-xslang -use-ir +//TEST(compute):COMPARE_COMPUTE:-xslang -use-ir //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out RWStructuredBuffer outputBuffer; diff --git a/tests/compute/implicit-this-expr.slang b/tests/compute/implicit-this-expr.slang index 339c5fb6a..32cbd88fc 100644 --- a/tests/compute/implicit-this-expr.slang +++ b/tests/compute/implicit-this-expr.slang @@ -1,4 +1,4 @@ -//TEST(smoke,compute):COMPARE_COMPUTE:-xslang -use-ir +//TEST(compute):COMPARE_COMPUTE:-xslang -use-ir //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):dxbinding(0),glbinding(0),out // Access fields of a `struct` type from within a "method" by -- cgit v1.2.3