dart-sdk/samples
Daco Harkes 550d580d5e [vm/ffi] Fuchsia FFI testing package
This does not include enabling the FFI on Fuchsia. So these tests will
fail without the dependent CL.

This CL adds an `all_positive.dart` test file to be packaged in the
.far file, such that it is easier to run all FFI tests in one go.

We don't run tests on the bots, but we do build this test package on
the bots.

To build the .far files locally:
```
tools/build.py --os=fuchsia -m debug fuchsia_ffi_test_package
tools/build.py --os=fuchsia -m debug -a arm64 fuchsia_ffi_test_package
```

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

Change-Id: Iec418e0c10d77afbf811fb83151664bcc2710b99
Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/175484
Reviewed-by: Liam Appelbe <liama@google.com>
2020-12-10 12:15:17 +00:00
..
ffi [vm/ffi] Fuchsia FFI testing package 2020-12-10 12:15:17 +00:00
sample_extension Opt out some files from null safety. 2020-10-12 22:15:42 +00:00
.gitignore Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
README Initial github commit for getting stuff working 2015-05-16 15:41:58 +02:00
samples.status [vm/ffi] Expose dart_native_api.h symbols via dart:ffi 2020-02-28 18:44:45 +00:00

This directory contains sample Dart programs.