astgen: re-skip astgen_test.zig corpus, clean up debug code
Cursor backward issue at inst 1557 (src_off goes 10502 -> 8256). Needs investigation of statement ordering in switch expression body. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -798,7 +798,7 @@ test "astgen: corpus tokenizer_test.zig" {
|
||||
}
|
||||
|
||||
test "astgen: corpus astgen_test.zig" {
|
||||
if (true) return error.SkipZigTest; // TODO: dbg_stmt line/column mismatch at inst 1557
|
||||
if (true) return error.SkipZigTest; // TODO: dbg_stmt cursor backward at inst 1557
|
||||
const gpa = std.testing.allocator;
|
||||
try corpusCheck(gpa, @embedFile("astgen_test.zig"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user