Skip to content

fix(test status): return packed skip results from entry paths#402

Merged
chetan-rathore merged 1 commit into
ARM-software:mainfrom
Sujana-M:main
May 18, 2026
Merged

fix(test status): return packed skip results from entry paths#402
chetan-rathore merged 1 commit into
ARM-software:mainfrom
Sujana-M:main

Conversation

@Sujana-M
Copy link
Copy Markdown
Collaborator

  • Status reporting now expects packed RESULT_* values.
  • Several early-skip paths in test entry functions returned raw TEST_SKIP(0x7), which is not encoded and was printed as STATUS:0x00000007STATUS:0x00000007 in logs.
  • Fix this by replacing raw return TEST_SKIP; with return RESULT_SKIP(0); in affected entry paths.

Change-Id: I0974ec8a673f1aef62decd96f6d4e0384e6e534e

- Status reporting now expects packed RESULT_* values.
- Several early-skip paths in test entry functions returned
  raw TEST_SKIP(0x7), which is not encoded and was printed as
  STATUS:0x00000007STATUS:0x00000007 in logs.
- Fix this by replacing raw return TEST_SKIP; with return RESULT_SKIP(0);
  in affected entry paths.

Signed-off-by: Sujana M <sujana.murali@arm.com>
Change-Id: I0974ec8a673f1aef62decd96f6d4e0384e6e534e
@chetan-rathore chetan-rathore merged commit 72c37c5 into ARM-software:main May 18, 2026
29 checks passed
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