- 27 Jun, 2018 5 commits
-
-
Danny Tuppeny authored
This test is failing on mac_bot (but passing elsewhere) because flutter-tester is apparently quitting earlier than expected. Locally it fails with an even weirder error and almost all tests are failing with "Compilation failed" (this isn't happening on the builds, so something is bad on my MacBook). Marking as skip to fix build while investigating; there's no real impact of this test not running; it's testing a tool that its itself used for testing (and not currently in any way that should be affected by this failure).
-
Danny Tuppeny authored
-
Jonah Williams authored
-
Ian Hickson authored
-
Jonah Williams authored
-
- 26 Jun, 2018 7 commits
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Jason Simmons authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Ian Hickson authored
-
Ian Hickson authored
-
- 25 Jun, 2018 11 commits
-
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
Fixes https://github.com/flutter/flutter/issues/18200.
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/18729 I'll add a gold test, and try to figure out how to remove the saveLayer without affecting the correctness later.
-
liyuqian authored
This should fix https://github.com/flutter/flutter/issues/18731 and I've added a unit test for it.
-
Chris Bracken authored
Introduced in d248725e, but has been red since landing. Marking flaky rather than reverting since it's the only failure.
-
Florian Loitsch authored
The `flutter attach` test was failing because the Android device had the app already installed.
-
Florian Loitsch authored
Add `flutter attach` command. This command allows Flutter to connect to applications that haven't been launched using `flutter run`.
-
sandrasandeep authored
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 22 Jun, 2018 13 commits
-
-
Andrew Davies authored
Unbreaks flutter-build
-
David Shuckerow authored
* Revert changes to core SDK members that haven't been propagated to the g3 Dart SDK yet. * Respond to comments. * Remove retype * Temporarily un-remove VMService.retype to unblock g3 roll * Checkout back to master, we need fewer changes to reach compat with dev.61 than dev.60
-
jcollins-g authored
-
Andrew Davies authored
This prevents the error: `type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' ` The test added fails when dart_vm.dart is reverted to `master`, and succeeds in its current state. This issue was run into while connecting to the Dart VM.
-
liyuqian authored
This fixes https://github.com/flutter/flutter/issues/18708
-
Jonah Williams authored
-
Jonah Williams authored
-
Mikkel Nygaard Ravn authored
-
Michael Goderbauer authored
-
Mikkel Nygaard Ravn authored
-
Jonah Williams authored
-
Alexander Aprelev authored
* Suppress stdout compile diagnostic when compile expressions. This fixes https://github.com/flutter/flutter/issues/18574. * Use equal sign for default values
-
Adam Barth authored
-
- 21 Jun, 2018 4 commits
-
-
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
-
Hans Muller authored
-
Yegor authored