diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status index e0a072b1b51..f0f2c06c341 100644 --- a/runtime/tests/vm/vm.status +++ b/runtime/tests/vm/vm.status @@ -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. diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status index 413ef72fafc..20ff4d8447b 100644 --- a/tests/corelib/corelib.status +++ b/tests/corelib/corelib.status @@ -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 diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status index 87e8d4a62a8..1c832d50b33 100644 --- a/tests/corelib_2/corelib_2.status +++ b/tests/corelib_2/corelib_2.status @@ -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