- Mar 03, 2016
-
-
Natalie Weizenbaum authored
-
- Mar 02, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1756523003 .
-
- Mar 01, 2016
-
-
Natalie Weizenbaum authored
-
- Feb 23, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1731483002 .
-
- Feb 19, 2016
-
-
Natalie Weizenbaum authored
The --tags and --exclude-tags flags now support boolean selector syntax, as do the keys in the "tags" configuration field. Closes #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1715583003 .
-
- Feb 16, 2016
-
-
Natalie Weizenbaum authored
See #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1691173002 .
-
- 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 02, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1659023003 .
-
- 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 .
-
- Jan 19, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1594473002 .
-
- Jan 13, 2016
-
-
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 .
-
- Jan 08, 2016
-
-
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 .
-
- Dec 14, 2015
-
-
Natalie Weizenbaum authored
-
- Dec 09, 2015
-
-
Natalie Weizenbaum authored
See dart-lang/http_multi_server#1.
-
- Dec 01, 2015
-
-
Natalie Weizenbaum authored
I'm choosing not to add a section to the README until the feature is complete. I don't want to encourage people to use tags for long-term testing until we support a configuration that can include the set of valid tags.
-
- Nov 24, 2015
-
-
Natalie Weizenbaum authored
When a group was skipped, it was being filtered out entirely since it had no tests. This preserves it so that it can print a skip message. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1471963002 .
-
- Nov 23, 2015
-
-
Natalie Weizenbaum authored
Closes #11 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1461293005 .
-
Natalie Weizenbaum authored
1.16 is the first version that may remove package symlinks by default, which will break test. Closes #360 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1463023002 .
-
- Oct 09, 2015
-
-
Natalie Weizenbaum authored
Closes #18 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1400743002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1395223002 .
-
- Oct 01, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1372353003 .
-
- Sep 24, 2015
-
-
Natalie Weizenbaum authored
Closes #313 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1369613002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1364893004 .
-
- Sep 21, 2015
-
-
Natalie Weizenbaum authored
-
- Aug 26, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1306243009 .
-
- Aug 21, 2015
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This is specifically to allow Sky to get sky_shell support into the test runner immediately. It's temporary; it'll last until we land proper plugin support. See #320 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1309493002 .
-
- Aug 19, 2015
-
-
Natalie Weizenbaum authored
Closes #322 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1302023002 .
-
- Aug 13, 2015
-
-
Natalie Weizenbaum authored
The link from the JS file to the map file was wrong, and dart2js was generating bogus URLs anyway. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1295653003 .
-
Natalie Weizenbaum authored
This was caused by us sending down a different suite ID when we created a suite than when we got rid of it. There was *no* overlap between the two IDs, so no test suite iframes were ever being removed. Closes #317 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1292573003 .
-
Natalie Weizenbaum authored
This allows us to get rid of a lot of old hacks. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1290763003 .
-
- Aug 06, 2015
-
-
Natalie Weizenbaum authored
Closes #310 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1279493002 .
-
- Aug 05, 2015
-
-
Natalie Weizenbaum authored
Closes #301 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1268013004 .
-
- Jul 31, 2015
-
-
Natalie Weizenbaum authored
Closes #306
-
- Jul 30, 2015
-
-
Natalie Weizenbaum authored
Also rename TestPlatform.isDartVm to isDartVM to match the style guide for two-letter acronyms. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1269833003 .
-