zig/lib/compiler
mlugg d0b92a8022
std.Build: do not expect server protocol for tests using immature backends
For instance, when running a Zig test using the self-hosted aarch64
backend, this logic was previously expecting `std.zig.Server` to be
used, but the default test runner intentionally does not do this because
the backend is too immature to handle it. On 'master', this is causing
sporadic failures; on this branch, they became consistent failures.
2025-10-18 09:28:42 +01:00
..
2025-08-29 17:14:26 -07:00
2025-07-21 12:32:37 -07:00
2025-09-18 22:39:33 -07:00