- Feb 16, 2016
-
-
Natalie Weizenbaum authored
See #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1691173002 .
-
Natalie Weizenbaum authored
We don't always emit relative paths, so we shouldn't say we do. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1690053004 .
-
- Feb 11, 2016
-
-
Natalie Weizenbaum authored
This is basically the minimum Flutter needs to stop doing manual serialization stuff. This also migrates the VM loader to use the plugin infrastructure. In a follow-up commit, I plan to migrate the browser loader as well. That will likely require some additional modifications to the plugin API to support the more complex use-case. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1685363002 .
-
- Feb 10, 2016
-
-
Natalie Weizenbaum authored
Closes #396 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1684063004 .
-
Natalie Weizenbaum authored
This will ensure that the latest version of test that claims to support args 0.12.0 will actually run correctly with that version. After this is released, I'll re-add the separators and fix the args constraint. See #396 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1683923005 .
-
- Feb 05, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1673493002 .
-
- Feb 04, 2016
-
-
Natalie Weizenbaum authored
This adds two fields: "paths" allows users to specify the paths that are used if nothing is passed on the command line, and "filename" allows users to declare which individual files should be loaded. I'm closing out the package-level config file issue because this is the last non-plugin feature mentioned in it. There's still a lot more work to do, but that's tracked in separate issues. Closes #46 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1668573003 .
-
Natalie Weizenbaum authored
scheduled_test doesn't play nicely with multiple setUp calls. Closes #392 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1662783004 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1667663005 .
-
Natalie Weizenbaum authored
This just loads a subset of the config that can be pased on the command line from the configuration file. The command line takes precedence over the config. See #46 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1649663003 .
-
- Feb 03, 2016
-
-
Natalie Weizenbaum authored
This adds a table of contents to the README, and moves the JSON reporter docs into a doc/ directory. Further in-depth documentation of specific pieces of the runner will go in doc/ as well. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1661873002 .
-
- Feb 02, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1660093002 .
-
Natalie Weizenbaum authored
This also updates test to use the new version of shelf_web_socket. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1664433002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1659023003 .
-
- Feb 01, 2016
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1656093002 .
-
Natalie Weizenbaum authored
I think this was broken at some point during the setUpAll and tearDownAll changes. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1657613003 .
-
Natalie Weizenbaum authored
Our infrastructure changed such that synchronous or microtask-only test bodies run before the timeout fires, so we need to have those tests wait for a timer event. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1654183003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1659623002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1654963002 .
-
- Jan 28, 2016
-
-
Natalie Weizenbaum authored
This adds an event that prints the total number of suites that will be loaded, and includes the number of tests to be run in each group. This enables a monotonic (if not entirely accurate) progress bar. Closes #366 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1641353002 .
-
Natalie Weizenbaum authored
Closes #380 R=alexander.doroshko@gmail.com, kevmoo@google.com Review URL: https://codereview.chromium.org//1637193003 .
-
- Jan 26, 2016
-
-
Natalie Weizenbaum authored
Closes #279 R=lrn@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//1604043003 .
-
Natalie Weizenbaum authored
See #385 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1636933002 .
-
- Jan 19, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1594473002 .
-
- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1578173003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1578303003 .
-
Natalie Weizenbaum authored
Previously we were running the tearDown in parallel with the next test, which caused some pretty bad bugs. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1580243002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1580973002 .
-
- Jan 11, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1575223002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1573223003 .
-
- Jan 08, 2016
-
-
Natalie Weizenbaum authored
Closes #372
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
When the browser is paused at a breakpoint, the runner will now open a command-line console with a "restart" command that will restart the current test. This currently has no tests, due to dart-lang/sdk#25369 and the lack of a programmatic API for interacting with Observatory. I've tested it reasonably thoroughly by hand, but it's more likely than the average feature to have lurking bugs. Closes #335 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1561073003 .
-
- Jan 07, 2016
-
-
Jay.Udey authored
-
- Jan 06, 2016
-
-
Jay.Udey authored
-
- Dec 14, 2015
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
Support http_parser 2.0.0.
-
Natalie Weizenbaum authored
-
- Dec 09, 2015
-
-
Natalie Weizenbaum authored
-