- 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 3 commits
-
-
Devon Carew authored
wrap up first daemon implementation
-
Matt Perry authored
-
Matt Perry 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 5 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
-
Adam Barth authored
increase test timeout
-
Adam Barth authored
Stop requiring customers to use a dev SDK
-
- 29 Oct, 2015 13 commits
-
-
Devon Carew authored
-
Adam Barth authored
Modify run_mojo command to take path to devtools.
-
Adam Barth authored
-
Alhaad Gokhale authored
-
Jason Simmons authored
Generalize path handling in flutter init
-
Alhaad Gokhale authored
Made changes as discussed. R=@jamesr
-
Hixie authored
In case we run into trouble, this at least gives us an escape hatch.
-
Hixie authored
-
Jason Simmons authored
This will make "-o ." work as expected to initialize a project in the current directory
-
Hixie authored
-
Todd Volkert authored
Wait for sky server to start before starting device
-
Todd Volkert authored
Instead of just waiting for the sky server process to start before we start the activity on the device, this causes us to wait for the sky server to actually start listening on its port Fixes #141
-
Hixie authored
-