Skip to content

Conversation

@HeatCrab
Copy link
Collaborator

@HeatCrab HeatCrab commented Jan 29, 2026

The previous test output used phase-based grouping and hierarchical numbering which was inconsistent with other test apps in the codebase. This change aligns with the sequential numbering convention used elsewhere and improves readability with descriptive progress messages.

Related to #62.


Summary by cubic

Standardizes the U-mode validation test output to a simple, sequential format with clear PASS/FAIL markers and short progress messages. Aligns with other test apps and the standardization goals in Linear #62.

  • Refactors
    • Replaces phase-based, hierarchical numbering with Tests 1–4.
    • Adds concise progress lines (e.g., "Calling sys_tid()", "Setting SP to 0xDEADBEEF").
    • Normalizes result lines to “[PASS]/[FAIL]” with returned values.
    • Simplifies privileged CSR check messaging and clarifies failure condition.

Written for commit 1f899ce. Summary will update on new commits.

The previous test output used phase-based grouping and hierarchical
numbering which was inconsistent with other test apps in the codebase.
This change aligns with the sequential numbering convention used
elsewhere and improves readability with descriptive progress messages.
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@HeatCrab HeatCrab requested a review from jserv January 29, 2026 13:44
@jserv jserv merged commit d2a31ad into sysprog21:main Jan 29, 2026
7 checks passed
@jserv
Copy link
Contributor

jserv commented Jan 29, 2026

Thank @HeatCrab for contributing!

@HeatCrab HeatCrab deleted the u-mode/basic-support branch January 29, 2026 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants