From 858a26f42e9837e575bbec38f213c78279fe5107 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:02:33 -0700 Subject: [PATCH 1/3] Remove minidumponcrash --- utils/hct/hcttest.cmd | 6 +++--- utils/lit/lit/formats/taef.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/hct/hcttest.cmd b/utils/hct/hcttest.cmd index b9e05ce524..8b11f52cc5 100644 --- a/utils/hct/hcttest.cmd +++ b/utils/hct/hcttest.cmd @@ -551,7 +551,7 @@ echo cmd - run command line tool tests. echo dxilconv - run dxilconv tests echo v - run the subset of clang tests that are verified-based. echo exec - run execution tests. -echo exec-future - run execution tests for future releases. +echo estture - run execution tests for future releases. echo extras - run hcttest-extras tests. echo noexec - all except exec and extras tests. echo. @@ -582,8 +582,8 @@ if not defined HLSL_TAEF_DIR ( ) else ( set TE="%HLSL_TAEF_DIR%\%BUILD_ARCH_DIR%\te" ) -echo %TE% /miniDumpOnCrash /unicodeOutput:false /outputFolder:%TEST_DIR% %LOG_FILTER% %PARALLEL_OPTION% %TEST_DIR%\%* -call %TE% /miniDumpOnCrash /unicodeOutput:false /outputFolder:%TEST_DIR% %LOG_FILTER% %PARALLEL_OPTION% %TEST_DIR%\%* +echo %TE% /unicodeOutput:false /outputFolder:%TEST_DIR% %LOG_FILTER% %PARALLEL_OPTION% %TEST_DIR%\%* +call %TE% /unicodeOutput:false /outputFolder:%TEST_DIR% %LOG_FILTER% %PARALLEL_OPTION% %TEST_DIR%\%* if errorlevel 1 ( call :showtesample %* diff --git a/utils/lit/lit/formats/taef.py b/utils/lit/lit/formats/taef.py index dc5e2924a7..1d0c919a2c 100644 --- a/utils/lit/lit/formats/taef.py +++ b/utils/lit/lit/formats/taef.py @@ -127,7 +127,7 @@ def execute(self, test, litConfig): cmd = [self.te, test_dll, '/inproc', '/select:', select_filter, - '/miniDumpOnCrash', '/unicodeOutput:false', + '/unicodeOutput:false', str.format('/outputFolder:{}', self.test_path)] cmd.extend(self.extra_params) From 2ca0f8fdcbd2743cbfab42dc2c231e8e155e0a10 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:04:14 -0700 Subject: [PATCH 2/3] Oops --- utils/hct/hcttest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hct/hcttest.cmd b/utils/hct/hcttest.cmd index 8b11f52cc5..310ecb9961 100644 --- a/utils/hct/hcttest.cmd +++ b/utils/hct/hcttest.cmd @@ -551,7 +551,7 @@ echo cmd - run command line tool tests. echo dxilconv - run dxilconv tests echo v - run the subset of clang tests that are verified-based. echo exec - run execution tests. -echo estture - run execution tests for future releases. +echo exec-future run execution tests for future releases. echo extras - run hcttest-extras tests. echo noexec - all except exec and extras tests. echo. From af3be23751d20fae93c3956789b137ae98cd3c35 Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:17:49 -0700 Subject: [PATCH 3/3] Oops --- utils/hct/hcttest.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/hct/hcttest.cmd b/utils/hct/hcttest.cmd index 310ecb9961..d55d804b54 100644 --- a/utils/hct/hcttest.cmd +++ b/utils/hct/hcttest.cmd @@ -551,7 +551,7 @@ echo cmd - run command line tool tests. echo dxilconv - run dxilconv tests echo v - run the subset of clang tests that are verified-based. echo exec - run execution tests. -echo exec-future run execution tests for future releases. +echo exec-future - run execution tests for future releases. echo extras - run hcttest-extras tests. echo noexec - all except exec and extras tests. echo.