Fix crashing tests duplicating tests from another thread (#7683)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-09-02 14:59:33 +02:00 committed by GitHub
parent 84f5aa6dae
commit cfcdd5f776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,6 +235,8 @@ top:
}
else
{
// Cost must be assigned to the test that crashed, otherwise tests will be desynched
AssignCostToRunner();
gTestRunnerState.state = STATE_REPORT_RESULT;
gTestRunnerState.result = TEST_RESULT_CRASH;
}