(code)
| 1583 | |
| 1584 | |
| 1585 | def PrintCrashed(code): |
| 1586 | if utils.IsWindows(): |
| 1587 | return "CRASHED" |
| 1588 | else: |
| 1589 | return "CRASHED (Signal: %d)" % -code |
| 1590 | |
| 1591 | |
| 1592 | # these suites represent special cases that should not be run as part of the |
no outgoing calls
no test coverage detected
searching dependent graphs…