- Apr 23, 2015
-
-
Natalie Weizenbaum authored
Closes #87 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1101773002
-
- Apr 21, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1086083006
-
Natalie Weizenbaum authored
Closes #75 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1092153003
-
Natalie Weizenbaum authored
This output won't always be generated, and if we always declare it "pub serve" will produce unsightly error messages when it would conflict if generated. See #84 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1097383002
-
- Apr 20, 2015
-
-
Natalie Weizenbaum authored
Closes #82 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1085353004
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1098963002
-
- Apr 18, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1098763004
-
Natalie Weizenbaum authored
Closes #14 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1096693005
-
- Apr 17, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1091883002
-
Natalie Weizenbaum authored
Closes #32 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1087303004
-
- Apr 16, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1086753006
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1095693002
-
Natalie Weizenbaum authored
Designed by @mknadler. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1087403002
-
Natalie Weizenbaum authored
See #31 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1062683004
-
- Apr 15, 2015
-
-
Natalie Weizenbaum authored
Closes #9 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1086213002
-
Natalie Weizenbaum authored
Closes #72 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1053113004
-
- Apr 14, 2015
-
-
Natalie Weizenbaum authored
Closes #34 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1082943003
-
- Apr 13, 2015
-
-
Natalie Weizenbaum authored
See #34 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1080193002
-
Natalie Weizenbaum authored
Closes #60 R=kevmoo@google.com BUG= Review URL: https://codereview.chromium.org//1080103002
-
Natalie Weizenbaum authored
This is a step towards Dartium support. Rather than only serving the compiled JS and the HTML necessary to run it, the entire package is now served with the compiled JS and HTML wrappers overlayed on top. This will allow Dartium to load all necessary sources from the server, and incidentally also allows tests to access assets. See #60 Closes #27 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1076803003
-
- Apr 10, 2015
-
-
Natalie Weizenbaum authored
Closes #8 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1083433002
-
Natalie Weizenbaum authored
See #31 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1070313002
-
- Apr 07, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1062813006
-
- Apr 03, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1053413003
-
Natalie Weizenbaum authored
Closes #47 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1062523003
-
- Apr 02, 2015
-
-
Natalie Weizenbaum authored
It turns out internally we expect the package root to be a path, so we should only convert it at the boundary to dart2js. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1051133002
-
Natalie Weizenbaum authored
Closes #44 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1055513003
-
- Apr 01, 2015
-
-
Natalie Weizenbaum authored
Closes #51 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1057653002
-
Natalie Weizenbaum authored
This also releases test 0.12.0-beta.2. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1046353002
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1053443002
-
- Mar 30, 2015
-
-
Natalie Weizenbaum authored
Prints from browser tests will be forwarded to the command-line, and the compact reporter will ensure that printed lines don't interfere with its status lines. Closes #13 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1044953004
-
Natalie Weizenbaum authored
Closes #7 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1041503002
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1042423002
-
- Feb 19, 2015
-
-
Natalie Weizenbaum authored
This preserves the shape of the previous API, but stubs out the functionality. This is a temporary measure designed to make it easier for users to try the runner out on their existing tests. R=kevmoo@google.com Closes #2 Review URL: https://codereview.chromium.org//934413002
-
- Jan 28, 2015
-
-
Natalie Weizenbaum authored
This gets rid of all uses of part, adds documentation where it was missing, and fixes a number of style issues. It's a backwards-compatible change designed to make the package more clear and comprehensible in preparation for larger changes to come. R=kevmoo@google.com Review URL: https://codereview.chromium.org//869043002
-
- Jan 27, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//869053002
-
- Jan 13, 2015
-
-
Kevin Moore authored
also removed unused fields and variables R=nweiz@google.com Review URL: https://codereview.chromium.org//845153003
-
- Dec 11, 2014
-
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//791213002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@42272 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 09, 2014
-
-
nweiz@google.com authored
This avoids a versioning issue where an exported dependency adds a feature and the exporting package's users' version constraints become invalidated. For example, suppose unittest 1.0.0 and matcher 1.0.0 exist. unittest has the constraint "matcher: '>=1.0.0 <2.0.0'" and exports matcher. Then matcher 1.1.0 is released with a new feature, and a user writes a new package, mypkg, which uses that feature. As per common practice, this package has the version constraint "unittest: '>=1.0.0 <2.0.0'" and no constraint on matcher. This constraint allows matcher 1.0.0, which doesn't support the new feature; this is a problem. Under the new scheme, unittest would have the constraint "matcher: '>=1.0.0 <1.1.0'". Then when matcher 1.1.0 is released, unittest 1.1.0 would be released as well with the constraint "marcher: '>=1.1.0 <1.2.0'". The tight lower bound ensures that the constraint "unittest: '>=1.1.0 <2.0.0'" properly selects only versions of matcher that have features available in the version the user is testing against. The tight upper bound ensures that new features in a new version of matcher won't become available in unittest without a version upgrade. R=jmesserly@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//775413002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@42223 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 08, 2014
-
-
nivco@google.com authored
Instead of Throwing an error when setting the unittest config if it has already been set we'll just display a warning. https://codereview.chromium.org/772463003/ git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@42187 260f80e4-7a28-3924-810f-c04153c831b5
-