Skip to content

Commit 6d4573a

Browse files
rmacnak-googleCommit Queue
authored and
Commit Queue
committed
[test] Skip high-memory tests on Linux ARM64.
Bug: #52589 Bug: #53138 Change-Id: Iaf6e499d80726b5ec8a810a5d3bd1d90a0d93af9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/318800 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 0332c70 commit 6d4573a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/tests/vm/vm.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,10 @@ dart_2/unboxed_param_args_descriptor_test: SkipByDesign # https://dartbug.com/37
289289
dart_2/unboxed_param_tear_off_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
290290
dart_2/unboxed_param_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
291291

292+
[ $arch == arm64 && $system == linux ]
293+
dart/gc/fragmentation*: Skip # https://github.com/dart-lang/sdk/issues/52589 Uses a lot of memory. Re-enable after we migrate from the Cavium to GCE.
294+
dart/gc/out_of_memory*: Skip # https://github.com/dart-lang/sdk/issues/52589 Uses a lot of memory. Re-enable after we migrate from the Cavium to GCE.
295+
292296
[ $arch == ia32 && $mode == debug ]
293297
dart/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow
294298
dart_2/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow

0 commit comments

Comments
 (0)