- 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 .
-
- Jul 28, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1256833003 .
-
- 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 15, 2015
-
-
Natalie Weizenbaum authored
Previously, we could try to send a message to the browser after the WebSocket connection had already closed because of a signal. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1228943005 .
-
- Jul 14, 2015
-
-
Natalie Weizenbaum authored
Closes #287 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1233023002 .
-
- Jul 09, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1230983002 .
-
Natalie Weizenbaum authored
Previously, all errors were getting reported as part of the first suite loaded in a given browser, and future suites were timing out. Now one error is reported per suite. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1224423002 .
-
- Jul 06, 2015
-
-
Natalie Weizenbaum authored
The compact reporter was canceling a timer when it might not have been initialized. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1214773003.
-
- Jun 30, 2015
-
-
Natalie Weizenbaum authored
Closes #271 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1219653003.
-
- Jun 26, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1214573002.
-
- Jun 25, 2015
-
-
Natalie Weizenbaum authored
This helps ensure that the test runner won't run out of memory when running many test suites that each load a large amount of code. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1206033004.
-
- Jun 18, 2015
-
-
Natalie Weizenbaum authored
We weren't properly converting a path to URL format, which mostly broke Windows but could also break other operating systems if weird characters were in the path. See #277 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1196483002.
-
Natalie Weizenbaum authored
We weren't properly converting a path to URL format, which mostly broke Windows but could also break other operating systems if weird characters were in the path. See #277 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1196483002.
-
- Jun 15, 2015
-
-
Natalie Weizenbaum authored
Closes #274 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1185203003.
-