[test] Skip high-memory tests on Linux ARM64.

Bug: https://github.com/dart-lang/sdk/issues/52589
Bug: https://github.com/dart-lang/sdk/issues/53138
Change-Id: Iaf6e499d80726b5ec8a810a5d3bd1d90a0d93af9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/318800
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
This commit is contained in:
Ryan Macnak 2023-08-07 17:58:07 +00:00 committed by Commit Queue
parent 0332c70638
commit 6d4573aced

View file

@ -289,6 +289,10 @@ dart_2/unboxed_param_args_descriptor_test: SkipByDesign # https://dartbug.com/37
dart_2/unboxed_param_tear_off_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
dart_2/unboxed_param_test: SkipByDesign # https://dartbug.com/37299 FFI helper not supported on simulator
[ $arch == arm64 && $system == linux ]
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.
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.
[ $arch == ia32 && $mode == debug ]
dart/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow
dart_2/*: Pass, Slow # The CFE is not run from AppJit snapshot, JIT warmup in debug mode very slow