OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail_times
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/health/
passing_experimental_unittest.py
88
fail_times
= {'test': self._datetime(2013, 3, 13)}
93
fail_times
,
107
fail_times
= {'test': self._datetime(2013, 3, 1)}
112
fail_times
,
126
fail_times
= {'test': self._datetime(2013, 3, 1)}
131
fail_times
,
145
fail_times
= {'test2': self._datetime(2013, 3, 1)}
150
fail_times
,
164
fail_times
= {}
169
fail_times
,
[
all
...]
passing_experimental.py
37
def find_long_passing_tests(pass_times,
fail_times
, valid_names):
42
@param
fail_times
: The dictionary of test_name:fail_time pairs.
55
valid_failures = {test for test in valid_names if test in
fail_times
}
60
if (
fail_times
[test] > failure_cutoff_date)}
114
fail_times
= test_health_utils.get_last_fail_times()
116
long_passers = find_long_passing_tests(pass_times,
fail_times
,
Completed in 300 milliseconds