Searched refs:flaky (Results 1 – 7 of 7) sorted by relevance
97 def _FilterFlaky(flaky, mode): argument98 return (mode == "run" and not flaky) or (mode == "skip" and flaky)115 flaky = False126 flaky = statusfile.IsFlaky(t.outcomes)138 flaky = flaky or statusfile.IsFlaky(t.outcomes)141 if (skip or self._FilterFlaky(flaky, flaky_tests)
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.
40 flaky to me.
35 # TODO(jochen): The following test is flaky.
193 # Tests based on shell that use dates in this gap are flaky.211 # Tests depend on GC timings. Inherently flaky.222 # Test that assumes specific runtime for a regexp, flaky in debug mode.226 # Test that assumes specific execution time, flaky in debug mode.
70 # The cpu profiler tests are notoriously flaky.
7021 Fixed some flaky socket tests.7534 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).