Skip to content

Commit

Permalink
delete unnecessary tests for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal1996 committed Jan 30, 2025
1 parent 8fff53d commit 0211e32
Show file tree
Hide file tree
Showing 240 changed files with 227 additions and 37,915 deletions.
25 changes: 23 additions & 2 deletions src/tests/Common/CLRTest.Execute.Batch.targets
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,29 @@ if defined RunCrossGen2 (
call :TakeLock
)
ECHO %LAUNCHER% %ExePath% %CLRTestExecutionArguments%
%LAUNCHER% %ExePath% %CLRTestExecutionArguments%
@echo OFF
setlocal enabledelayedexpansion
if "%UseSDE%"=="1" (
ECHO Running With SDE
if "%SDEPath%"=="" (
ECHO SDE Path not set!
) else (
ECHO SDE Path is %SDEPath%
if "%UseSDEENV%"=="1" (
set InvokeSDE="%SDEPath%" "-dmr" "-env" "DOTNET_ENABLEAVX10v2" "0" "--"
ECHO !InvokeSDE!%LAUNCHER% %ExePath% %CLRTestExecutionArguments%
!InvokeSDE! %LAUNCHER% %ExePath% %CLRTestExecutionArguments%
) else (
set InvokeSDE="%SDEPath%" "-dmr" "--"
ECHO !InvokeSDE!%LAUNCHER% %ExePath% %CLRTestExecutionArguments%
!InvokeSDE! %LAUNCHER% %ExePath% %CLRTestExecutionArguments%
)
)
) else (
ECHO %LAUNCHER% %ExePath% %CLRTestExecutionArguments%
%LAUNCHER% %ExePath% %CLRTestExecutionArguments%
)
endlocal
set CLRTestExitCode=!ERRORLEVEL!
if defined RunCrossGen2 (
call :ReleaseLock
Expand Down
408 changes: 204 additions & 204 deletions src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_X86.cs

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions src/tests/JIT/HardwareIntrinsics/X86_Avx/Avx1/Avx1_r.csproj

This file was deleted.

14 changes: 0 additions & 14 deletions src/tests/JIT/HardwareIntrinsics/X86_Avx/Avx1/Avx1_ro.csproj

This file was deleted.

Loading

0 comments on commit 0211e32

Please sign in to comment.