Skip to content

Commit 119116f

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[gardening] Mark some slow tests.
Change-Id: I68c45a230a77819af29264eb352cba35e3036787 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427326 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent b7e0e10 commit 119116f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

runtime/tests/vm/vm.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ cc/TTS_STC_ManyAsserts: Pass, Slow # Generates 10k classes that are put into an
1717
cc/TypeArguments_Cache_ManyInstantiations: Pass, Slow
1818
dart/analyze_snapshot_binary_test: Pass, Slow # Runs various subprocesses for testing AOT.
1919
dart/async_igoto_threshold_flag_test: Pass, Slow
20+
dart/b162922506_test: Pass, Slow # Generated very large program
2021
dart/boxmint_test: Pass, Slow # Uses slow path
2122
dart/byte_array_optimized_test: Pass, Slow
2223
dart/byte_array_test: Pass, Slow # Uses --opt-counter-threshold=10
2324
dart/data_uri_import_test/none: SkipByDesign
2425
dart/disassemble_aot_test: Pass, Slow # Spawns several subprocesses
2526
dart/emit_aot_size_info_flag_test: Pass, Slow # Spawns several subprocesses
2627
dart/gc/*: Pass, Slow # Tests that involve expensive heap verification steps
28+
dart/gen_snapshot_include_resolved_urls_test: Pass, Slow # Spawns several subprocesses
2729
dart/hash_map_probes_limit_test: Pass, Slow # Test includes large program compilation.
30+
dart/incompatible_loading_unit_test: Pass, Slow # Spawns several subprocesses
2831
dart/isolates/*: Pass, Slow # Tests use many isolates and take a longer time.
2932
dart/isolates/concurrency_stress_sanity_test: Pass, Slow # Spawns subprocesses
3033
dart/isolates/fast_object_copy_test: Pass, Slow # Slow due to doing a lot of transitive object copies.
@@ -34,8 +37,10 @@ dart/regress32619_test: Pass, Slow
3437
dart/slow_path_shared_stub_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
3538
dart/snapshot_version_test: Skip # This test is a Dart1 test (script snapshot)
3639
dart/spawn_uri_aot_test: Pass, Slow # Runs various subprocesses for testing AOT.
40+
dart/split_aot_kernel_generation_test: Pass, Slow # Spawns several subprocesses
3741
dart/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
3842
dart/timeline_recorder_file_test: Pass, Slow
43+
dart/use_dwarf_stack_traces_flag_test: Pass, Slow # Spawns several subprocesses
3944

4045
[ $arch == ia32 ]
4146
dart/cachable_idempotent_test: Skip # CachableIdempotent calls are not supported in ia32 because it has no object pool.

tests/standalone/standalone.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ io/large_file_read_small_file_test: Slow, Pass # Test reads small file 1M times
1111
io/non_utf8_directory_test: Skip # Issue 33519. Temp files causing bots to go purple.
1212
io/non_utf8_file_test: Skip # Issue 33519. Temp files causing bots to go purple.
1313
io/non_utf8_link_test: Skip # Issue 33519. Temp files causing bots to go purple.
14+
io/stdout_stderr_test: Pass, Slow # Spawns many subprocesses
1415
package/scenarios/invalid/invalid_utf8_test: CompileTimeError
1516
package/scenarios/invalid/non_existent_packages_file_test: CompileTimeError
1617

0 commit comments

Comments
 (0)