[gardening] Skip complex_reload_test

Bug: https://github.com/dart-lang/sdk/issues/47130

TEST=disables failing/flaky test

Change-Id: Idf91a4a654ecd52dbeec3271750c61f18aafeab5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212589
Auto-Submit: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Daco Harkes
2021-09-07 20:05:14 +00:00
committed by commit-bot@chromium.org
parent 16e8dc257e
commit 2816eba69e
2 changed files with 2 additions and 10 deletions
@@ -2,13 +2,13 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
complex_reload_test: Skip # http://dartbug.com/47130
valid_source_locations_test: Pass, Slow
[ $compiler == app_jitk ]
add_breakpoint_rpc_kernel_test: SkipByDesign # No incremental compiler available.
async_generator_breakpoint_test: SkipByDesign # No incremental compiler available.
break_on_activation_test: SkipByDesign # No incremental compiler available.
complex_reload_test: RuntimeError
debugger_inspect_test: SkipByDesign # No incremental compiler available.
debugger_location_second_test: SkipByDesign # No script sources available.
eval_internal_class_test: SkipByDesign # No incremental compiler available.
@@ -210,9 +210,6 @@ rewind_optimized_out_test: SkipSlow # Timeout
[ $arch == ia32 && $compiler == dartk ]
valid_source_locations_test: Skip # Issue 34736, too slow.
[ $arch != simarm && $arch != simarm64 && $arch != simarm64c && $compiler == dartk ]
complex_reload_test: RuntimeError
[ $compiler == app_jitk && $system == linux ]
get_vm_timeline_rpc_test: Skip # Timeout.
@@ -278,7 +275,6 @@ async_generator_breakpoint_test: SkipByDesign # No incremental compiler availabl
bad_reload_test: Skip # Times out on sim architectures, also RuntimeError.
break_on_activation_test: RuntimeError # Issue #34736
breakpoint_in_package_parts_class_file_uri_test: RuntimeError # Issue #34736
complex_reload_test: Skip # Times out on sim architectures, also RuntimeError.
dds_log_history_size_gigantic_test: SkipSlow # Involves hundreds of thousands of log messages
debugger_inspect_test: RuntimeError, Timeout # Issue #34736
eval_internal_class_test: RuntimeError # Issue #34736
@@ -2,13 +2,13 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
complex_reload_test: Skip # http://dartbug.com/47130
valid_source_locations_test: Pass, Slow
[ $compiler == app_jitk ]
add_breakpoint_rpc_kernel_test: SkipByDesign # No incremental compiler available.
async_generator_breakpoint_test: SkipByDesign # No incremental compiler available.
break_on_activation_test: SkipByDesign # No incremental compiler available.
complex_reload_test: RuntimeError
debugger_inspect_test: SkipByDesign # No incremental compiler available.
debugger_location_second_test: SkipByDesign # No script sources available.
eval_internal_class_test: SkipByDesign # No incremental compiler available.
@@ -210,9 +210,6 @@ rewind_optimized_out_test: SkipSlow # Timeout
[ $arch == ia32 && $compiler == dartk ]
valid_source_locations_test: Skip # Issue 34736, too slow.
[ $arch != simarm && $arch != simarm64 && $arch != simarm64c && $compiler == dartk ]
complex_reload_test: RuntimeError
[ $compiler == app_jitk && $system == linux ]
get_vm_timeline_rpc_test: Skip # Timeout.
@@ -278,7 +275,6 @@ async_generator_breakpoint_test: SkipByDesign # No incremental compiler availabl
bad_reload_test: Skip # Times out on sim architectures, also RuntimeError.
break_on_activation_test: RuntimeError # Issue #34736
breakpoint_in_package_parts_class_file_uri_test: RuntimeError # Issue #34736
complex_reload_test: Skip # Times out on sim architectures, also RuntimeError.
dds_log_history_size_gigantic_test: SkipSlow # Involves hundreds of thousands of log messages
debugger_inspect_test: RuntimeError, Timeout # Issue #34736
eval_internal_class_test: RuntimeError # Issue #34736