get the test runner and zig test
working; enable behavior tests for stage2
#8818
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Instead it should run the tests. We already have simplified test runner logic when
builtin.zig_is_stage2
is true, but there is also work that needs to be done in the stage2 frontend in order to make@import("builtin").test_functions
work properly.In order to close this issue, add test coverage for running the behavior tests with stage2 (but not all behavior tests have to be passing).
The text was updated successfully, but these errors were encountered: