OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:include_flaky
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/
site_gtest_runner.py
215
def _TestsByStatus(self, status, include_fails,
include_flaky
):
222
include_flaky
: If False, tests containing 'FLAKY_' anywhere in
232
if not
include_flaky
:
261
def FailedTests(self, include_fails=False,
include_flaky
=False):
271
include_flaky
: If true, all failing tests with FLAKY_ in their
277
return (self._TestsByStatus('failed', include_fails,
include_flaky
) +
278
self._TestsByStatus('timeout', include_fails,
include_flaky
) +
279
self._TestsByStatus('started', include_fails,
include_flaky
))
/external/autotest/server/site_tests/brillo_Gtests/
brillo_Gtests.py
200
include_flaky
=True)
Completed in 492 milliseconds