diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-04 19:41:31 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-04 19:41:31 -0400 |
| commit | 87c15d35085b4bbec9ced8e170d027d58de4e6ef (patch) | |
| tree | 9a51925c5a980735e78ff0427a41f6a00202bd1f | |
| parent | 33d9f07d6c86e80c44af4de0693532cee6635135 (diff) | |
move advanced test cases out of 'smoke' category
| -rw-r--r-- | tests/compute/assoctype-complex.slang | 2 | ||||
| -rw-r--r-- | tests/compute/explicit-this-expr.slang | 2 | ||||
| -rw-r--r-- | tests/compute/generics-constructor.slang | 2 | ||||
| -rw-r--r-- | tests/compute/implicit-this-expr.slang | 2 |
4 files changed, 4 insertions, 4 deletions
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<int> 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<float> 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 |
