Home
last modified time | relevance | path

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

12345678910>>...51

/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/
H A 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 …]
/aosp_15_r20/external/grpc-grpc/tools/bazelify_tests/
H A 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 …]
/aosp_15_r20/external/grpc-grpc/bazel/
H A 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 …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/angle/src/tests/capture_replay_tests/
H A Dcapture_replay_expectations.txt19 # FLAKY : the tests is flaky, but we still run it
50 42264706 WIN : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/* = FLAKY
67 42264706 WIN : TransformFeedbackTest.DrawWithoutTransformFeedbackThenWith/* = FLAKY
68 42264706 : TransformFeedbackTest.TransformFeedbackQueryPausedDrawThenResume/* = FLAKY
69 42265013 : TransformFeedbackTest.MultiContext/* = FLAKY
70 42264706 WIN : TransformFeedbackTest.BufferOutOfMemory/* = FLAKY
71 42264706 WIN : TransformFeedbackTest.EndThenBindNewBufferAndRestart/* = FLAKY
72 42264706 : VertexAttributeTestES3.DrawWithUnalignedData/* = FLAKY
95 # ES3 Flaky
200 42266286 WIN : PBOExtensionTest.PBOWithExistingData/* = FLAKY
[all …]
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DLockTaskTest.kt102 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
123 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
173 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
192 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
256 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
273 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
293 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
317 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
341 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
364 @Postsubmit(reason = "b/181993922 automatically marked flaky") in <lambda>()
[all …]
H A DStartProfilesTest.java114 @Postsubmit(reason = "b/181207615 flaky")
124 @Postsubmit(reason = "b/181207615 flaky")
141 @Postsubmit(reason = "b/181207615 flaky")
166 @Postsubmit(reason = "b/181207615 flaky")
187 @Postsubmit(reason = "b/181207615 flaky")
198 @Postsubmit(reason = "b/181207615 flaky")
207 @Postsubmit(reason = "b/181207615 flaky")
218 @Postsubmit(reason = "b/181207615 flaky")
228 @Postsubmit(reason = "b/181207615 flaky")
248 @Postsubmit(reason = "b/181207615 flaky")
/aosp_15_r20/external/rust/android-crates-io/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.\"\"\"",
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A 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 …]
/aosp_15_r20/test/mts/tools/mts-tradefed/res/config/
H A Dmts-exclude.xml19 <!-- b/156732610, b/156731539, b/156729972, b/156729967 Flaky test for media-->
25 <!-- b/156436397 Flaky test for MediaProvider-->
90 <!-- b/234821097: Flaky test due to hardware and test setup, not related to the module-->
146 <!-- Exclude flaky timezone data tests. b/144301036 -->
149 <!-- b/148478158, b/148478370, b/148476965 Flaky test for Conscrypt-->
154 <!-- https://b.corp.google.com/hotlists/2163643 Flaky test for statsd-->
165 <!-- https://b.corp.google.com/hotlists/2163558 Flaky test for Permission Controller-->
167 <!-- https://b.corp.google.com/hotlists/2163722: Flaky test for media -->
183 <!-- b/144859812: Flaky test -->
185 <!-- b/156756197: Flaky test -->
[all …]
/aosp_15_r20/external/python/watchdog/tests/
Dtest_emitter.py47 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
67 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
95 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
114 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
127 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
147 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
162 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
191 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
225 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
254 @pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
[all …]
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dtest_trymerge.py633 == "FLAKY"
639 == "FLAKY"
645 == "FLAKY"
654 self.assertTrue(len(ignorable["FLAKY"]) == 4)
657 # Not set any threshold, defaults to -1 to ignore all flaky and broken trunk failures
661 self.assertTrue(len(ignorable["FLAKY"]) == 4)
670 self.assertTrue(len(ignorable["FLAKY"]) == 4)
679 self.assertTrue(len(ignorable["FLAKY"]) == 4)
694 self.assertTrue(len(ignorable["FLAKY"]) == 1)
708 self.assertTrue(len(ignorable["FLAKY"]) == 0)
[all …]
HDdrci_mocks.json.gz
/aosp_15_r20/external/angle/infra/specs/
H A Dtest_suites.pyl94 # Flaky when run with multiple processes.
203 # Flaky crashes. See http://anglebug.com/42265067
204 '--flaky-retries=2',
241 # Flaky crashes. http://anglebug.com/42265067
242 '--flaky-retries=2',
302 # Flaky crashes. See http://anglebug.com/42265067
303 '--flaky-retries=2',
530 # Flaky crashes. See http://anglebug.com/42265067
531 '--flaky-retries=2',
571 # Flaky crashes. http://anglebug.com/42265067
[all …]
/aosp_15_r20/external/cronet/testing/flake_suppressor_common/
H A 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.
/aosp_15_r20/external/pytorch/tools/stats/
H A Dcheck_disabled_tests.py29 flaky (failed or skipped)
83 # counted as a success. Otherwise, it's still flaky or failing
124 Follow flaky bot convention here, if that changes, this will also need to be updated
136 flaky: bool,
157 "flaky": flaky,
199 flaky=test_id in still_flaky_tests,
211 print(f"The following {len(still_flaky_tests)} are still flaky:")
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java143 // this.mOptions: include-filter=value1, exclude-annotation=flaky in merge()
144 // test.mOptions: exclude-annotation=flaky, exclude-filter=value2 in merge()
145 // merged options: exclude-annotation=flaky in merge()
147 // * The exclude-annotation of flaky is common between the two tests, so it's kept. in merge()
174 // On the other hand, exclude-annotation is often used to exclude flaky tests. Therefore, in merge()
175 // it's better to keep any exclude-annotation option to prevent flaky tests from being in merge()
179 // exclude-annotation=flaky, include-annotation=presubmit in merge()
181 // merged options: exclude-annotation=flaky, include-filter=value1, include-filter=value3 in merge()
184 // * The "exclude-annotation=flaky" option is kept even though it's only in one test. in merge()
/aosp_15_r20/packages/modules/AdServices/adservices/apk/tests/settings/src/com/android/adservices/ui/settings/
DAppConsentSettingsUiAutomatorTest.java125 @Ignore("Flaky test. (b/268351419)")
132 @Ignore("Flaky test. (b/268351419)")
139 @Ignore("Flaky test. (b/268351419)")
148 @Ignore("Flaky test. (b/268351419)")
156 @Ignore("Flaky test. (b/268351419)")
163 @Ignore("Flaky test. (b/268351419)")
170 @Ignore("Flaky test. (b/268351419)")
177 @Ignore("Flaky test. (b/268351419)")
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/linux/rocm/
H A 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 \
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A 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 2021-12-02, during piglit uprev with commit
135 # Flaky since around 2021-05-21, the day after a piglit uprev reshuffled us.
139 # Always been flaky, but didn't show up until the testscase was fixed to not spuriously skip.
147 # Flaky since around 2021-04-21. First appeared on
151 # Flaky since around 2021-06-21.
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/cached_flags/
H A DCachedFeatureFlagsSafeModeUnitTest.java343 // Cached values became true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
348 // Cached values are true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
361 // Cached values are true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
365 // Cached values are the flaky ones cached from native. in testTwoCrashesInterrupted_normalMode()
376 // Safe values became true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
377 // Cached values remain true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
380 // Crash streak is 0, do not engage, use flaky values. in testTwoCrashesInterrupted_normalMode()
381 // Safe values are true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
382 // Cached values are true(flaky)/true/native2. in testTwoCrashesInterrupted_normalMode()
422 // Crash streak is 0, do not engage, use flaky values. in testTwoFREs_normalMode()
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dtoolresults_v1beta3.projects.histories.executions.environments.html156 …= 3). Rollup: When test cases from the same suite are run multiple times (flaky), the results are …
164flaky test cases, set by the service by rolling up flaky test attempts. Present only for rollup te…
218 …= 3). Rollup: When test cases from the same suite are run multiple times (flaky), the results are …
226flaky test cases, set by the service by rolling up flaky test attempts. Present only for rollup te…
305 …= 3). Rollup: When test cases from the same suite are run multiple times (flaky), the results are …
313flaky test cases, set by the service by rolling up flaky test attempts. Present only for rollup te…
367 …= 3). Rollup: When test cases from the same suite are run multiple times (flaky), the results are …
375flaky test cases, set by the service by rolling up flaky test attempts. Present only for rollup te…
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A 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)
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
H A 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')
/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/
H A DLimitDevicesRule.kt51 * Only runs the test on [flakyProducts] if this configuration is running flaky tests (see
58 annotation class FlakyDevices(vararg val flaky: DeviceProduct) constant in android.platform.test.rule.FlakyDevices
116 return "Skipping test as $thisDevice is flaky and this config excludes flakes" in skipReasonIfAny()
138 listOf(getMostSpecificAnnotation<FlakyDevices>()?.flaky).collectProducts() in allowedDevices()
163 Log.d(TAG, "Running on flaky devices, due to $RUNNING_FLAKY_TESTS_KEY param.") in isRunningFlakyTests()
173 private const val RUNNING_FLAKY_TESTS_KEY = "running-flaky-tests" in readParamsFromInstrumentation()

12345678910>>...51