-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
re-enable stage2 tests #1364
Labels
Milestone
Comments
andrewrk
added
the
bug
Observed behavior contradicts documented or intended behavior
label
Aug 10, 2018
kristate
added a commit
to kristate/zig
that referenced
this issue
Aug 21, 2018
andrewrk
added a commit
that referenced
this issue
Sep 11, 2018
I disabled stage2 tests on all targets. This issue is now postponed until after 0.3.0. |
andrewrk
changed the title
race conditions in master branch / CI tests failing sometimes
re-enable stage2 tests
Sep 11, 2018
hryx
added a commit
to hryx/zig
that referenced
this issue
May 12, 2019
- Remove TODO about stage1 CompareExpr and make a follow-up task - Support enum literals, update grammar, and add test - Remove TODO comments about enum literals - Remove TODO question about ErrorSetDecl not hard-failing - Error if label found but no block - Disallow duplicate pointer qualifiers (const, allowzero, etc.) and add a stage2 compile error test (disabled; see ziglang#1364)
With the self-hosted reboot, this issue is no longer relevant. There's a new test harness and new test cases. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I apologize, I have merged
async-fs
branch even though there are some race conditions in the stage2 tests. Here's the situation:catch unreachable
far too many times, and I understand coroutines enough now that I need to iterate on the design.The text was updated successfully, but these errors were encountered: