Skip to content

Port some stage1 test cases to stage2 - #14984

Merged
andrewrk merged 1 commit into
ziglang:masterfrom
mlugg:port-stage1-tests
Mar 20, 2023
Merged

Port some stage1 test cases to stage2#14984
andrewrk merged 1 commit into
ziglang:masterfrom
mlugg:port-stage1-tests

Conversation

@mlugg

Copy link
Copy Markdown
Member

There are now very few stage1 cases remaining:

  • cases/compile_errors/stage1/obj/* currently don't work correctly on stage2. There are 6 of these, and most of them are probably fairly simple to fix.
  • cases/compile_errors/async/* and all remaining safety/* depend on async; see async/await/suspend/resume #6025.

Resolves: #14849

@mlugg
mluggforce-pushed the port-stage1-tests branch from 9907882 to 501f3f1CompareMarch 19, 2023 00:14
There are now very few stage1 cases remaining:
* `cases/compile_errors/stage1/obj/*` currently don't work correctly on
stage2. There are 6 of these, and most of them are probably fairly
simple to fix.
* `cases/compile_errors/async/*` and all remaining `safety/*` depend on
async; see ziglang#6025.
Resolves: ziglang#14849
@mlugg
mluggforce-pushed the port-stage1-tests branch from 501f3f1 to ac7395eCompareMarch 19, 2023 12:36
@andrewrk
andrewrk merged commit 3a25f6a into ziglang:masterMar 20, 2023
@mlugg
mlugg deleted the port-stage1-tests branch May 18, 2025 20:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

port the remaining stage1 compile error test cases to have stage2 coverage

2 participants

@mlugg@andrewrk