- 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.)
-
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 10, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1279143004 .
-
Natalie Weizenbaum authored
As of 1.13, the SDK will no longer be generating package symlinks. The test runner currently relies on these symlinks to locate assets. Once we have an alternative means of finding these assets, we'll raise the bound again. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1277543008 .
-
- 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 .
-
Natalie Weizenbaum authored
Closes #296 Closes #297 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1269223004 .
-
- Aug 04, 2015
-
-
Natalie Weizenbaum authored
Closes #297 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1257953008 .
-
Natalie Weizenbaum authored
This avoids extra overhead in the common case of running Dartium and content shell without debugging. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1265333002 .
-
Natalie Weizenbaum authored
This makes it easier to react to user configuration throughout the runner codebase. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1264393004 .
-
Natalie Weizenbaum authored
This will be more user-friendly once we make the runner's innards a package, and it'll help us be able to pass the config into more places. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1266273007 .
-
Natalie Weizenbaum authored
Tests were already not being run concurrently due to the debugging code path, but it's a good idea to have the configuration reflect that. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1266493007 .
-
Natalie Weizenbaum authored
This also refactors BrowserManager so that it has full control over the Browser instances it manages. Closes #295 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1258363003 .
-
- Aug 03, 2015
-
-
Natalie Weizenbaum authored
-
Kevin Moore authored
Widen the analyzer constraint to include 0.26.0.
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1259793005 .
-
- Jul 31, 2015
-
-
Natalie Weizenbaum authored
Closes #306
-
- Jul 30, 2015
-
-
Natalie Weizenbaum authored
Closes #294. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1264043002 .
-
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 .
-
Natalie Weizenbaum authored
This will later be filled out with methods to aid in debugging. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1263503008 .
-
- Jul 29, 2015
-
-
Natalie Weizenbaum authored
StreamQueue.fork and CancelableFuture will (hopefully) land in async, but we're putting them here for now to avoid being blocked. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1262623006 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1263593005 .
-
Natalie Weizenbaum authored
Hooray for standard packages! R=kevmoo@google.com Review URL: https://codereview.chromium.org//1260253005 .
-
- Jul 28, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1256833003 .
-
Natalie Weizenbaum authored
This class provides a place for runner-specific logic associated with a suite that doesn't leak information to the backend code. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1258163002 .
-
- Jul 27, 2015
-
-
Natalie Weizenbaum authored
Closes #304 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1258113004 .
-
- Jul 23, 2015
-
-
Natalie Weizenbaum authored
Currently this only support windowed browsers and the runner can only be unpaused from the command line. See #294 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1248073003 .
-
Natalie Weizenbaum authored
Closes #302 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1254673002 .
-
- Jul 22, 2015
-
-
Natalie Weizenbaum authored
This makes the tests cleaner and more concise, as well as providing more information for debugging. This gets rid of the "does not preserve state" browser tests, because it turns out that they weren't actually doing anything anyway (otherwise IE would have failed, since it *does* preserve state). It also adds tests for every browser being able to run successful and failing tests. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1243293002 .
-
Bob Nystrom authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1247203002 .
-
- Jul 16, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1240553004 .
-