File tree Expand file tree Collapse file tree
tools/clang/unittests/HLSLExec Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments