|
@@ -1172,8 +1172,14 @@ TEST_F(FileTest, AttributePostDepthCoverage) {
|
|
|
TEST_F(FileTest, AttributeNumThreads) {
|
|
|
runFileTest("attribute.numthreads.hlsl");
|
|
|
}
|
|
|
+TEST_F(FileTest, AttributeNumThreadsLib) {
|
|
|
+ runFileTest("attribute.numthreads.lib.hlsl");
|
|
|
+}
|
|
|
TEST_F(FileTest, AttributeMissingNumThreads) {
|
|
|
- runFileTest("attribute.numthreads.missing.hlsl");
|
|
|
+ runFileTest("attribute.numthreads.missing.hlsl", Expect::Failure);
|
|
|
+}
|
|
|
+TEST_F(FileTest, AttributeMissingNumThreadsLib) {
|
|
|
+ runFileTest("attribute.numthreads.lib.missing.hlsl", Expect::Failure);
|
|
|
}
|
|
|
TEST_F(FileTest, AttributeDomainTri) {
|
|
|
runFileTest("attribute.domain.tri.hlsl");
|