- 30 May, 2019 1 commit
-
-
Jason Simmons authored
This relands flutter/flutter#33163 with a fix to the integration_ui test.
-
- 22 May, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 09 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 06 May, 2019 1 commit
-
-
Antti Ahti authored
Code indentation was done with tabs in some places. Replaced with spaces.
-
- 19 Apr, 2019 2 commits
-
-
Ben Konyi authored
* Added support for authentication codes for the VM service. Previously, a valid web socket connection would use the following URI: `ws://127.0.0.1/ws` Now, by default, the VM service requires a connection to be made with a URI similar to the following: `ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws` where `Ug_U0QVsqFs` is an authentication code generated and shared by the service. This behavior can be disabled with the `--disable-service-auth-codes` flag.
-
Jonah Williams authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 06 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some formatting issues * address review comments * fix indent
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 11 Feb, 2019 1 commit
-
-
Danny Tuppeny authored
This change was dropped out of #26227 because it seems to inexplicably result in timeouts talking to the VM service on Windows Cirrus. After 1 month of periodically debugging it, it just started passing
♂️.
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-
- 29 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Jan, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some bad indentations * remove suspicious line
-
- 19 Jan, 2019 1 commit
-
-
Ian Hickson authored
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
-
- 17 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
This will help track down any that aren't cleaning up and also may help track down leaked flutter_tester processes (https://github.com/dart-lang/sdk/issues/35549).
-
- 15 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
* Fix `flutter test`e xpression eval tests We weren't passing `beforeStart` through so the breakpoints were never being set, which means the evaluations were happening while the code was running. * Ensure we wait for breakpoints before trying to evaluate
-
- 14 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
See https://github.com/flutter/flutter/issues/26518.
-
- 10 Jan, 2019 1 commit
-
-
Danny Tuppeny authored
* Add some basic tests for evaluating expressions in `flutter test` * Review tweaks
-
- 21 Dec, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-
- 17 Dec, 2018 1 commit
-
-
Devon Carew authored
-
- 12 Dec, 2018 1 commit
-
-
Danny Tuppeny authored
-
- 19 Nov, 2018 2 commits
-
-
Danny Tuppeny authored
* Refactor Test Driver in preperation for `flutter test` integration tests * Fix indent
-
Danny Tuppeny authored
This means we can just always add it to test teardowns without having to add try/catches if there are any tests that don't spawn a process.
-
- 15 Nov, 2018 1 commit
-
-
Alexander Aprelev authored
* Fix test so it doesn't leak frontend_server process * Stop FlutterTestDriver even if expectation is not met
-
- 08 Nov, 2018 1 commit
-
-
Danny Tuppeny authored
* Move integration tests to use vm_service_lib * Turn off debug logging that was accidentally committed * Run update-packages --force to fix checksum for new dev dependency * Trim trailing whitespace
-
- 30 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
-
- 24 Oct, 2018 3 commits
-
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
Danny Tuppeny authored
* Fix --pid-file not working for --machine + add to attach Fixes #23201. * Add tests for --pid-file in run+attach
-
- 23 Oct, 2018 1 commit
-
-
Jason Simmons authored
Also includes * Updates to affected tests * Change flutter_tools to pass package URIs to the Dart front end instead of filesystem paths
-
- 22 Oct, 2018 2 commits
-
-
Dan Field authored
* Roll engine to 4c79e423dc6f89f98d8ceb263a5ca78e2f2da996 and update tests
- 19 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
* Switch to URIs for breakpoints and unskip tests on Windows addBreakpointWithScriptUri expects Uris. By coincidence, FS paths work on Mac/Linux but they fail on Windows. One of the issues in the skip comment is fixed, the other one seems not relevant here. * Apply symlink resolution to all integration tests The default temp folders we get include symlinks which breaks breakpoints. * Save
* Fix typo
-
- 16 Oct, 2018 2 commits
-
-
Ryan Macnak authored
aed6b8c46 Roll Dart to ac6d4f7e653deba11d4836768376537893a9e9d6. (#6549) 3ba6270b2 Roll src/third_party/skia 921ec976556c..4b7b2ceb4ad9 (14 commits) (#6550)
- 02 Oct, 2018 1 commit
-
-
Danny Tuppeny authored
* Change file paths to URIs to fix "Could not run configuration in engine" on Windows Plus unskip test that was failing due to this. Fixes #21348. * Remove unused import
-