dart-sdk/samples/ffi
Daco Harkes a228bf5e1a [vm/ffi] Test alignment of small stack arguments
Test exercises alignment on stack, will currently fail on iOS arm64.

In addition, the Dart functions used as callbacks in tests now print their arguments for debugging purposes.

Issue: https://github.com/dart-lang/sdk/issues/39637

Splitting test off large CL (https://dart-review.googlesource.com/c/sdk/+/129081) to be able to land separately.

Change-Id: Iba3c63338f5d91d6e3819e54c166bbfade48d53f
Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64-try,app-kernel-linux-debug-x64-try,vm-kernel-linux-debug-ia32-try,vm-kernel-win-debug-x64-try,vm-kernel-win-debug-ia32-try,vm-kernel-precomp-linux-debug-x64-try,vm-dartkb-linux-release-x64-abi-try,vm-kernel-precomp-android-release-arm64-try,vm-kernel-asan-linux-release-x64-try,vm-kernel-linux-release-simarm-try,vm-kernel-linux-release-simarm64-try,vm-kernel-precomp-android-release-arm_x64-try,vm-kernel-precomp-obfuscate-linux-release-x64-try,dart-sdk-linux-try,analyzer-analysis-server-linux-try,analyzer-linux-release-try,front-end-linux-release-x64-try,vm-kernel-precomp-win-release-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131074
Reviewed-by: Teagan Strickland <sstrickl@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2020-01-14 10:50:25 +00:00
..
resource_management [samples/ffi] Native resource lifetime management 2019-12-12 10:27:22 +00:00
sqlite Fixed #39679 make sqlite ffi sample run success 2019-12-12 09:04:11 +00:00
coordinate.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
dylib_utils.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_bitfield.dart [samples/ffi] Add bitfield sample 2019-10-24 17:40:27 +00:00
sample_ffi_data.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_dynamic_library.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_functions.dart [vm/ffi] Test alignment of small stack arguments 2020-01-14 10:50:25 +00:00
sample_ffi_functions_callbacks.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_functions_structs.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
sample_ffi_structs.dart [samples/ffi] Fix samples and run them as test 2019-10-23 22:20:37 +00:00
samples_test.dart [samples/ffi] Add bitfield sample 2019-10-24 17:40:27 +00:00