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:
2026-02-13 15:29:20 +00:00
parent bc5de7b59d
commit 9efade7d30

View File

@@ -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"));
}