Fix crashing tests duplicating tests from another thread (#7683)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
84f5aa6dae
commit
cfcdd5f776
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user