- 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
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
See dart-lang/http_multi_server#1.
-
- Dec 08, 2015
-
-
Kevin Moore authored
-
- Dec 04, 2015
-
-
Natalie Weizenbaum authored
This reverts commit 8833887b and re-applies commit 71bfbdcd. The original commit sometimes marked a controller as debugging or not debugging after it had been closed. This fixes that bug. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1496683003 .
-
Natalie Weizenbaum authored
This provides forward-compatibility for when we eventually add support for full expressions when selecting tags. See #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1491383003 .
-
- Dec 02, 2015
-
-
Natalie Weizenbaum authored
In addition to looking slicker, this fixes a few issues with the old implementation: * Warnings are now printed as part of the corresponding load tests rather than just on standard out, meaning that they'll always be associated with the appropriate suite. * Warnings are only printed once per suite, even if that suite is loaded on multiple platforms. * Warnings are printed for tagged groups and suites themselves rather than for each test they contain. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1490973003 .
-
- Dec 01, 2015
-
-
Natalie Weizenbaum authored
See #16 See https://codereview.chromium.org/1405633004
-
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.
-
Natalie Weizenbaum authored
This makes a few behavioral changes to the original patch: * Multiple values passed to --tags are interpreted as an intersection rather than a union (so --tags=a,b matches only tests tagged both "a" and "b"). * The @Tag annotation Now takes a mandatory argument that must be an Iterable<String>, rather than an optional argument that could be a String.
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Yegor authored
-
- Nov 30, 2015
-
-
Natalie Weizenbaum authored
This adds missing Test.groupIDs and PrintEvent.testID fields, and adds a description to clarify the purpose of FutureEvent. It also now verifies that the protocol version is compatible. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1487753003 .
-
- Nov 24, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1475543002 .
-
Natalie Weizenbaum authored
This reverts commit 71bfbdcd. This commit was causing intermittent stack overflows after running tests. I'm reverting so we can get 0.12.6 out immediately; I'll re-apply once I have time to fix the issues. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1465403002 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1469863005 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1472883003 .
-
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 .
-
- Nov 16, 2015
-
-
Natalie Weizenbaum authored
These is useful for #335. It will allow the test runner to detect when it can pause normal command-line output and present an interface for re-running tests. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1422963004 .
-
- Nov 05, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1414793015 .
-
- Oct 29, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1426973002 .
-
- Oct 27, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1417943004 .
-
- Oct 13, 2015
-
-
Natalie Weizenbaum authored
Closes #349 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1407593002 .
-
Natalie Weizenbaum authored
Closes #347 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1397903003 .
-
Natalie Weizenbaum authored
Closes #343 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1394103004 .
-
- 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 07, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1394683002 .
-