Lambo-IITian wrote: Out of 482 tests, 466 pass, 14 fail, and 2 are unsupported.
<img width="350" height="200" alt="Screenshot 2026-02-07 230319" src="https://github.com/user-attachments/assets/47322e8f-cbe8-47ce-bacf-9273c3c460d3" /> I reviewed the failing tests and they all come from Clang AST JSON dump checks where the expected `"offset"` values do not match the actual output. AST structure itself is correct , only the recorded byte offsets differ slightly. These tests validate exact source location metadata, which is sensitive to environment differences (e.g., line ending normalization). So the failures are location mismatches, not compiler logic issues. I can update the test expectations to match the current output if needed. https://github.com/llvm/llvm-project/pull/180175 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
