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 8e30589 commit dadddcbCopy full SHA for dadddcb
tools/test.py
@@ -582,8 +582,7 @@ def HasCrashed(self):
582
# Timed out tests will have exit_code -signal.SIGTERM.
583
if self.output.timed_out:
584
return False
585
- return self.output.exit_code < 0 and \
586
- self.output.exit_code != -signal.SIGABRT
+ return self.output.exit_code < 0
587
588
def HasTimedOut(self):
589
return self.output.timed_out;
0 commit comments