- 23 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Oct, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 3597bae6.
-
Ian Hickson authored
-
- 21 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Oct, 2019 1 commit
-
-
liyuqian authored
So we can test SkSL precompile using the command line tools. See https://github.com/flutter/engine/pull/12412.
-
- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 18 Jul, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 05 Jul, 2019 1 commit
-
-
Todd Volkert authored
An upcoming change in the Dart SDK changes `Socket` from implementing `Stream<List<int>>` to implementing `Stream<Uint8List>`. This forwards-compatible change in flutter_tools prepares for that Dart SDK change. https://github.com/dart-lang/sdk/issues/36900
-
- 26 Jun, 2019 1 commit
-
-
Danny Tuppeny authored
* Add emulatorId to Android and iOS emulator devices * Update docs * Review tweaks * Add tests for AndroidConsole for getting avd names * Remove unused import * Remove duplicated header * Fix imports
-
- 18 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2019 1 commit
-
-
Alexander Aprelev authored
* Whitelist adb.exe heap corruption exit code. In android platform tools 29.0.0 adb.exe shell seems to be exiting with heap corruption exit code, otherwise producing results as expected. This PR whitelists this exit code on Windows. Fixes https://github.com/flutter/flutter/issues/33938. * Fix condition * Fix 'shell am start' command * Fix stop command * Refactor into runAdbMostlyChecked(Sync/Async) * runAdbMostlyChecked -> runAdbChecked
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Apr, 2019 1 commit
-
-
Danny Tuppeny authored
* Allow adb stdout to contain the port number without failing * Add tests that port forwarder correctly responds to known ADB output
-
- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 23 Feb, 2019 1 commit
-
-
Dan Field authored
* Allow for gradle downloading missing SDK assets if SDK licenses are present. * Improvements for windows testing
-
- 22 Feb, 2019 1 commit
-
- 21 Feb, 2019 1 commit
-
-
Dan Field authored
* Allow for gradle downloading missing SDK assets if SDK licenses are present. * Fix license path for missing sdkmanager * Cirrus re-run... * Fix condition check * rename props, add docs, rename method * fix tests after param changes * Fix weird path for flutter run and add tests * remove print, fix tests
-
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
Apparently, this accounts for 13% of our crashes in Beta.
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 21 Jun, 2018 1 commit
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-beta * Few fixes * fix test * Bump image * Fix * New packages update * With matcher pinned * No more typed
-
- 05 Jun, 2018 1 commit
-
-
Keerti Parthasarathy authored
-
- 31 May, 2018 1 commit
-
-
Sam Rawlins authored
-
- 09 Mar, 2018 1 commit
-
-
Jonah Williams authored
* fix spacing issue and add test for supportsHardwareRendering * remove extra async tag * move spacing to prev line
-
- 01 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Dec, 2017 1 commit
-
-
Devon Carew authored
* route device issue diagnostics to flutter doctor * review comments * review comments
-
- 22 May, 2017 1 commit
-
-
Todd Volkert authored
Our emulator detection was based on a simple heuristic that was failing for the Samsung Galaxy S8. Any heuristic is flawed since Android devices can report whatever they want to adb, but this change attempts to tighten the detection by listing known models (by their ro.hardware property). Again, these values could be spoofed by emulator system images, but it's less likely to be an issue than with our previous (and fall-back) heuristic. Fixes #10203 Related: #10248
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 27 Oct, 2016 2 commits
- 26 Sep, 2016 1 commit
-
-
Devon Carew authored
* fix an encoding issue with calling adb shell getprop * move code in catch block * add a test * switch to LATIN1 encoding
-
- 04 May, 2016 2 commits
-
-
pq authored
@Hixie: as per our conversation, a little more concise.
-
Devon Carew authored
* better parsing of adb devices output * re-order lines
-
- 29 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Mar, 2016 1 commit
-
-
Hixie authored
And fix a zillion omissions this uncovered.
-
- 21 Feb, 2016 1 commit
-
-
Devon Carew authored
-