flutter/dev/integration_tests/platform_interaction
Chris Bracken 2ae48845a8
Revert elimination of Dart 1 (#18460)
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
from source, flutter_platform.dart automatically runs a kernel compile when
operating in Dart 2 mode, but this assumes a functional Dart SDK is available
in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
directory with an empty temp dir.

Remaining work is:
1. Get the frontend server building as a dependency on Fuchsia.
2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.

This also reverts migration to Dart 2 typedef syntax.

This reverts commit 6c56bb2. (#18362)
This reverts commit 3daebd0. (#18316)
2018-06-13 12:46:39 -07:00
..
android Upgradle Gradle dependencies to match Android Studio 3.1.2 (#18080) 2018-06-01 09:57:40 +02:00
ios Build devicelab iOS apps as universal binaries (#18102) 2018-06-01 08:43:57 -07:00
lib Revert elimination of Dart 1 (#18460) 2018-06-13 12:46:39 -07:00
test_driver Add more debugging information to aid in tracking down flakes. (#13220) 2017-11-28 15:58:16 -08:00
pubspec.yaml Rebase after package:isolate fixes. (#17289) 2018-05-10 18:52:33 -07:00
README.md Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00

platform_interaction

Integration test of platform interaction.