00f9a25c26
We were mixing and matching `TARGET_OS_IOS` and `TARGET_OS_MACOS_IOS`. The former is defined by Xcode and not by our own defines leading us to not actually unit test the iOS calling convention. The expectation files now properly expect the arguments to be not word-aligned on the stack. Issue: https://github.com/dart-lang/sdk/issues/44230 TEST=runtime/vm/compiler/ffi/native_calling_convention_test.cc (run by vm-precomp-ffi-qemu-linux-release-arm-try) Change-Id: If982c8cd2625bdb78ed770a9bc3c3061c7b95ede Cq-Include-Trybots: luci.dart.try:vm-precomp-ffi-qemu-linux-release-arm-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/172560 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Clement Skau <cskau@google.com>