Home
last modified time | relevance | path

Searched refs:flaky (Results 1 – 25 of 103) sorted by relevance

12345

/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/toolchain-utils/automation/clients/report/dejagnu/
Dsummary.py33 flaky = True
35 flaky = False
90 return cls(path, variant or '', result, flaky=flaky)
94 if self.flaky:
/external/autotest/client/site_tests/graphics_dEQP/scripts/
Dprocess_logs.py160 flaky = set([])
162 flaky = status_dict['Flaky']
168 flaky |= status_dict[key1] & status_dict[key2]
173 not_flaky = list(status_dict[key] - flaky)
179 flaky_list = list(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.
Dcontrol.stress.019 the Android container. If this test is flaky every Android based test will be
20 flaky as well.
/external/grpc-grpc/templates/tools/run_tests/generated/
Dtests.json.template16 "flaky": tgt.flaky,
/external/autotest/client/common_lib/
Dgtest_parser.py197 flaky = int(results.group(1))
199 flaky = 0
200 if flaky > 0 and isinstance(self.flaky_tests, int):
201 self.flaky_tests = flaky

12345