-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
"zig init-exe && zig build test" does not run tests #15059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Observed behavior contradicts documented or intended behavior
regression
It worked in a previous version of Zig, but stopped working.
Milestone
Comments
Same behavior with |
The fix for this issue is blocked (probably) by #15104. |
perillo
added a commit
to perillo/zig
that referenced
this issue
Apr 6, 2023
Currently, these tests work because of issue ziglang#15059, but ziglang#15059 requires issue ziglang#15104 to be fixed, and it is taking a lot of time. Temporarily disable the init-lib and init-exe tests in `test/tests.addCliTests`.
Not sure why that ever didn't work, but it works now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Observed behavior contradicts documented or intended behavior
regression
It worked in a previous version of Zig, but stopped working.
Zig Version
0.11.0-dev.2245+dc6b05408
Steps to Reproduce and Observed Behavior
no tests fail. They don't seem to run at all.
Expected Behavior
test should run and fail
The text was updated successfully, but these errors were encountered: