Commit 0db448a
committed
fix(test status): return packed skip results from entry paths
- 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: I0974ec8a673f1aef62decd96f6d4e0384e6e534e1 parent 918d6db commit 0db448a
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments