We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6464a commit bf09b7aCopy full SHA for bf09b7a
tools/test.py
@@ -578,8 +578,7 @@ def HasCrashed(self):
578
# Timed out tests will have exit_code -signal.SIGTERM.
579
if self.output.timed_out:
580
return False
581
- return self.output.exit_code < 0 and \
582
- self.output.exit_code != -signal.SIGABRT
+ return self.output.exit_code < 0
583
584
def HasTimedOut(self):
585
return self.output.timed_out;
0 commit comments