Fix test TIMEOUT messaging in summary (#5772)
This commit is contained in:
parent
c714caa27a
commit
47768431a2
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@ static void Intr_Timer2(void)
|
||||||
if (gTestRunnerState.state == STATE_RUN_TEST)
|
if (gTestRunnerState.state == STATE_RUN_TEST)
|
||||||
gTestRunnerState.state = STATE_REPORT_RESULT;
|
gTestRunnerState.state = STATE_REPORT_RESULT;
|
||||||
gTestRunnerState.result = TEST_RESULT_TIMEOUT;
|
gTestRunnerState.result = TEST_RESULT_TIMEOUT;
|
||||||
|
Test_MgbaPrintf(":L%s:%d - TIMEOUT", gTestRunnerState.test->filename, SourceLine(0));
|
||||||
ReinitCallbacks();
|
ReinitCallbacks();
|
||||||
IRQ_LR = ((uintptr_t)JumpToAgbMainLoop & ~1) + 4;
|
IRQ_LR = ((uintptr_t)JumpToAgbMainLoop & ~1) + 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue