Browse Source

set test as blocked for invalid shader model test

Young Kim 7 years ago
parent
commit
58f1c2d91d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/clang/unittests/HLSL/ExecutionTest.cpp

+ 1 - 0
tools/clang/unittests/HLSL/ExecutionTest.cpp

@@ -446,6 +446,7 @@ public:
       UINT minor = testModel & 0x0f;
       UINT minor = testModel & 0x0f;
       LogCommentFmt(L"Installed SDK does not support "
       LogCommentFmt(L"Installed SDK does not support "
           L"shader model 6.%1u", minor);
           L"shader model 6.%1u", minor);
+      WEX::Logging::Log::Result(WEX::Logging::TestResults::Blocked);
       return false;
       return false;
     }
     }
     const D3D_FEATURE_LEVEL FeatureLevelRequired = D3D_FEATURE_LEVEL_11_0;
     const D3D_FEATURE_LEVEL FeatureLevelRequired = D3D_FEATURE_LEVEL_11_0;