Reorganize and expand test infrastructure - #146
Merged
Conversation
steveklabnik
commented
Aug 15, 2025
Collaborator
- Add test utility crates (rue-snapshot, rue-test-utils) for shared testing functionality
- Implement property-based testing for parser, semantic analyzer, optimizer, and HIR
- Add comprehensive parser test suite with 70+ test cases and snapshot testing
- Reorganize tests into spec/, integration/, property/, and e2e/ directories
- Add skip directive support to test runner for temporarily disabled tests
- Expand CI/CD workflows with property tests, spec compliance, coverage, and nightly testing
- Add test analysis and visualization scripts for tracking test trends
- Create arithmetic and type system integration tests for the compiler
steveklabnik
force-pushed
the
steveklabnik/push-wqkzmslwsxyl
branch
from
August 15, 2025 00:16
31c07c2 to
64172d9
Compare
🧪 Test Runner ResultsSummary
Changes from BaselineTotal tests: 0 → 40 (+40) Detailed Changes🆕 New Tests
✅ No test regressions detected. Specification Coverage
|
steveklabnik
force-pushed
the
steveklabnik/push-wqkzmslwsxyl
branch
5 times, most recently
from
August 15, 2025 04:05
4cdb0f3 to
b1e672e
Compare
Collaborator
Author
|
Gonna have to review this one next week |
steveklabnik
force-pushed
the
steveklabnik/push-wqkzmslwsxyl
branch
from
August 18, 2025 17:50
b1e672e to
887c787
Compare
🧪 Test ResultsSpecification Tests
|
🚀 Performance Benchmark ResultsEnd-to-End Compilation Times
Performance vs Baseline
✅ No performance regressions detected. Note: Only programs >1000 lines are benchmarked for reliable measurements in CI. |
steveklabnik
force-pushed
the
steveklabnik/push-wqkzmslwsxyl
branch
5 times, most recently
from
August 18, 2025 21:15
19dbb48 to
35272dc
Compare
- Port ExecutionSnapshot types to rue-snapshot crate - Remove duplicate snapshot modules from rue-parser - Remove duplicate snapshot implementation from rue-runner - Fix arithmetic.rs duplicate tests - Generate missing snapshot files for corpus tests - Add rue-snapshot dependency to Buck2 test configs - All tests now passing in both Cargo and Buck2
steveklabnik
force-pushed
the
steveklabnik/push-wqkzmslwsxyl
branch
from
August 18, 2025 21:42
35272dc to
20da08a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.