Home
last modified time | relevance | path

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

12

/external/v8/tools/testrunner/local/
Dtestsuite.py164 def _FilterFlaky(flaky, mode): argument
165 return (mode == "run" and not flaky) or (mode == "skip" and flaky)
182 flaky = False
196 flaky = statusfile.IsFlaky(t.outcomes)
208 flaky = flaky or statusfile.IsFlaky(t.outcomes)
211 if (skip or self._FilterFlaky(flaky, flaky_tests)
/external/autotest/test_suites/
Dcontrol.wifi_flaky7 PURPOSE = "Track and monitor flaky WiFi tests."
17 they stop looking. Move flaky tests from elsewhere and into this suite until
18 they can be made stable again. Even flaky tests need to run once in a while.
Dcontrol.dummyflake16 This is a suite for testing autotest's handling of RETRIES of flaky tests.
/external/autotest/client/site_tests/graphics_dEQP/
Dprocess_logs.py156 flaky = set([])
158 flaky = status_dict['Flaky']
164 flaky |= status_dict[key1] & status_dict[key2]
169 not_flaky = list(status_dict[key] - flaky)
175 flaky_list = list(flaky)
/external/chromium-trace/catapult/third_party/typ/typ/
Djson_results.py37 flaky=False, code=0, out='', err='', pid=0): argument
45 self.flaky = flaky
Drunner.py673 args['flaky'] = result.flaky
861 flaky = False
898 expected, unexpected, flaky, code, out, err, pid)
/external/autotest/server/
Dsite_gtest_runner.py339 flaky = int(results.group(1))
341 flaky = 0
342 if flaky > 0 and isinstance(self.flaky_tests, int):
343 self.flaky_tests = flaky
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DREADME.md41 ~Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM,
42 you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DREADME.md41 ~Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM,
42 you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
/external/curl/tests/data/
Dtest5736 flaky
Dtest19037 flaky
Dtest19017 flaky
Dtest19027 flaky
Dtest11139 flaky
Dtest15106 flaky
Dtest10869 flaky
/external/valgrind/docs/internals/
Dhowto_oprofile.txt40 flaky to me.
/external/v8/test/intl/
Dintl.status30 # TODO(jochen): The following test is flaky.
/external/skia/site/dev/sheriffing/
Dgpu.md22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
/external/compiler-rt/test/
Dlit.common.cfg164 # Sanitizer tests tend to be flaky on Windows due to PR24554, so add some
/external/v8/test/mozilla/
Dmozilla.status243 # Tests based on shell that use dates in this gap are flaky.
261 # Tests depend on GC timings. Inherently flaky.
273 # Test that assumes specific runtime for a regexp, flaky in debug mode.
277 # Test that assumes specific execution time, flaky in debug mode.
/external/v8/test/mjsunit/
Dmjsunit.status49 # Issue 3784: setters-on-elements is flaky
101 'debug-break-inline': [PASS, NO_VARIANTS], # very flaky.
110 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
111 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
/external/pdfium/build/
Dstandalone.gypi252 # is flaky in VS 2015 RTM. It triggers on compiler generated
/external/webrtc/talk/app/webrtc/objctests/
DRTCPeerConnectionTest.mm208 // TODO(fischman): figure out why this is flaky and re-introduce (and remove
/external/curl/docs/
DKNOWN_BUGS38 backends, so relying on this information in a generic app is flaky.

12