zig/test
Matthew Lugg 1431446044
behavior: disable some tests under the C backend targeting MSVC
The bugs here actually exist on master branch too, but they are being
caught by the new static assertions which check type size and alignment.
It turns out that MSVC's struct/union "pack" pragma and its "align"
declspec interact in undocumented ways which are extremely problematic
for generated code. Solving this will require changing how the C backend
lowers various types; the disabled tests are all tagged unions, but
there are also issues with structs with underaligned fields which the
behavior tests just happen to not currently be triggering.
2026-03-06 17:02:49 +00:00
..
behavior behavior: disable some tests under the C backend targeting MSVC 2026-03-06 17:02:49 +00:00
c_abi tests: get cases passing (and a few other bits) 2026-03-06 16:38:10 +00:00
cases tests: get cases passing (and a few other bits) 2026-03-06 16:38:10 +00:00
cli/options test: move standalone/options/ to cli/options/ 2025-10-04 21:55:39 +02:00
incremental tests: get cases passing (and a few other bits) 2026-03-06 16:38:10 +00:00
link MachO: fix dynamic lookup of undefined symbols at runtime 2026-01-21 00:31:21 +01:00
src test harness: refmt for readability 2026-02-12 13:14:51 -08:00
standalone test: partially disable cmakedefine standalone test 2026-03-01 11:53:05 +01:00
behavior.zig tests: update for accepted language change 2026-03-06 12:36:24 +00:00
cases.zig test: remove ad-hoc nvptx tests 2025-10-04 20:51:07 +02:00
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
error_traces.zig test: disable an error trace test on optimized aarch64-netbsd 2026-03-02 15:08:37 +01:00
gen_h.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
libc.zig zig libc: acosf 2026-02-13 11:30:14 -08:00
llvm_ir.zig test: Add some basic LLVM IR tests for atomics, volatile, and allowzero. 2025-05-12 17:07:50 +02:00
llvm_targets.zig test: remove some nonsensical openbsd targets from llvm_targets 2025-12-16 06:25:32 +01:00
stack_traces.zig std: back out the StackTrace byval changes 2025-10-29 06:20:50 -07:00
tests.zig add -Dfuzz-only 2026-02-13 17:58:09 -05:00