diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index dec3a4be22391f72a9a225d0b1c6d2d8d113c707..b859cda40bcc783d3df7c8639a52ad8457d46bd3 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -97,9 +97,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E CheckLastExitCode Write-Output "Build and run behavior tests with msvc..." -Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" -#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib -#CheckLastExitCode -# -#& .\test-x86_64-windows-msvc.exe -#CheckLastExitCode +& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib +CheckLastExitCode + +& .\test-x86_64-windows-msvc.exe +CheckLastExitCode diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 index c306756bd22ffe9cf4a3c2b0e3a128bd2ec3f226..7ee4eb29d12093918d1ea4718f973e52d5d0b080 100644 --- a/ci/x86_64-windows-release.ps1 +++ b/ci/x86_64-windows-release.ps1 @@ -96,9 +96,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E CheckLastExitCode Write-Output "Build and run behavior tests with msvc..." -Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" -#& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib -#CheckLastExitCode -# -#& .\test-x86_64-windows-msvc.exe -#CheckLastExitCode +& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib +CheckLastExitCode + +& .\test-x86_64-windows-msvc.exe +CheckLastExitCode