OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crashed
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py
65
self.
crashed
= False
88
"""This routine checks to see if the process
crashed
or exited
91
if self.
crashed
:
122
self.
crashed
= True
127
subprocess has
crashed
or the deadline has passed, if there is output
145
subprocess has
crashed
, any available data will still be returned.
169
while not self.timed_out and not self.
crashed
:
173
self.
crashed
= True
186
if index > 0 or self.
crashed
or self.timed_out:
server_process_unittest.py
71
self.assertTrue(server_process.
crashed
)
webkit.py
142
while not sp.timed_out and not sp.
crashed
and output:
164
elif sp.
crashed
:
165
_log.error("ImageDiff
crashed
")
442
crash=self._server_process.
crashed
, test_time=time.time() - start_time,
461
and not self._server_process.
crashed