- Feb 02, 2017
-
-
Natalie Weizenbaum authored
This also adds a (private) AsyncMatcher class that makes it easier to define asynchronous matchers, and generally improves the formatting of those matchers.
-
- Jan 19, 2017
-
-
Natalie Weizenbaum authored
This reverts commit 35f9d92a.
-
- Jan 09, 2017
-
-
Natalie Weizenbaum authored
-
- Jan 05, 2017
-
-
Natalie Weizenbaum authored
dart-lang/vm_service_client#13 has now landed.
-
- Jan 04, 2017
-
-
Natalie Weizenbaum authored
This doesn't fully support the JSON reporter yet. See #50
-
- Jan 03, 2017
-
-
Natalie Weizenbaum authored
-
- Dec 27, 2016
-
-
Natalie Weizenbaum authored
-
- Dec 21, 2016
-
-
Natalie Weizenbaum authored
Users can pass stayAlive: true to keep them open, but this helps ensure that they won't accidentally have a bunch of isolates hanging around between tests. Closes #109
-
- Dec 20, 2016
-
-
Natalie Weizenbaum authored
See #109 Closes #93
-
Natalie Weizenbaum authored
This is necessary to make configuration work with Google's internal build system.
-
Natalie Weizenbaum authored
This worked with the old expectAsync(), but was broken when the new functions were introduced. It was causing an analysis error in the tests.
-
Natalie Weizenbaum authored
Small fixes.
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This adds `spawnHybridUri()` and `spawnHybridCode()` methods that spawn VM isolates even when called from the browser. It still needs some additional work to close the isolates when the test ends by default. See #109
-
- 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 .
-