- Sep 28, 2016
-
-
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 .
-
- Aug 24, 2016
-
-
Natalie Weizenbaum authored
Closes #453 R=devoncarew@google.com Review URL: https://codereview.chromium.org//2271383002 .
-
Natalie Weizenbaum authored
This isn't used by test proper, but it's needed by some Google-internal code. R=jmesserly@google.com Review URL: https://codereview.chromium.org//2269403002 .
-
- Aug 23, 2016
-
-
pq authored
Updates `test` to be constraint-compatible with the latest analyzer (0.28.0-alpha.1). BUG= R=brianwilkerson@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//2255083003 .
-
- Aug 09, 2016
-
-
Natalie Weizenbaum authored
R=jakemac@google.com Review URL: https://codereview.chromium.org//2232533002 .
-
- Aug 08, 2016
-
-
Jacob MacDonald authored
-
- Jul 27, 2016
-
-
Natalie Weizenbaum authored
Closes #327 R=leafp@google.com Review URL: https://codereview.chromium.org//2184543002 .
-
- Jul 07, 2016
-
-
William Hesse authored
BUG=https://github.com/dart-lang/test/issues/442 R=kevmoo@google.com Review URL: https://codereview.chromium.org//2124983005 .
-
- Jul 06, 2016
-
-
Natalie Weizenbaum authored
Closes #393 R=kevmoo@google.com Review URL: https://codereview.chromium.org//2099553002 .
-
Natalie Weizenbaum authored
Closes #394 R=kevmoo@google.com Review URL: https://codereview.chromium.org//2123353002 .
-
Natalie Weizenbaum authored
This moves the responsibility for printing skip messages to the engine, rather than the reporter. Reporters now just need to choose how to display the messages produced by the engine. This lays the groundwork for #394, since skip messages can now be emitted during the run of a test. R=kevmoo@google.com Review URL: https://codereview.chromium.org//2091173002 .
-
- Jun 23, 2016
-
-
Natalie Weizenbaum authored
This makes it possible for a test to be marked skip based on its runtime behavior rather than being strictly based on its metadata. See #393 and #394 R=kevmoo@google.com Review URL: https://codereview.chromium.org//2099503002 .
-
Kevin Moore authored
Hide strong-mode warnings in test directory Remove unused imports and fields Consolidate line splitter instances R=nweiz@google.com Review URL: https://codereview.chromium.org//2068363002 .
-
- Jun 22, 2016
-
-
Natalie Weizenbaum authored
The new constraint reflects the actual APIs we're using. R=kevmoo@google.com Review URL: https://codereview.chromium.org//2087003004 .
-
- Jun 21, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//2086743002 .
-
- Jun 15, 2016
-
-
Natalie Weizenbaum authored
Closes #420 Review URL: https://codereview.chromium.org//2066113002 .
-
- Jun 07, 2016
-
-
Natalie Weizenbaum authored
This version hasn't been released yet. R=jakemac@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//2048773002 .
-
Natalie Weizenbaum authored
This output was added in a recent dart2js version, and it's redundant with test's own output. It's also breaking tests. R=jakemac@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//2044263002 .
-
Natalie Weizenbaum authored
R=cbracken@google.com Review URL: https://codereview.chromium.org//2042403003 .
-
Natalie Weizenbaum authored
This is useful internally for Google, and is not considered a public feature with stability guarantees. Currently this doesn't support --pub-serve mode. If that becomes necessary, it can be added later. R=cbracken@google.com Review URL: https://codereview.chromium.org//2040883003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//2039413002 .
-
- Jun 06, 2016
-
-
Natalie Weizenbaum authored
These are only intended to be used by Google's internal test runner. Their API is not public nor is it guaranteed to be stable. They're being moved into the external repository to ease the pain of merging. R=cbracken@google.com Review URL: https://codereview.chromium.org//2009163003 .
-
- May 25, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//2012113002 .
-
- May 19, 2016
-
-
Natalie Weizenbaum authored
This prepares for https://codereview.chromium.org/1994743003/, which moves some of these functions into the collection package. Once that lands, we'll add a follow-up CL to use those APIs from collection. R=jakemac@google.com Review URL: https://codereview.chromium.org//1991303002 .
-
- May 18, 2016
-
-
Natalie Weizenbaum authored
R=jmesserly@google.com Review URL: https://codereview.chromium.org//1993023002 .
-
Michael Goderbauer authored
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1993453002 .
-
- May 17, 2016
-
-
Natalie Weizenbaum authored
We weren't notifying the controller when all the live tests had been added to the suite. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1981283006 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1984143003 .
-
- May 09, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1960503002 .
-
- May 04, 2016
-
-
Natalie Weizenbaum authored
Internal users want to use this. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1887853002 .
-
- May 03, 2016
-
-
Natalie Weizenbaum authored
Closes #427 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1950673002 .
-
- Apr 27, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com, jmesserly@google.com Review URL: https://codereview.chromium.org//1921913004 .
-
- Apr 22, 2016
-
-
Natalie Weizenbaum authored
Closes #421 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1890853003 .
-
- Apr 13, 2016
-
-
Natalie Weizenbaum authored
We were closing hidden tests in Engine.close(), but this isn't necessary. A test is only hidden if it's complete, complete tests don't block closing their parent suites, *and* closing the parent suite will close the test anyway. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1879823002 .
-
- Apr 11, 2016
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
Looks like we hadn't run the analyzer against all the top-level libraries.
-