-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Make it easier to run local engine tests using the Travis test script. #7512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Our test script is getting complicated enough that doing your own testing with a custom engine has become tedious. Now you can just do: ```bash (cd ~/dev/flutter/; FLUTTER_TEST_ARGS=--local-engine=host_debug_unopt dev/bots/test.sh) ``` ...to run all your tests (assuming your flutter repo is in `~/dev/flutter` and your engine in `~/dev/engine`).
Contributor
Author
|
cc @tvolkert |
Contributor
|
LGTM |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 17, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 17, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 17, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 17, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 18, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 18, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 18, 2019
…ve exception callback. (flutter#7512)" (flutter/engine#7522)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 25, 2019
…ive exception callback. (flutter#7512)" (flutter/engine#7551)
engine-flutter-autoroll
added a commit
that referenced
this pull request
Jan 25, 2019
…ive exception callback. (#7512)" (flutter/engine#7551) (#27056) flutter/engine@31c7917...23b7e29 git log 31c7917..23b7e29 --no-merges --oneline 23b7e29 Re-land "Wrap the user entrypoint function in a zone with native exception callback. (#7512)" (flutter/engine#7551) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
kangwang1988
pushed a commit
to XianyuTech/flutter
that referenced
this pull request
Feb 12, 2019
…ive exception callback. (flutter#7512)" (flutter/engine#7551) (flutter#27056) flutter/engine@31c7917...23b7e29 git log 31c7917..23b7e29 --no-merges --oneline 23b7e29 Re-land &flutter#34;Wrap the user entrypoint function in a zone with native exception callback. (flutter#7512)&flutter#34; (flutter/engine#7551) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff ([email protected]), and stop the roller if necessary.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our test script is getting complicated enough that doing your own testing with a custom engine has become tedious. Now you can just do:
...to run all your tests (assuming your flutter repo is in
~/dev/flutterand your engine in~/dev/engine).