- Dec 14, 2016
-
-
Jacob Richman authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//2557183002 .
-
- Dec 08, 2016
-
-
Natalie Weizenbaum authored
Dartium wasn't emitting any standard IO on Windows, which caused us to stall out waiting for the Observatory URL in debug mode. See dart-lang/sdk#28034 Closes #425
-
- Dec 06, 2016
-
-
Natalie Weizenbaum authored
Closes #503
-
- Nov 29, 2016
-
-
Natalie Weizenbaum authored
-
- Nov 24, 2016
-
-
Florian Loitsch authored
Review URL: https://codereview.chromium.org//2526223002 .
-
Florian Loitsch authored
Fixes #436. R=nweiz@google.com Review URL: https://codereview.chromium.org//2515303002 .
-
- Nov 21, 2016
-
-
Kevin Moore authored
-
- Nov 18, 2016
-
-
Kevin Moore authored
-
Kevin Moore authored
-
- Nov 17, 2016
-
-
Natalie Weizenbaum authored
I think most of these breakages are due to the 1325b694 merge being slightly busted.
-
Natalie Weizenbaum authored
Add debugging support for the JSON reporter.
-
Natalie Weizenbaum authored
Also update the pubspec and changelog.
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
External tools can use this to communicate with the test runner.
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This tracks configuration that makes sense to apply to test suites, as opposed to Configuration which applies to an entire run and Metadata which applies to individual tests. This is intended to make it easier for load separate configurations for separate targets in a live test runner.
-
- Nov 07, 2016
-
-
Natalie Weizenbaum authored
If a web test emitted any kind of message after the browser manager was closed, the debugging timer would reset and cause the VM not to exit for an extra three seconds.
-
- Oct 25, 2016
-
-
Natalie Weizenbaum authored
-
- Oct 21, 2016
-
-
Natalie Weizenbaum authored
Previously, the --precompiled flag only overlayed precompiled JS; all HTML-file handling was left up to the test package. But the internal Google infrastructure wants to be able to generate the HTML as well. This changes the semantics so that both JS and HTML are expected in the precompiled directory. Closes #458
-
- Oct 20, 2016
-
-
Natalie Weizenbaum authored
Make test iframes visible when debugging. Closes #429
-
- Oct 10, 2016
-
-
Natalie Weizenbaum authored
Closes #485
-
- Oct 05, 2016
-
-
Konstantin Shcheglov authored
R=nweiz@google.com BUG= Review URL: https://codereview.chromium.org//2392743005 .
-
Natalie Weizenbaum authored
-
- Oct 03, 2016
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This reverts commit 4ca058ce.
-
Natalie Weizenbaum authored
Closes #477
-
- Sep 30, 2016
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This will be useful for Bolt, which has out-of-band information about what platforms each given test is intended to run on.
-
Natalie Weizenbaum authored
Don't capture stack traces by default. Stack traces are now only captured for the JSON reporter. Capturing traces was slow enough to be a serious problem for test suites with many tests. Closes #457
-
- Sep 29, 2016
-
-
Natalie Weizenbaum authored
This introduces a zone-scoped `Configuration.current`. This makes it much easier to propagate the configuration everywhere it needs to go, especially to plugins.
-
Kevin Moore authored
-
Kevin Moore authored
Now that https://codereview.chromium.org/1241723003/ has landed R=keertip@google.com Review URL: https://codereview.chromium.org//2379083002 .
-
Natalie Weizenbaum authored
-
- Sep 28, 2016
-
-
Natalie Weizenbaum authored
It was printing the wrong number of seconds for durations longer than a minute. Closes #463
-
Natalie Weizenbaum authored
Closes #461
-
- Aug 30, 2016
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//2285133005 .
-
- Aug 26, 2016
-
-
Konstantin Shcheglov authored
There is still a warning before of 'expectAsync', but this would require making it generic, which is outside of the scope of this CL. R=brianwilkerson@google.com, rnystrom@google.com, nweiz@google.com BUG= Review URL: https://codereview.chromium.org//2282003002 .
-
- Aug 25, 2016
-
-
Natalie Weizenbaum authored
The Dartium versions that didn't support this are long since out of circulation. R=jakemac@google.com Review URL: https://codereview.chromium.org//2272223003 .
-