소스 검색

Skip validator <1.2 for half tests (#595)

Young Kim 8 년 전
부모
커밋
bdd7c63873
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/clang/unittests/HLSL/CompilerTest.cpp

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

@@ -3054,6 +3054,7 @@ TEST_F(CompilerTest, CodeGenCbufferAllocLegacy) {
 }
 
 TEST_F(CompilerTest, CodeGenCbufferHalf) {
+  if (m_ver.SkipDxilVersion(1, 2)) return;
   CodeGenTestCheck(L"..\\CodeGenHLSL\\cbufferHalf.hlsl");
 }