commit 83b6b064d6aab360cbaad44cc714cc37053e1222 (tree)
parent 5c34747c7e7bdbb2f1742d92573df014c61b6994
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Fri, 13 Feb 2026 15:29:20 +0000
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>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/astgen_test.zig b/astgen_test.zig
@@ -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"));
}