[gardening] Mark some tests as Pass, Slow
The tests are generally slow and sometimes hit the limit to a timout (e.g. recently on win-debug-ia32) TEST=Should fix flaky timeouts. Change-Id: I8879d0e6df94046e79e43957877877a3458deb3f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/249607 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>
This commit is contained in:
committed by
Commit Bot
parent
c97f7b7fad
commit
0113970da0
@@ -24,6 +24,7 @@ dart/isolates/fast_object_copy_test: Pass, Slow # Slow due to doing a lot of tra
|
||||
dart/minimal_kernel_test: Pass, Slow # Spawns several subprocesses
|
||||
dart/null_safety_autodetection_in_kernel_compiler_test: Pass, Slow # Spawns several subprocesses
|
||||
dart/print_object_layout_test: Pass, Slow # Spawns several subprocesses
|
||||
dart/regress32619_test: Pass, Slow
|
||||
dart/slow_path_shared_stub_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
||||
dart/snapshot_version_test: Skip # This test is a Dart1 test (script snapshot)
|
||||
dart/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
||||
@@ -41,6 +42,7 @@ dart_2/isolates/reload_many_isolates_live_and_die_test: Pass, Slow # Launches su
|
||||
dart_2/minimal_kernel_test: Pass, Slow # Spawns several subprocesses
|
||||
dart_2/null_safety_autodetection_in_kernel_compiler_test: Pass, Slow # Spawns several subprocesses
|
||||
dart_2/print_object_layout_test: Pass, Slow # Spawns several subprocesses
|
||||
dart_2/regress32619_test: Pass, Slow
|
||||
dart_2/slow_path_shared_stub_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
||||
dart_2/snapshot_version_test: Skip # This test is a Dart1 test (script snapshot)
|
||||
dart_2/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
bigint_parse_radix_test/3: Slow # Issue http://dartbug.com/47050
|
||||
bigint_test: Pass, Slow
|
||||
|
||||
[ $compiler == dartdevk ]
|
||||
regexp/lookbehind_test/01: Skip # Flaky in uncatchable way. Issue 36280
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
bigint_parse_radix_test/3: Slow # Issue http://dartbug.com/47050
|
||||
bigint_test: Pass, Slow
|
||||
|
||||
[ $compiler == dartdevk ]
|
||||
regexp/lookbehind_test/01: Skip # Flaky in uncatchable way. Issue 36280
|
||||
|
||||
Reference in New Issue
Block a user