Definition at line 543 of file utils.py.
◆ __init__()
def utils.UnexpectedCrash.__init__ |
( |
|
self, |
|
|
|
test, |
|
|
|
pid, |
|
|
* |
binaries |
|
) |
| |
Definition at line 545 of file utils.py.
545 def __init__(self, test, pid, *binaries):
546 self.test = test
547 self.pid = pid
548 self.binaries = binaries
549
◆ __str__()
def utils.UnexpectedCrash.__str__ |
( |
|
self | ) |
|
Definition at line 550 of file utils.py.
550 def __str__(self):
551 return 'Crash({}: {} {})'.
format(self.test, self.pid,
552 ', '.
join(self.binaries))
553
554
uint32_t uint32_t * format
static SkString join(const CommandLineFlags::StringArray &)
◆ binaries
utils.UnexpectedCrash.binaries |
◆ pid
utils.UnexpectedCrash.pid |
◆ test
utils.UnexpectedCrash.test |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/tools/utils.py