- 07 Sep, 2018 2 commits
-
-
Alexandre Ardhuin authored
* lint unnecessary_new on samples * fix tests
-
Alexandre Ardhuin authored
-
- 06 Sep, 2018 4 commits
-
-
TL Lee authored
* Add build test for Flutter codelabs * Fix indentation in build test script * Correct filename for the codelabs build test run by travis * Change if statement to elif * Replace echo statements with set -x * Add BSD-style license * Add codelabs build test to Cirrus * Remove codelabs_build_test from Travis. * Remove codelabs_build_test from travis_script.sh * Update documentation for codelabs_build_test.sh * Update readme for build test * Add link to open a new issue to MDC-Flutter * Add phrase to address "if you think you really need to break this test, please escalate this"
-
Jonah Williams authored
-
Chris Bracken authored
--preview-dart-2 is no longer necessary as it is now the default for the standalone Dart VM.
-
Danny Tuppeny authored
* Add a detach command to detach without terminating (#21376) * Add a detach command to detach without terminating Fixes #21154. * Bump protocol version for app.detach * Tweak to detach/quit text * Change logPrefix to named param * Fix the text that the devicelab attach test looks for
-
- 31 Aug, 2018 2 commits
-
-
-
Chris Bracken authored
Flutter commands all default to --preview-dart-2. Eliminate support for the use of this option and the previewDart2 parameter in dev/devicelab tests.
-
- 30 Aug, 2018 2 commits
-
-
Alexander Aprelev authored
Normalize file path to non-Windows so string path comparison works.
-
Alexander Aprelev authored
* Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart. This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot). * Add forgotten dev/bots/analyze.dart * Refactor common code from analyze.dart and test.dart into run_command.dart * Remove comments, add header
-
- 28 Aug, 2018 6 commits
-
-
Janice Collins authored
-
Janice Collins authored
* Remove workaround for dart-lang/dartdoc#1125 * Update update_icons.dart for optional const and to remove markup stripping workaround
-
Ian Hickson authored
Apparently Gradle leaks memory and it's causing failures.
-
Ian Hickson authored
-
Danny Tuppeny authored
-
Greg Spencer authored
ANDROID_HOME should be coming from the env, and it wasn't: it was being set in the script.
-
- 24 Aug, 2018 3 commits
-
-
Greg Spencer authored
This adds ".pub-cache" to the list of directories to ignore when checking for dependence upon dart:test, since when people install a downloadable package, their pub cache is in the flutter directory. Also, I centralized the ANSI "red line" so that they would all use the same final string.
-
amirh authored
This updates the test to match the engine API change introduced in: https://github.com/flutter/engine/pull/6081 This also rolls the engine, the roll includes only the relevant engine commit: ``` 091492601 Allow passing extra creation parameters for embedded Android views. (#6081) ```
-
amirh authored
Was marked as flaky as that's our policy for assing new device lab tests. It's been consistently green so marking as non flaky.
-
- 23 Aug, 2018 6 commits
-
-
Danny Tuppeny authored
* Start logger in startProgress to avoid assertion failure There are lots of places that create a Status() and all but two of them call ..start() immediately. This is one of the places that doesn't, which causes an assertion failure when running with --enable-asserts and the other is in the same file (I suspect it's also incorrect, but possibly it's never used - I'll look at that separately when I can trace some code that calls it). Fixes #20812. * Enable asserts for tools tests * Fix lint * Rename enableAsserts -> enableFlutterToolAsserts To make it clearer that it only enables asserts for flutter_tools when set.
-
Hans Muller authored
-
amirh authored
-
Janice Collins authored
* Strip upstream from footer * cleanup (readd accidentally deleted whitespace)
-
Jonah Williams authored
Create flutter_driver infra for testing the Android AccessibilityNodeInfo generated by Flutter (#19700)
-
Jonah Williams authored
-
- 21 Aug, 2018 3 commits
-
-
Ian Hickson authored
* Track number of package dependencies in Flutter Relands #20774. * Use evalFlutter instead of startProcess. That way we don't need `flutter` on the PATH.
-
Ian Hickson authored
Fixes the pattern for some TODOs to match our style guide. (Also, a couple of minor code order fixes.)
-
Ian Hickson authored
If //ignore is bad, ignoring something for a whole file is presumably worse.
-
- 20 Aug, 2018 3 commits
-
-
Amir Hardon authored
-
Amir Hardon authored
The test places an embedded Android view at the top left, and verifies that motion events that get to FlutterView are equivalent to the synthesized motion events that gets to the embedded view. See the README.md for more high level details.
-
Ian Hickson authored
* `flutter analyze` cleanup * Make `--dartdocs` work in all modes. * Make `analyze-sample-code.dart` more resilient. * Add a test for `analyze-sample-code.dart`. * Minor cleanup in related code and files. * Apply review comments * Fix tests
-
- 18 Aug, 2018 2 commits
-
-
Ian Hickson authored
* Fixes resulting from audit of issues links I looked at every link to GitHub in our repo. For cases where we had a TODO that was waiting for a bug to be fixed, and the bug has now been fixed, I applied the pending change. For cases where the link was out of date, I updated the link. * Update run_test.dart skip this test again since it failed on linux and macos bots
-
Ian Hickson authored
* Revert "Deprecated CupertinoDialog in favor of a new widget called CupertinoP… (#20649)" This reverts commit 3a4ae280. * Revert "Feature pesto new recipes (#19415)" This reverts commit e2f3b3d6. * Revert "Use markdown table (#20721)" This reverts commit 82d43b95. * Revert "Documentation regarding tap gesture callbacks (#20647)" This reverts commit 3acc2785. * Revert "Add branch to footer information in flutter docs (#20711)" This reverts commit 9118d3d7. * Revert "Performance test cleanup (#20652)" This reverts commit 1993a673. * Revert "Track number of package dependencies in Flutter (#20722)" This reverts commit 03d6f18f.
-
- 17 Aug, 2018 5 commits
-
-
TL Lee authored
<img width="273" alt="pesto_before" src="https://user-images.githubusercontent.com/13839358/43009716-64b6d726-8c0c-11e8-989a-13eaff72ccee.png"> <img width="273" alt="pesto_after" src="https://user-images.githubusercontent.com/13839358/43009717-66074a34-8c0c-11e8-92ae-f5fb4074f43a.png">
-
Janice Collins authored
-
Ian Hickson authored
* Fix TODO syntax. * Clarify messages for some timeouts, to aid debugging. * Increase some other timeouts that were a needlessly short, to reduce sources of flakes. * Remove some more timeouts that were mostly redundant, to remove complexity. * Minor style cleanup. * Remove some dangerous traps (specifically, hide the explicit start/end times in TimedEvent since they shouldn't matter).
-
Ian Hickson authored
-
Ian Hickson authored
All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`. I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests. While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others. Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
-
- 16 Aug, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 15 Aug, 2018 1 commit
-
-
Martin Kustermann authored
* Reland "Roll engine to version b148e628ec86b3a9a0382e0bcfae73f0390a8232 (#20427)" This is a re-land with downgraded `package:flutter_gallery_assets` version. * Downgrade package:flutter_gallery_assets to 0.1.4 * Change engine.version to 81baff97c29bb08cbf8453a3f9042c5813f84ad3 (which contains an additional fix) * Change engine.version to e3687f70c7ece72000b32ee1b3c02755ba5361ac (since mac tarballs are corrupted on earlier commit)
-