-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior
Description
Zig Version
0.15.1
Steps to Reproduce and Observed Behavior
Just build zig normally and run the tests.
Discovered in:
- https://github.com/c4patino/nixpkgs-review-gha/actions/runs/17171456656/job/48721601396
- https://hydra.nixos.org/job/nixpkgs/trunk/zig_0_15.x86_64-darwin
zig> 1900/2010 behavior.vector.test.array to vector with element type coercion...FAIL (TestUnexpectedResult)
zig> ???:?:?: 0x108c2e029 in ??? (???)
zig> ???:?:?: 0x10901d166 in ??? (???)
zig> ???:?:?: 0x10901d376 in ??? (???)
zig> 1984/2010 behavior.widening.test.float widening...FAIL (TestUnexpectedResult)
zig> ???:?:?: 0x108c2e029 in ??? (???)
zig> ???:?:?: 0x109052cf5 in ??? (???)
I don't have an x86_64 Darwin machine so I can't dig deeper. Hopefully this brings some attention to try and fix this. Maybe someone with an x86_64 Darwin machine can run a debug build to see what's going wrong.
Expected Behavior
Test should pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavior