Now that zig build test-cases runs the cases multi-threaded, it exposed a bug. This manifested as a CI failure on 27610b0 which is unrelated to the actual changes.
====== expected this output: =========
␃
======== instead found this: =========
warning(module): unexpected EOF reading cached ZIR for Thread/Condition.zig
␃
======================================
====== expected this output: =========
␃
======== instead found this: =========
warning(module): unexpected EOF reading cached ZIR for math/modf.zig
warning(module): unexpected EOF reading cached ZIR for math/isnormal.zig
␃
======================================
safety/switch on corrupted union value (stage1, native) failed: TestExpectedEqual
safety/unsigned-signed vector cast (stage1, native) failed: TestExpectedEqual
2 tests failed
Let's inspect the pipeline with regards to AstGen and caching and look for any possibility of this error occurring.
Now that
zig build test-casesruns the cases multi-threaded, it exposed a bug. This manifested as a CI failure on 27610b0 which is unrelated to the actual changes.Let's inspect the pipeline with regards to AstGen and caching and look for any possibility of this error occurring.