Skip to content

Commit c42b74d

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[gardening] Fix or mark some slow tests.
TEST=ci Change-Id: Ic453ec3583dd912374f88d53434a1b42ff3f364d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396662 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent a7e4d59 commit c42b74d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime/tests/vm/vm.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dart/slow_path_shared_stub_test: Pass, Slow # Uses --shared-slow-path-triggers-g
3535
dart/snapshot_version_test: Skip # This test is a Dart1 test (script snapshot)
3636
dart/spawn_uri_aot_test: Pass, Slow # Runs various subprocesses for testing AOT.
3737
dart/stack_overflow_shared_test: Pass, Slow # Uses --shared-slow-path-triggers-gc flag.
38+
dart/timeline_recorder_file_test: Pass, Slow
3839

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

runtime/vm/heap/heap_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ ISOLATE_UNIT_TEST_CASE(ArrayTruncationRaces) {
737737
lists.SetAt(i, list);
738738
}
739739

740-
intptr_t kTruncations = 100000;
740+
intptr_t kTruncations = 50000;
741741
for (intptr_t i = 0; i < kTruncations; i++) {
742742
list ^= lists.At(i % kNumLists);
743743
array = Array::MakeFixedLength(list);

0 commit comments

Comments
 (0)