Skip to content

Commit c847462

Browse files
alsepkowCopilot
andcommitted
Set LinearAlgebra test priority to 2 (skip in automation)
SM 6.10 linalg operations are not yet supported in test automation. Test runners (lit, hcttest.cmd) only run tests with Priority < 2, so these tests will be skipped until support is available. See eede016 for prior art on this pattern. Co-authored-by: Copilot <[email protected]>
1 parent f360b14 commit c847462

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/clang/unittests/HLSLExec/LinearAlgebra.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,9 @@ class DxilConf_SM610_LinearAlgebra : public LinAlgTestClassCommon {
544544
TEST_CLASS_PROPERTY(
545545
"Kits.Specification",
546546
"Device.Graphics.D3D12.DXILCore.ShaderModel610.CoreRequirement")
547-
TEST_METHOD_PROPERTY(L"Priority", L"0")
547+
// Priority 2: SM 6.10 linalg not yet supported in automation. Test runners
548+
// (lit, hcttest.cmd) only run tests with Priority < 2. See eede01664.
549+
TEST_METHOD_PROPERTY(L"Priority", L"2")
548550
END_TEST_CLASS()
549551

550552
TEST_CLASS_SETUP(setupClass) { return LinAlgTestClassCommon::setupClass(); }

0 commit comments

Comments
 (0)