mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
stage2: test compile errors independently
Until we land some incremental compilation bug fixes, this prevents CI failures when running the compile errors test cases.
This commit is contained in:
parent
f5d9160f1b
commit
47dfaf47b8
@ -13,7 +13,8 @@ pub fn addCases(ctx: *TestContext) !void {
|
||||
var stage2_dir = try compile_errors_dir.openDir("stage2", .{ .iterate = true, .no_follow = true });
|
||||
defer stage2_dir.close();
|
||||
|
||||
const one_test_case_per_file = false;
|
||||
// TODO make this false once the bug is solved that it triggers
|
||||
const one_test_case_per_file = true;
|
||||
try ctx.addErrorCasesFromDir("stage2", stage2_dir, .stage2, .Obj, false, one_test_case_per_file);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user