Lines Matching refs:crash
50 """Represents a crash that we want to ignore for now."""
155 Saves crash details if crashes are discovered. If a whitelist is
161 @return a list of crash entries to be reported.
166 'Received crash notification for ([-\w]+).+ (sig \d+)')
176 print 'Ignoring crash in %s for waiver that expires %s' % (
820 # Determine that there was a crash during this test.
822 for crash in result['crashes']:
823 if not crash in crashes:
824 crashes[crash] = set([])
825 crashes[crash].add(testdir)
886 parser.add_option('--no-crash-detection', dest='crash_detection',
891 'Implies --no-debug --no-crash-detection.')
894 'Implies --no-debug --no-crash-detection.')
939 Warning('Forcing --no-debug --no-crash-detection')