| author | |
| committer | |
| log | 58789cb054b16e87d0a9b69ed8484cd30664fdb0 |
| tree | 08298a007bba75deedccf0ec79ca1e22af04338f |
| parent | 1b0b46a8a9f5ed3ebaf35e3018fd5402957552ae |
This reverts commit 7c5d01b95e3cb47187726c52dae4abb2e5b4faaf.2 files changed, 10 insertions(+), 12 deletions(-)
ci/x86_64-windows-debug.ps1+5-6| ... | @@ -97,9 +97,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E | ... | @@ -97,9 +97,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E |
| 97 | CheckLastExitCode | 97 | CheckLastExitCode |
| 98 | 98 | ||
| 99 | Write-Output "Build and run behavior tests with msvc..." | 99 | Write-Output "Build and run behavior tests with msvc..." |
| 100 | Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" | 100 | & 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 |
| 101 | #& 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 | 101 | CheckLastExitCode |
| 102 | #CheckLastExitCode | 102 | |
| 103 | # | 103 | & .\test-x86_64-windows-msvc.exe |
| 104 | #& .\test-x86_64-windows-msvc.exe | 104 | CheckLastExitCode |
| 105 | #CheckLastExitCode |
ci/x86_64-windows-release.ps1+5-6| ... | @@ -96,9 +96,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E | ... | @@ -96,9 +96,8 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\E |
| 96 | CheckLastExitCode | 96 | CheckLastExitCode |
| 97 | 97 | ||
| 98 | Write-Output "Build and run behavior tests with msvc..." | 98 | Write-Output "Build and run behavior tests with msvc..." |
| 99 | Write-Output "Skipped due to https://github.com/ziglang/zig/issues/17817" | 99 | & 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 |
| 100 | #& 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 | 100 | CheckLastExitCode |
| 101 | #CheckLastExitCode | 101 | |
| 102 | # | 102 | & .\test-x86_64-windows-msvc.exe |
| 103 | #& .\test-x86_64-windows-msvc.exe | 103 | CheckLastExitCode |
| 104 | #CheckLastExitCode |