From 4fc29ff25991458d4e1037b6f7bbbdd41fdbe2e3 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Wed, 17 Sep 2025 14:28:30 -0700 Subject: [PATCH] Change test class name to native vectors instead of vectorized --- tools/clang/unittests/HLSLExec/LongVectors.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/clang/unittests/HLSLExec/LongVectors.cpp b/tools/clang/unittests/HLSLExec/LongVectors.cpp index 4997c6dc56..17c7a1e869 100644 --- a/tools/clang/unittests/HLSLExec/LongVectors.cpp +++ b/tools/clang/unittests/HLSLExec/LongVectors.cpp @@ -995,11 +995,12 @@ using namespace LongVector; runTest(VARIANT_VALUE_##Variant); \ } -class DxilConf_SM69_Vectorized { +class DxilConf_SM69_NativeVectors { public: - BEGIN_TEST_CLASS(DxilConf_SM69_Vectorized) - TEST_CLASS_PROPERTY("Kits.TestName", - "D3D12 - Shader Model 6.9 - Vectorized DXIL - Core Tests") + BEGIN_TEST_CLASS(DxilConf_SM69_NativeVectors) + TEST_CLASS_PROPERTY( + "Kits.TestName", + "D3D12 - Shader Model 6.9 - DXIL with Native Vectors - Core Tests") TEST_CLASS_PROPERTY("Kits.TestId", "81db1ff8-5bc5-48a1-8d7b-600fc600a677") TEST_CLASS_PROPERTY("Kits.Description", "Validates required SM 6.9 vectorized DXIL operations")