commit 9efade7d3002b99918f450f50044235499718ca2 (tree)
parent bc5de7b59d76a1ad99b3923ce1f2ca34769818e3
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"));
}