Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dtestsuite.py97 def _FilterFlaky(flaky, mode): argument
98 return (mode == "run" and not flaky) or (mode == "skip" and flaky)
115 flaky = False
126 flaky = statusfile.IsFlaky(t.outcomes)
138 flaky = flaky or statusfile.IsFlaky(t.outcomes)
141 if (skip or self._FilterFlaky(flaky, flaky_tests)
/external/chromium-trace/trace-viewer/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/valgrind/docs/internals/
Dhowto_oprofile.txt40 flaky to me.
/external/v8/test/intl/
Dintl.status35 # TODO(jochen): The following test is flaky.
/external/v8/test/mozilla/
Dmozilla.status193 # 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.
/external/v8/test/cctest/
Dcctest.status70 # The cpu profiler tests are notoriously flaky.
/external/v8/
DChangeLog7021 Fixed some flaky socket tests.
7534 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).