Searched refs:flaky (Results 1 – 25 of 29) sorted by relevance
12
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 164 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/ |
D | control.wifi_flaky | 7 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.
|
D | control.dummyflake | 16 This is a suite for testing autotest's handling of RETRIES of flaky tests.
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | process_logs.py | 156 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/ |
D | json_results.py | 37 flaky=False, code=0, out='', err='', pid=0): argument 45 self.flaky = flaky
|
D | runner.py | 673 args['flaky'] = result.flaky 861 flaky = False 898 expected, unexpected, flaky, code, out, err, pid)
|
/external/autotest/server/ |
D | site_gtest_runner.py | 339 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/ |
D | README.md | 41 ~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/ |
D | README.md | 41 ~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/ |
D | test573 | 6 flaky
|
D | test1903 | 7 flaky
|
D | test1901 | 7 flaky
|
D | test1902 | 7 flaky
|
D | test1113 | 9 flaky
|
D | test1510 | 6 flaky
|
D | test1086 | 9 flaky
|
/external/valgrind/docs/internals/ |
D | howto_oprofile.txt | 40 flaky to me.
|
/external/v8/test/intl/ |
D | intl.status | 30 # TODO(jochen): The following test is flaky.
|
/external/skia/site/dev/sheriffing/ |
D | gpu.md | 22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
|
/external/compiler-rt/test/ |
D | lit.common.cfg | 164 # Sanitizer tests tend to be flaky on Windows due to PR24554, so add some
|
/external/v8/test/mozilla/ |
D | mozilla.status | 243 # 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/ |
D | mjsunit.status | 49 # 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/ |
D | standalone.gypi | 252 # is flaky in VS 2015 RTM. It triggers on compiler generated
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionTest.mm | 208 // TODO(fischman): figure out why this is flaky and re-introduce (and remove
|
/external/curl/docs/ |
D | KNOWN_BUGS | 38 backends, so relying on this information in a generic app is flaky.
|
12