- 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.
-
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 .
-
Natalie Weizenbaum authored
This is necessary for #18, since the root group may have setUpAll/tearDownAll metadata that needs to be preserved and shouldn't be shunted into the Suite. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1390883002 .
-
- Oct 06, 2015
-
-
Natalie Weizenbaum authored
Closes #344 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1384213003 .
-
- Oct 02, 2015
-
-
Natalie Weizenbaum authored
This is groundwork for #18 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1379203002 .
-
- Oct 01, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1372353003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1375413002 .
-
- Sep 28, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com BUG= Review URL: https://codereview.chromium.org//1374783004 .
-
- 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 .
-
Natalie Weizenbaum authored
We can express this purely in the Declarer, which makes the LocalTest and Invoker APIs cleaner. R=kevmoo@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//1361303002 .
-
- Sep 21, 2015
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Sep 20, 2015
-
-
Greg Littlefield authored
-
- Aug 26, 2015
-
-
Natalie Weizenbaum authored
These were passing in --package-root manually, which is no longer necessary now that pub passes --packages. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1316213003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1306243009 .
-
- Aug 21, 2015
-
-
Natalie Weizenbaum authored
Fix link to `throwsA()`
-
Natalie Weizenbaum authored
-
Patrice Chalin authored
(Was a copy-paste error.)
-