- 05 Nov, 2015 10 commits
-
-
Adam Barth authored
-
Adam Barth authored
Add a bash script for bootstrapping flutter_tools
-
Adam Barth authored
-
Adam Barth authored
Add a command for running unit tests
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Flutter tools
-
Adam Barth authored
-
Adam Barth authored
Fix a typo on the README.md
-
Adam Barth authored
-
- 04 Nov, 2015 7 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
Matt Perry authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
We still have the --http option as a fallback for now. Once we're confident the --no-http version works, we'll drop the --http support. Also, create the FLX in a temp directory and then delete the temp directory when we're done. Finally, pull the Linux artifacts from the cloud storage bucket that the buildbot is uploading to.
-
Devon Carew authored
add a persistent daemon/server mode to sky_tools
-
- 03 Nov, 2015 10 commits
-
-
Devon Carew authored
wrap up first daemon implementation
-
Matt Perry authored
-
Matt Perry authored
-
Syoichi Tsuyuhara authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Start building the repository structure
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
- 02 Nov, 2015 9 commits
-
-
Hixie authored
...by requiring a new version of analyzer. Also, when the subprocess is terminated unexpectedly, report the actual problem in more detail.
-
Devon Carew authored
abstract some OS operations
-
Devon Carew authored
-
Adam Barth authored
-
Hixie authored
-
Hixie authored
When the engine dies unexpectedly during test execution, we have to terminate any tests running in that engine. Previously, they would just hang. For some reason that I was never able to satisfactorily explain, the WebSocket doesn't die in a way I can detect in this case. So instead, we hand in a future that we only complete when we detect the server subprocess ends.
-
Devon Carew authored
use stack_trace to create more readable exception traces
-
Hixie authored
The previous attempt to port the 'test' framework to the new framework wasn't super-successful. This does a better job, hopefully.
-
Devon Carew authored
-
- 31 Oct, 2015 3 commits
-
-
Devon Carew authored
skip a test on windows
-
Adam Barth authored
-
Adam Barth authored
This flag builds a local FLX file and pushes that to the device instead of using an HTTP server.
-
- 30 Oct, 2015 1 commit
-
-
Devon Carew authored
-