[vm/ffi] Skips new DartAPI FFI tests on simarm.

TEST=None. Status file change.

Bug: https://github.com/dart-lang/sdk/issues/47284
Fixes: https://github.com/dart-lang/sdk/issues/47284
Cq-Include-Trybots: luci.dart.try:vm-kernel-linux-debug-simarm64c-try,vm-kernel-linux-release-simarm-try,vm-kernel-linux-release-simarm64-try,vm-kernel-nnbd-linux-release-simarm64-try,vm-kernel-nnbd-linux-release-simarm-try,vm-kernel-precomp-mac-release-simarm64-try,vm-kernel-precomp-nnbd-mac-release-simarm64-try
Change-Id: Ifacf1057cca181aed27e461b69f4bb4231cf57fb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214408
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Clement Skau <cskau@google.com>
This commit is contained in:
Clement Skau 2021-09-27 10:22:33 +00:00 committed by commit-bot@chromium.org
parent 23ff0c8e11
commit 629803d782

View file

@ -317,6 +317,8 @@ dart_2/v8_snapshot_profile_writer_test: SkipByDesign # Only relevant for AOT. Do
# up with the real Dart stack trace and hence we don't get correct
# symbol names.
[ $arch == simarm || $arch == simarm64 || $arch == simarm64c ]
cc/DartAPI_NativeFieldAccess: Skip # Test uses dart:ffi which is not supported on simulators.
cc/DartAPI_NativeFieldAccess_Throws: Skip # Test uses dart:ffi which is not supported on simulators.
cc/Dart_SetFfiNativeResolver: SkipByDesign # Test uses dart:ffi which is not supported on simulators.
cc/Dart_SetFfiNativeResolver_DoesNotResolve: SkipByDesign # Test uses dart:ffi which is not supported on simulators.
cc/Dart_SetFfiNativeResolver_MissingResolver: SkipByDesign # Test uses dart:ffi which is not supported on simulators.