b583d74608
The test suite can be invoked as : tools/test.py -rflutter --packages=<path_to_packages_dir>/.packages --flutter=<path_to_flutter_engine_workspace>/sky-shell --exclude-suite=pkg Currently the sky_shell executable does not yet support the proper return codes: Success - 0 API error - 253 Compilation error - 254 Unhandled error - 255 Once this is fixed we can start running the tests against our dart/flutter engine bleeding edge build bot. R=zra@google.com Review-Url: https://codereview.chromium.org/2602783002 .