docs(arm64): restructure parity tracking by tests unblocked#150
Merged
docs(arm64): restructure parity tracking by tests unblocked#150
Conversation
Reorganize the ARM64 parity document to prioritize work based on "what unblocks the largest number of tests" principle. Key changes: - Add comprehensive test inventory comparison (x86-64: 285, ARM64: 193) - Restructure priorities by impact: - P1: Port Rust integration tests (+70 tests) - P2: Port x86-64 asm tests to libbreenix (+12 tests) - P3: Fix signal delivery (+5 tests) - P4: Remaining userspace failures (+25 tests) - P5: Kernel test framework verification (+91 tests) - Add detailed breakdown of which tests need porting - Include test gap summary table with cumulative counts - Update status of completed fixes (argc/argv, COW syscalls) Total potential improvement: from 50 passing to 203+ tests. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
Reorganize the ARM64 parity document to prioritize work based on "what unblocks the largest number of tests" principle.
Changes
Test Inventory Comparison
New Priority Structure (by tests unblocked)
Also Updated
🤖 Generated with Claude Code