Home
last modified time | relevance | path

Searched full:flaky (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/external/grpc-grpc/tools/run_tests/generated/
Dtests.json15 "flaky": false, boolean
38 "flaky": false, boolean
61 "flaky": false, boolean
82 "flaky": false, boolean
104 "flaky": false, boolean
127 "flaky": false, boolean
149 "flaky": false, boolean
172 "flaky": false, boolean
195 "flaky": false, boolean
218 "flaky": false, boolean
[all …]
/external/grpc-grpc/tools/bazelify_tests/
Dbuild_defs.bzl22 …], size = "medium", timeout = None, tags = [], exec_compatible_with = [], flaky = None, docker_ima…
53 "flaky": flaky,
106 …], size = "medium", timeout = None, tags = [], exec_compatible_with = [], flaky = None, docker_ima…
118 flaky: Whether this test is flaky.
153 … = timeout, tags = tags, exec_compatible_with = exec_compatible_with, flaky = flaky, docker_image_…
155 …], size = "medium", timeout = None, tags = [], exec_compatible_with = [], flaky = None, docker_ima…
167 flaky: Whether this test is flaky.
183 … = timeout, tags = tags, exec_compatible_with = exec_compatible_with, flaky = flaky, docker_image_…
185 …], size = "medium", timeout = None, tags = [], exec_compatible_with = [], flaky = None, docker_ima…
197 flaky: Whether this test is flaky.
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dupdate_flakes.py50 'attr(flaky, 1, tests({}/...))'.format(test_dir)]).splitlines():
63 continue # we know mac stuff is flaky
69 print("will mark end2end test {} as flaky".format(row.test_binary))
73 print("will mark {} as flaky".format(row.test_binary))
77 for test, flaky in sorted(tests.items()):
78 if flaky:
79 buildozer_commands.append('set flaky True|{}'.format(test))
81 buildozer_commands.append('remove flaky|{}'.format(test))
83 with open('test/core/end2end/flaky.bzl', 'w') as f:
97 "\"\"\"A list of flaky tests, consumed by generate_tests.bzl to set flaky attrs.\"\"\"",
/external/grpc-grpc/tools/distrib/
Dupdate_flakes.py50 ["bazel", "query", "attr(flaky, 1, tests({}/...))".format(test_dir)]
64 continue # we know mac stuff is flaky
71 print("will mark end2end test {} as flaky".format(row.test_binary))
75 print("will mark {} as flaky".format(row.test_binary))
79 for test, flaky in sorted(tests.items()):
80 if flaky:
81 buildozer_commands.append("set flaky True|{}".format(test))
83 buildozer_commands.append("remove flaky|{}".format(test))
85 with open("test/core/end2end/flaky.bzl", "w") as f:
100 '"""A list of flaky tests, consumed by generate_tests.bzl to set'
[all …]
/external/grpc-grpc/bazel/
Dgrpc_build_system.bzl285 …ller_config(name, srcs, deps, tags, args, exclude_pollers, uses_polling, uses_event_engine, flaky):
296 flaky: base flaky
320 "flaky": flaky,
342 "flaky": flaky,
359 "flaky": flaky,
379 "flaky": flaky,
384 …xpand_tests(name, srcs, deps, tags, args, exclude_pollers, uses_polling, uses_event_engine, flaky):
393 flaky: base flaky
460 "flaky": flaky,
484 config["flaky"] = True
[all …]
Dgevent_test.bzl72 # TODO(https://github.com/grpc/grpc/issues/27542): Remove once gevent is deemed non-flaky.
73 if "flaky" in kwargs:
74 kwargs.pop("flaky")
84 flaky = False,
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgrpc_build_system.bzl272 …xpand_tests(name, srcs, deps, tags, args, exclude_pollers, uses_polling, uses_event_engine, flaky):
281 flaky: base flaky
301 "flaky": flaky,
323 "flaky": flaky,
340 "flaky": flaky,
360 "flaky": flaky,
406 config["flaky"] = True
424 … [], exec_compatible_with = [], exec_properties = {}, shard_count = None, flaky = None, copts = []…
444 flaky: Whether this test is flaky.
476 flaky = flaky,
[all …]
Dgevent_test.bzl72 # TODO(https://github.com/grpc/grpc/issues/27542): Remove once gevent is deemed non-flaky.
73 if "flaky" in kwargs:
74 kwargs.pop("flaky")
84 flaky = False,
/external/angle/src/tests/capture_replay_tests/
Dcapture_replay_expectations.txt19 # FLAKY : the tests is flaky, but we still run it
50 6180 WIN : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/* = FLAKY
67 6180 WIN : TransformFeedbackTest.DrawWithoutTransformFeedbackThenWith/* = FLAKY
68 6180 : TransformFeedbackTest.TransformFeedbackQueryPausedDrawThenResume/* = FLAKY
69 6513 : TransformFeedbackTest.MultiContext/* = FLAKY
70 6180 WIN : TransformFeedbackTest.BufferOutOfMemory/* = FLAKY
71 6180 WIN : TransformFeedbackTest.EndThenBindNewBufferAndRestart/* = FLAKY
72 6180 : VertexAttributeTestES3.DrawWithUnalignedData/* = FLAKY
95 # ES3 Flaky
193 7814 WIN : PBOExtensionTest.PBOWithExistingData/* = FLAKY
[all …]
/external/cronet/testing/flake_suppressor_common/
Dqueries.py74 """Gets all flaky or failing tests from CI.
77 A JSON representation of the BigQuery results containing all found flaky
94 """Gets all flaky or failing tests from input CI builders.
115 """Gets all flaky or failing tests from the trybots.
120 A JSON representation of the BigQuery results containing all found flaky
165 Query string to get all the failing or flaky results from CI bots.
180 Query string to get all the failing or flaky results from input CI
197 Query string to get all the failing or flaky results from Try bots.
Dargument_parsing.py10 description=('Script for automatically suppressing flaky/failing '
42 parser.add_argument('--flaky-threshold',
75 'The test results will fail the builder runs, flaky results will '
106 raise ValueError('--flaky-threshold must be positive')
109 '--flaky-threshold must be greater than --ignore-threshold')
/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/
Drun_gpu_multi.sh113 # Became FLAKY with ROCm 4.1
114 # FLAKY : //tensorflow/python/distribute:strategy_common_test_2gpu \
115 # FLAKY : //tensorflow/python/distribute:strategy_common_test_xla_2gpu \
116 # FLAKY : //tensorflow/python/distribute:strategy_gather_test_2gpu \
117 # FLAKY : //tensorflow/python/distribute:strategy_gather_test_xla_2gpu \
118 # FLAKY : //tensorflow/python/keras/distribute:custom_training_loop_metrics_test_2gpu \
119 # FLAKY : //tensorflow/python/keras/distribute:custom_training_loop_models_test_2gpu \
/external/tink/java_src/tools/
Dgen_java_test_rules.bzl67 flaky = 0
68 if (test in flaky_tests) or ("flaky" in tags):
69 flaky = 1
81 flaky = flaky,
/external/curl/tests/
DCMakeLists.txt51 # ~flaky means that it'll ignore results of tests using the flaky keyword
52 add_runtests(test-nonflaky "-a -p ~flaky ~timing-dependent")
53 add_runtests(test-ci "-a -p ~flaky ~timing-dependent -r -rm")
/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/mesa3d/src/freedreno/ci/
Dfreedreno-a618-flakes.txt76 # Flaky with introduction of testing
124 # Flaky since around 2021-03-20. First appeared on the autotune branch.
127 # Flaky since around 2021-03-22. First appeared on an innocent mingw branch.
130 # Flaky since 2021-12-02, during piglit uprev with commit
134 # Flaky since around 2021-05-21, the day after a piglit uprev reshuffled us.
138 # Always been flaky, but didn't show up until the testscase was fixed to not spuriously skip.
146 # Flaky since around 2021-04-21. First appeared on
150 # Flaky since around 2021-06-21.
Dfreedreno-a630-flakes.txt84 # Flaky with introduction of testing
126 # Flaky since around 2021-03-20. First appeared on the autotune branch.
129 # Flaky since around 2021-03-22. First appeared on an innocent mingw branch.
132 # Flaky since 2021-12-02, during piglit uprev with commit
136 # Flaky since around 2021-05-21, the day after a piglit uprev reshuffled us.
140 # Always been flaky, but didn't show up until the testscase was fixed to not spuriously skip.
148 # Flaky since around 2021-04-21. First appeared on
152 # Flaky since around 2021-06-21.
/external/mesa3d/src/intel/ci/
Diris-amly-flakes.txt7 # Some flaky tests found:
15 # Some flaky tests found:
24 # The tests below are not actually detected as flaky, but they do behave as such
/external/angle/infra/specs/
Dtest_suites.pyl40 # Flaky when run with multiple processes.
149 # Flaky crashes. See http://anglebug.com/6570
150 '--flaky-retries=2',
187 # Flaky crashes. http://anglebug.com/6570
188 '--flaky-retries=2',
438 # Flaky crashes. See http://anglebug.com/6570
439 '--flaky-retries=2',
479 # Flaky crashes. http://anglebug.com/6570
480 '--flaky-retries=2',
865 '--flaky-retries=2',
[all …]
Dtest_suite_exceptions.pyl47 # anglebug.com/5415 flaky 4x8 pixel artifacts on Win Intel
50 '--flaky-retries=1',
55 '--flaky-retries=1',
/external/autotest/client/common_lib/
Dgtest_parser.py40 # '%s disabled' or '%s flaky' on the waterfall display.
56 self._flaky = re.compile(r' YOU HAVE (\d+) FLAKY TEST')
195 # Is it a line reporting flaky tests?
199 flaky = int(results.group(1))
201 flaky = 0
202 if flaky > 0 and isinstance(self.flaky_tests, int):
203 self.flaky_tests = flaky
/external/cronet/net/nqe/
Dnetwork_quality_estimator_util_unittest.cc31 // Flaky on iOS: crbug.com/672917.
88 // Flaky on iOS: crbug.com/672917.
127 // Flaky on iOS: crbug.com/672917.
128 // Flaky on Android: crbug.com/1223950
181 // Flaky on iOS: crbug.com/672917.
/external/grpc-grpc/test/cpp/end2end/xds/
DBUILD114 flaky = True, # TODO(b/144705388)
161 flaky = True, # TODO(b/144705388)
188 flaky = True, # TODO(b/144705388)
215 flaky = True,
268 flaky = True,
296 flaky = True,
348 flaky = True, # TODO(b/144705388)
405 flaky = True, # TODO(b/144705388)
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py102 @test_util.disable_tfrt('Flaky test. b/157103729')
115 @test_util.disable_tfrt('Flaky test. b/157103729')
126 @test_util.disable_tfrt('Flaky test. b/157103729')
135 @test_util.disable_tfrt('Flaky test. b/157103729')
147 @test_util.disable_tfrt('Flaky test. b/157103729')
159 @test_util.disable_tfrt('Flaky test. b/157103729')
214 @test_util.disable_tfrt('Flaky test. b/157103729')
222 @test_util.disable_tfrt('Flaky test. b/157103729')
/external/angle/src/tests/deqp_support/
DREADME.md28 {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP}
66 // Flaky when run with thread-sanitizer (TSan)
67 6678 TSAN : dEQP-EGL.functional.sharing.gles2.multithread.random* = FLAKY

12345678910>>...30