-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Cleanups to run_tests.sh script #8337
Conversation
A few minor improvements to run_tests.sh: * Allow running from below the src/ buildroot dir, as it's often convenient to work from within the flutter/engine git dir. * Echo test name before running, for slightly better debuggability. * Minor line-wrapping for readability.
FWIW, I plan to follow up with similar tweaks to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this should impact the bots, LGTM
6daf97b
to
4490bd3
Compare
4490bd3
to
354a08c
Compare
flutter/engine@37947f9...c4d14a0 git log 37947f9..c4d14a0 --no-merges --oneline c4d14a0 Roll src/third_party/skia e4c67058ddb1..01a065884b7d (1 commits) (flutter/engine#8344) 5983b7a Roll src/third_party/dart ffee99d79b..cf32584870 (6 commits) 84c62b4 Build Windows shell (flutter/engine#8331) 6415277 Roll src/third_party/skia 8d2c19554e4a..e4c67058ddb1 (1 commits) (flutter/engine#8341) a011010 Roll src/third_party/dart 991c9da720..ffee99d79b (7 commits) 2098398 Cleanups to run_tests.sh script (flutter/engine#8337) 5c99138 Build GLFW from source for Linux shell (flutter/engine#8327) 6800245 Fix Windows build. (flutter/engine#8336) 6d8b836 Remove use of epoxy from Linux shell (flutter/engine#8334) 4efc321 Add super call in FLEView reshape (flutter/engine#8335) cb8eb80 Allow embedders to specify their own task runner interfaces. (flutter/engine#8273) 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 (bmparr@google.com), and stop the roller if necessary.
Bugfix: * Use the `pub` from within the built Dart SDK (not whatever's on `$PATH`, if anything). A few minor improvements: * Allow running from below the src/ buildroot dir, as it's often convenient to work from within the flutter/engine git dir. * Echo test name before running, for slightly better debuggability. * Minor line-wrapping for readability.
This reverts commit eb82021.
This reverts commit eb82021.
Bugfix:
pub
from within the built Dart SDK (not whatever's on$PATH
, if anything).A few minor improvements:
convenient to work from within the flutter/engine git dir.