mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:28:02 +00:00
[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:
parent
0332c70638
commit
6d4573aced
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue