Home
last modified time | relevance | path

Searched full:flaky (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/external/grpc-grpc/tools/run_tests/generated/
Dtests.json16 "flaky": false, boolean
40 "flaky": false, boolean
64 "flaky": false, boolean
88 "flaky": false, boolean
112 "flaky": false, boolean
138 "flaky": false, boolean
162 "flaky": false, boolean
186 "flaky": false, boolean
209 "flaky": false, boolean
230 "flaky": false, boolean
[all …]
/external/autotest/client/site_tests/graphics_dEQP/scripts/
Dprocess_logs.py156 # Figure out duplicates and move them to Flaky result set/list.
158 """Figure out duplicates and move them to Flaky result set/list."""
160 flaky = set([])
161 if status_dict.has_key('Flaky'):
162 flaky = status_dict['Flaky']
164 # FLaky tests are tests with 2 distinct results.
168 flaky |= status_dict[key1] & status_dict[key2]
170 # Remove Flaky tests from other status and convert to dict of list.
172 if key != 'Flaky':
173 not_flaky = list(status_dict[key] - flaky)
[all …]
Dfailure_matrix.py31 _PROBLEM_STATUS = ['Fail', 'Flaky']
36 'Flaky': 'flaky',
136 text_count = '%s Total failure count (Fail + Flaky)' % text_count
/external/toolchain-utils/automation/clients/report/dejagnu/
Dsummary.py15 class DejaGnuTestResult(namedtuple('Result', 'name variant result flaky')):
29 if attrs.strip() != 'flaky':
33 flaky = True
35 flaky = False
90 return cls(path, variant or '', result, flaky=flaky)
94 if self.flaky:
95 fmt = 'flaky | '
/external/autotest/test_suites/
Dcontrol.wifi_flaky7 PURPOSE = "Track and monitor flaky WiFi tests."
16 they stop looking. Move flaky tests from elsewhere and into this suite until
17 they can be made stable again. Even flaky tests need to run once in a while.
/external/autotest/client/common_lib/
Dgtest_parser.py41 # '%s disabled' or '%s flaky' on the waterfall display.
57 self._flaky = re.compile(' YOU HAVE (\d+) FLAKY TEST')
193 # Is it a line reporting flaky tests?
197 flaky = int(results.group(1))
199 flaky = 0
200 if flaky > 0 and isinstance(self.flaky_tests, int):
201 self.flaky_tests = flaky
/external/autotest/client/site_tests/cheets_StartAndroid/
Dcontrol.stress.816 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.516 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.216 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.916 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.616 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.316 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.116 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.416 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.716 the Android container. If this test is flaky every Android based test will be
17 flaky as well.
Dcontrol.stress.018 the Android container. If this test is flaky every Android based test will be
19 flaky as well.
/external/autotest/client/site_tests/cheets_StartAndroid_P/
Dcontrol.stress.917 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.717 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.617 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.317 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.117 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.217 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.517 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.417 the Android container. If this test is flaky every Android based test will be
18 flaky as well.
Dcontrol.stress.817 the Android container. If this test is flaky every Android based test will be
18 flaky as well.

12345678910>>...12