[test] Skip service tests on Linux ARM64.

TEST=ci
Change-Id: I4277a4f4f2c3bd9dedd9e325167b67130b5afc2d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319260
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Ryan Macnak 2023-08-09 15:32:13 +00:00 committed by Commit Queue
parent 7f943ea210
commit b11340bc4a
2 changed files with 5 additions and 2 deletions

View file

@ -38,6 +38,9 @@ dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
dev_fs_weird_char_test: Skip # Windows disallows question mark in paths
uri_mappings_lookup_test: SkipByDesign # Relies on file paths in the SDK.
[ $arch == arm64 && $system == linux ]
*: Skip # dartbug.com/52589 Builder timing out. Re-enable after we migrate from the Cavium to GCE.
[ $compiler == dartk && $runtime == vm && $system == fuchsia ]
*: Skip # Not yet triaged.

View file

@ -290,8 +290,8 @@ dart_2/unboxed_param_tear_off_test: SkipByDesign # https://dartbug.com/37299 FFI
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.
dart/gc/fragmentation*: Skip # dartbug.com/52589 Uses a lot of memory. Re-enable after we migrate from the Cavium to GCE.
dart/gc/out_of_memory*: Skip # dartbug.com/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