Skip to content

Commit 2add518

Browse files
committed
Fix requirement names
1 parent b83b317 commit 2add518

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@ class DxilConf_SM69_Vectorized_Core : public TestClassCommon {
27312731
BEGIN_TEST_METHOD_PROPERTIES() \
27322732
TEST_METHOD_PROPERTY( \
27332733
"Kits.Specification", \
2734-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision") \
2734+
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optional") \
27352735
END_TEST_METHOD_PROPERTIES() \
27362736
runTest<DataType, OpType::Op>(); \
27372737
}
@@ -2741,7 +2741,7 @@ class DxilConf_SM69_Vectorized_Core : public TestClassCommon {
27412741
BEGIN_TEST_METHOD_PROPERTIES() \
27422742
TEST_METHOD_PROPERTY( \
27432743
"Kits.Specification", \
2744-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision") \
2744+
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optional") \
27452745
END_TEST_METHOD_PROPERTIES() \
27462746
runWaveOpTest<DataType, OpType::Op>(); \
27472747
}
@@ -2758,7 +2758,7 @@ class DxilConf_SM69_Vectorized_Double : public TestClassCommon {
27582758
"Validates required double precision SM 6.9 vectorized DXIL operations")
27592759
TEST_METHOD_PROPERTY(
27602760
"Kits.Specification",
2761-
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision")
2761+
"Device.Graphics.D3D12.DXILCore.ShaderModel69.DoublePrecision.Optinal")
27622762
TEST_METHOD_PROPERTY(L"Priority", L"0")
27632763
END_TEST_CLASS()
27642764

0 commit comments

Comments
 (0)