Skip to content

Commit a7f6bb4

Browse files
committed
[gardening] Skip OOM test standalone/string_overflow_test during isolate stress testing
This test allocates too much memory and expects OOM. When run in multiple isolates, this may lead to the process being killed due to OOM. Change-Id: Ic8ff8dab50b4e6e57f57a751c544ed1f1aa24446 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/438240 Auto-Submit: Alexander Markov <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 801fcf9 commit a7f6bb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime/tests/concurrency/stress_test_list.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3595,7 +3595,6 @@
35953595
"../../../tests/standalone/stack_trace/rethrow_error_test.dart",
35963596
"../../../tests/standalone/stack_trace/rethrow_nonerror_test.dart",
35973597
"../../../tests/standalone/stack_trace/stack_trace_test.dart",
3598-
"../../../tests/standalone/string_overflow_test.dart",
35993598
"../../../tests/standalone/typed_data_test.dart",
36003599
"../../../tests/standalone/typed_data_view_test.dart",
36013600
"../../../tests/standalone/unboxed_int_converter_test.dart"

0 commit comments

Comments
 (0)