dart-sdk/runtime
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
..
bin Address comments from https://dart-review.googlesource.com/c/sdk/+/174471 2020-12-07 15:42:57 +00:00
docs [vm] Require all recognized methods to be marked with pragma. 2020-11-16 13:49:50 +00:00
include [vm/concurrency] Add Dart_CreateLightweightIsolate/Dart_RunLoopAsync APIs 2020-11-12 10:22:16 +00:00
lib [vm/concurrency] Share program structure and JITed code with --enable-isolate-groups 2020-12-09 09:39:59 +00:00
llvm_codegen [BUILD] - Format gn files, this is being done to ensure the unfork CL 2020-03-10 21:56:11 +00:00
observatory [VM] Read and report constant constructor coverage from dill (2nd try) 2020-12-08 10:47:43 +00:00
observatory_2 [VM] Read and report constant constructor coverage from dill (2nd try) 2020-12-08 10:47:43 +00:00
platform [vm/slot] Use seq_cst memory order for failure-branch of compare_exchange. 2020-12-04 20:38:52 +00:00
tests/vm [vm/ffi] Fuchsia FFI testing package 2020-12-10 12:15:17 +00:00
third_party Reland "[vm] Build dart2native dependencies with the normal "create_sdk" target" 2020-06-17 16:12:26 +00:00
tools [test/ffi] Add C++ unit tests for all target ABIs 2020-11-16 16:10:55 +00:00
vm [vm] remove unecessary store of x18 to Thread 2020-12-09 20:08:00 +00:00
.clang-tidy [vm] Add runtime/.clang-tidy file 2019-09-05 09:51:13 +00:00
.gitignore
BUILD.gn Changes to make support WinUWP target 2020-12-04 22:46:12 +00:00
codereview.settings
configs.gni Reland "[vm] Build dart2native dependencies with the normal "create_sdk" target" 2020-06-17 16:12:26 +00:00
CPPLINT.cfg
PRESUBMIT.py [Presubmit] Fixes presubmit for breaking API change. 2020-03-03 13:30:20 +00:00
runtime_args.gni Remove bytecode mode of Dart SDK build 2020-10-21 22:43:14 +00:00