Chromium Code Reviews
DescriptionAdd flutter_engine runtime to the test script so we can run standard dart tests from the test suite against the flutter engine on linux/x64
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
Committed: https://github.com/dart-lang/sdk/commit/b583d74608b5d06a8d0f959c2626cb2aa8e8140a
Patch Set 1 #Patch Set 2 : Address self review comments. #Patch Set 3 : Address self code review. #
Total comments: 8
Patch Set 4 : Address code review comments. #
Total comments: 12
Patch Set 5 : Address code review comments. #
Messages
Total messages: 12 (4 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||