zig icon indicating copy to clipboard operation
zig copied to clipboard

test-compare fails with stage3 on x86_64 linux

Open g-w1 opened this issue 3 years ago • 1 comments

Zig Version

0.10.0-dev.4470+8a344fab3

Steps to Reproduce

In the zig main repository on commit a4eb221b9ef7dab8fa1c6cc07c7891e25d98d2b6

rm -rf zig-out/ zig-cache/
zig build # this zig is downloaded from the website
./zig-out/bin/zig test-compare

Expected Behavior

Tests to pass

Actual Behavior

Tests fail: Error message here: https://paste.rs/cPY

This is the exact same error I am experiencing in the CI of #13082

g-w1 avatar Oct 19 '22 23:10 g-w1

~Is this with LLVM enabled, or does this only happen with self-hosted backend?~ I see that this is specifically with the self-hosted x86 backend

topolarity avatar Oct 20 '22 00:10 topolarity

I'm not even sure what zig test-compare was referring to. The closest thing I can find is zig build test-compare-output which works fine on master.

jacobly0 avatar May 18 '23 18:05 jacobly0