Files
zig/test/behavior
Matthew Lugg f92b998f9f 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-10 10:38:51 +00:00
..
2025-11-22 22:42:38 +00:00
2025-06-16 13:22:19 +03:30
2026-02-23 21:13:26 +01:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2026-03-10 10:26:11 +00:00
2025-06-16 13:22:19 +03:30
2025-06-16 13:22:19 +03:30
2026-03-10 10:26:11 +00:00
2024-05-11 02:17:24 -07:00
2025-06-16 13:22:19 +03:30
2026-03-10 10:26:11 +00:00
2025-11-22 22:42:38 +00:00
2025-09-20 18:33:00 -07:00
2025-06-16 13:22:19 +03:30
2026-01-29 19:57:36 +01:00
2026-03-10 10:26:11 +00:00
2025-06-16 13:22:19 +03:30
2025-06-16 13:22:19 +03:30
2026-03-10 10:26:11 +00:00
2025-09-20 18:33:01 -07:00
2025-11-22 22:42:38 +00:00
2024-06-13 02:20:47 -07:00