- 19 Apr, 2018 1 commit
-
-
xster authored
-
- 18 Apr, 2018 1 commit
-
-
Alexander Aprelev authored
* Run tests in dart2 mode. * Fix type check * Drop --checked, leave --preview-dart-2 * Remove debugging leftovers.
-
- 17 Apr, 2018 1 commit
-
-
Todd Volkert authored
This will catch the case where tests hang -- and it will force them to fail so that we see the output from the test.
-
- 13 Apr, 2018 1 commit
-
-
Hans Muller authored
-
- 12 Apr, 2018 1 commit
-
-
Alexander Aprelev authored
* Handle error count reported by frontend. Extend compilation result from single string to a structure(string filename and integer error count). * Use ?. * Include engine roll with dart sdk roll. * parse(onError) -> tryParse * Make '?? throw' more readable and avoid issue with analyzer * Fix test so it mocks compiler output including errors count
-
- 11 Apr, 2018 2 commits
-
-
Devon Carew authored
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) This reverts commit 2f41ea54.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
- 10 Apr, 2018 1 commit
-
-
Todd Volkert authored
-
- 09 Apr, 2018 2 commits
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-alpha+3 * Type annotation
-
Jacob Richman authored
Switch to the new Matrix4.tryInvert method to avoid throwing and catching (#15771) exceptions while performing hit testing.
-
- 05 Apr, 2018 1 commit
-
-
Martin Kustermann authored
-
- 04 Apr, 2018 1 commit
-
-
Jonah Williams authored
* re-enable verify-only failing test for out of sync deps and update deps to latest version
-
- 03 Apr, 2018 2 commits
-
-
Alexander Aprelev authored
* Fix powershell cat invocation to ensure correct encoding and line ending. * Restore original flow for non-Windows platforms * Reformat code to get rid of multi-line ?: expression * Double quotes to single quotes
-
Anatoly Pulyaevskiy authored
-
- 31 Mar, 2018 2 commits
- 30 Mar, 2018 1 commit
-
-
jcollins-g authored
* Update dartdoc to v0.18.1 and fix API readme, borrowing from docs.flutter.io
-
- 29 Mar, 2018 1 commit
-
- 28 Mar, 2018 2 commits
-
-
xster authored
-
Alexander Aprelev authored
* Revert "Revert "Move mockito to 3.0.0-alpha. (#15949)" (#15979)" This reverts commit e59651f9. * More thenReturn to thenAnswer when mocking Futures * Revert "More thenReturn to thenAnswer when mocking Futures" This reverts commit 194d2cf41754ad171efd6bb5898cf73bce5a75ab as we are reverting engine roll. * Revert "Revert "More thenReturn to thenAnswer when mocking Futures"" This reverts commit 52c9e96b304b220f66d78a252fccea0c8e0ef24c. * Add dependency override * Fix issue
-
- 27 Mar, 2018 2 commits
-
-
Alexander Aprelev authored
This reverts commit a7e62258 as there are failing tests.
-
Alexander Aprelev authored
* Move mockito to 3.0.0-alpha. This is needed so it matches mockito version used internally. * Pick up +2 for the fixes * Fix whenReturn in fuchsia_remote_debug_protocol * more thenReturn becomes thenAnswer * more thenReturn becomes thenAnswer * more thenReturn becomes thenAnswer
-
- 23 Mar, 2018 2 commits
-
-
xster authored
-
Andrew Davies authored
Adds a package that will support connecting to and debugging devices with multiple instances of the Dart VM, and operate on multiple Isolates and Flutter Views. Currently supports connecting to all existing Dart VMs and extracting information about all Flutter Views running across each VM.
-
- 22 Mar, 2018 2 commits
-
-
Greg Spencer authored
-
Jonah Williams authored
* use HttpOverrides and dart:io HttpClient in flutter * add missing package:http dependency * update flutter packages and remove comment about createHttpClient from flutter_test * move byte loading logic to common class, move string parsing logic to base class * addAll doesn't work for a Uint8List * use bytes.setRange * undo addition to hello_world * add newline to end of binding.dart * and a newline for hello world * refactor to function and add tests * address comments on unknown length case * alignment * sort alaphabetically * rename convertResponse to consolidateClientHttpClientResponseBytes. Add header * fix alignment in test
-
- 21 Mar, 2018 1 commit
-
-
Jonah Williams authored
* traverse dependencies and dev dependencies separately * separate dev and reg deps * update pubspecs * add checksum string and update transitive dep string. Add additional verify command to check checksum * cleanup comments * add missing space, quote, run verify-onlu from bot script * rerun tool with fixed string * ensure correct working directory and bump versions * flutter not flutterRoot
-
- 20 Mar, 2018 1 commit
-
-
Greg Spencer authored
-
- 19 Mar, 2018 1 commit
-
-
Ian Hickson authored
-
- 17 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
Running test coverage in dart2 mode runs over allocated timeslot on bots.
-
- 16 Mar, 2018 1 commit
-
-
Vyacheslav Egorov authored
-
- 14 Mar, 2018 3 commits
-
-
Greg Spencer authored
This changes the packaging tool to only set the remote URL instead of recreating the remote. Recreating it was removing some metadata that identified the repo as having been cloned from the "real" repo, so flutter --version would report an unknown channel and source. This just sets the URL so that it looks like it came from GitHub. I also fixed some incorrect comments, and made unzip work on platforms other than Windows (even though we don't really need it there yet). Fixes #15518
-
jcollins-g authored
-
Alexandre Ardhuin authored
-
- 13 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
This fixes https://github.com/flutter/flutter/issues/15458.
-
- 12 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. Changes since last roll: ``` b6df7a637 Roll dart to 290c576264faa096a0b3206c71b2435309d9f904. (#4771) a6764dbd5 Add sources for Fuchsia target. (#4763) 2d5900615 [fuchsia] Remove unused header file. (#4769) 9717063b7 Revert "Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767)" (#4768) 9a9814312 Roll dart to c080951d45e79cd25df98036c4be835b284a269c. (#4767) e74e8b35c [async] Update includes of async headers to new path (#4760) e2c4b2760 Use Dart 2 camel case constants in the engine Dart libraries (#4766) 9c1e48434 Updates for Fuchsia roll. (#4765) 14c940e27 Switch from fxl::Mutex to std::mutex (#4764) debf82c0b Roll Garnet (#4759) 5bffdefbb Use weak pointers to the accesibility bridge from objects vended to the UIKit accessibility framework. (#4761) ```
-
- 11 Mar, 2018 1 commit
-
-
Ian Hickson authored
For example, mention the icon used for the drawer menu in the docs (this helps people writing unit tests); add DefaultAssetBundle sample code.
-
- 10 Mar, 2018 1 commit
-
-
Greg Spencer authored
This fixes the error handling for the packaging script so that it will properly report a failure exit code when it can't find the executable that it's looking for. Added a test too.
-
- 09 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Update dependencies with forced upgrade. Now that https://github.com/flutter/flutter/issues/15261 is fixed, do the update with upgrade. * Update test package use following upgrade * Replace addOption(allowMultiple) with addMultiOption
-
- 08 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
This is needed to fix 'flutter test --preview-dart-2 test/all.dart' in dev/devicelab
-