- 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 .
-
- 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 .
-