OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flaky
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/site_tests/graphics_dEQP/
process_logs.py
152
# Figure out duplicates and move them to
Flaky
result set/list.
154
"""Figure out duplicates and move them to
Flaky
result set/list."""
156
flaky
= set([])
157
if status_dict.has_key('
Flaky
'):
158
flaky
= status_dict['
Flaky
']
160
#
FLaky
tests are tests with 2 distinct results.
164
flaky
|= status_dict[key1] & status_dict[key2]
166
# Remove
Flaky
tests from other status and convert to dict of list.
168
if key != '
Flaky
'
[
all
...]
/external/chromium-trace/catapult/third_party/typ/typ/
json_results.py
37
flaky
=False, code=0, out='', err='', pid=0):
45
self.
flaky
=
flaky
runner.py
682
args['
flaky
'] = result.
flaky
870
flaky
= False
907
expected, unexpected,
flaky
, code, out, err, pid)
[
all
...]
/external/autotest/server/
site_gtest_runner.py
184
# '%s disabled' or '%s
flaky
' on the waterfall display.
200
self._flaky = re.compile(' YOU HAVE (\d+)
FLAKY
TEST')
335
# Is it a line reporting
flaky
tests?
339
flaky
= int(results.group(1))
341
flaky
= 0
342
if
flaky
> 0 and isinstance(self.flaky_tests, int):
343
self.flaky_tests =
flaky
/tools/test/connectivity/acts/tests/google/tel/config/
README.md
8
- **telephony_auto_rerun** - Because testing with live infrastructure sometimes yields
flaky
results, when no other options are available to mitigate this uncertainty, this key specifies a maximum number of re-runs that will be performed in the event of a test failure. The test will be reported as a 'pass' after the first successful run.
/external/skia/tools/
compare_codereview.py
269
result = re.sub(r'unexpected
flaky
.*', '', result)
/art/test/
Android.run-test.mk
224
# Tests that are timing sensitive and
flaky
on heavily loaded systems.
[
all
...]
Completed in 1214 milliseconds