Home
last modified time | relevance | path

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

1234567891011

/third_party/grpc/tools/run_tests/generated/
Dtests.json15 "flaky": false, boolean
38 "flaky": false, boolean
61 "flaky": false, boolean
84 "flaky": false, boolean
107 "flaky": false, boolean
129 "flaky": false, boolean
152 "flaky": false, boolean
175 "flaky": false, boolean
198 "flaky": false, boolean
222 "flaky": false, boolean
[all …]
/third_party/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 …]
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
Dcapture_replay_expectations.txt17 # FLAKY : the tests is flaky, but we still run it
37 6538 : AddMockTextureNoRenderTargetTest.NoProgramOutputWorkaround/* = FLAKY
51 6286 : ImageTest.Source2DTarget2DTargetTextureRespecifyColorspace/* = FLAKY
79 6180 WIN : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/* = FLAKY
87 # flaky test
88 6511 : DrawBuffersTest.UnwrittenOutputVariablesShouldNotCrash/* = FLAKY
89 6180 : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInIndexBuffer/* = FLAKY
90 6180 : ImageTest.MipLevels/* = FLAKY
91 6373 : WebGLCompatibilityTest.DrawArraysBufferOutOfBoundsNonInstanced/* = FLAKY
92 6180 : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/* = FLAKY
[all …]
/third_party/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 …]
/third_party/grpc/bazel/
Dgrpc_build_system.bzl345 …ller_config(name, srcs, deps, tags, args, exclude_pollers, uses_polling, uses_event_engine, flaky):
356 flaky: base flaky
380 "flaky": flaky,
402 "flaky": flaky,
419 "flaky": flaky,
439 "flaky": flaky,
444 …xpand_tests(name, srcs, deps, tags, args, exclude_pollers, uses_polling, uses_event_engine, flaky):
453 flaky: base flaky
520 "flaky": flaky,
544 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,
/third_party/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")
/third_party/mesa3d/src/intel/ci/
Diris-amly-flakes.txt12 # Some flaky tests found:
20 # Some flaky tests found:
29 # The tests below are not actually detected as flaky, but they do behave as such
/third_party/grpc/test/core/end2end/
Dgrpc_core_end2end_test.bzl28 def grpc_core_end2end_test(name, shard_count = 10, tags = [], flaky = False):
35 flaky: per bazel
117 flaky = flaky,
Dflaky.bzl14 """A list of flaky tests, consumed by generate_tests.bzl to set flaky attrs."""
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DREADME.md24 {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP}
62 // Flaky when run with thread-sanitizer (TSan)
63 6678 TSAN : dEQP-EGL.functional.sharing.gles2.multithread.random* = FLAKY
/third_party/grpc/test/cpp/end2end/xds/
DBUILD121 flaky = True, # TODO(b/144705388)
163 flaky = True, # TODO(b/144705388)
191 flaky = True, # TODO(b/144705388)
223 flaky = True,
276 flaky = True,
314 flaky = True,
343 flaky = True,
397 flaky = True, # TODO(b/144705388)
455 flaky = True, # TODO(b/144705388)
600 flaky = True, # TODO(b/144705388)
/third_party/grpc/templates/tools/run_tests/generated/
Dtests.json.template16 "flaky": tgt.flaky,
/third_party/skia/third_party/externals/angle2/infra/specs/
Dtest_suite_exceptions.pyl33 '--flaky-retries=1',
38 '--flaky-retries=1',
/third_party/grpc/tools/buildgen/plugins/
Dexpand_bin_attrs.py34 tgt["flaky"] = tgt.get("flaky", False)
/third_party/grpc/examples/python/retry/
Dflaky_server.py14 """A flaky backend for the gRPC Python retry example."""
55 logging.info("Starting flaky server on %s", listen_addr)
DREADME.md10 In terminal 1, start the flaky server:
30 INFO:root:Starting flaky server on [::]:50051
/third_party/mesa3d/src/gallium/drivers/nouveau/ci/
Dnouveau-gm20b-skips.txt5 # It's so flaky on both gk20a and gm20b tegra that the noise drowns everything else out.
26 # More very flaky stuff. Probably a bunch of these are also SSBOs but I haven't categorized them.
Dnouveau-gk20a-skips.txt20 # It's so flaky on both gk20a and gm20b tegra that the noise drowns everything else out.
41 # More very flaky stuff. Probably a bunch of these are also SSBOs but I haven't categorized them.
/third_party/grpc/test/cpp/ext/filters/census/
DBUILD60 flaky = True,
89 flaky = True,
/third_party/grpc/tools/internal_ci/macos/
Dgrpc_run_bazel_isolated_tests.sh27 # TODO(jtattermusch): the test has been disabled since it was highly flaky for a very long time (b/…
44 # TODO(jtattermusch): the test has been disabled since it was highly flaky for a very long time (b/…
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a618-flakes.txt76 # Flaky with introduction of testing
125 # Flaky since around 2021-03-20. First appeared on the autotune branch.
128 # Flaky since around 2021-03-22. First appeared on an innocent mingw branch.
131 # Flaky since around 2021-05-21, the day after a piglit uprev reshuffled us.
135 # Always been flaky, but didn't show up until the testscase was fixed to not spuriously skip.
143 # Flaky since around 2021-04-21. First appeared on
147 # 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 around 2021-05-21, the day after a piglit uprev reshuffled us.
136 # Always been flaky, but didn't show up until the testscase was fixed to not spuriously skip.
144 # Flaky since around 2021-04-21. First appeared on
148 # Flaky since around 2021-06-21.
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite_unittest.cpp125 // Verifies the flaky retry feature works as expected.
129 "--flaky-retries=" + std::to_string(kFlakyRetries)}; in TEST_F()
189 // Trigger a flaky test failure.
/third_party/grpc/test/cpp/qps/
Dqps_benchmark_script.bzl69 flaky = True,
104 flaky = True,

1234567891011