- Aug 30, 2016
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//2285133005 .
-
- Jul 27, 2016
-
-
Natalie Weizenbaum authored
Closes #327 R=leafp@google.com Review URL: https://codereview.chromium.org//2184543002 .
-
- Jun 23, 2016
-
-
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 .
-
- May 04, 2016
-
-
Natalie Weizenbaum authored
Internal users want to use this. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1887853002 .
-
- Feb 23, 2016
-
-
Natalie Weizenbaum authored
If the config file contains a top-level test_on field, the runner will now warn if the runner is invoked with an unsupported platform. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1715523003 .
-
- Feb 04, 2016
-
-
Natalie Weizenbaum authored
This just loads a subset of the config that can be pased on the command line from the configuration file. The command line takes precedence over the config. See #46 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1649663003 .
-
- Feb 01, 2016
-
-
Natalie Weizenbaum authored
I think this was broken at some point during the setUpAll and tearDownAll changes. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1657613003 .
-
- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1578303003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1580973002 .
-
- Nov 23, 2015
-
-
Natalie Weizenbaum authored
Closes #11 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1461293005 .
-
- Aug 13, 2015
-
-
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 .
-
- Jul 22, 2015
-
-
Natalie Weizenbaum authored
This makes the tests cleaner and more concise, as well as providing more information for debugging. This gets rid of the "does not preserve state" browser tests, because it turns out that they weren't actually doing anything anyway (otherwise IE would have failed, since it *does* preserve state). It also adds tests for every browser being able to run successful and failing tests. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1243293002 .
-
- Jun 30, 2015
-
-
Natalie Weizenbaum authored
If the tests were run with an absolute URL passed as --package-root (as is true for `pub run` in 1.12), it would try to treat it as a path and crash. Now it converts it from a URL before doing any path manipulation. Closes #281 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1220913002.
-
- Jun 17, 2015
-
-
Natalie Weizenbaum authored
Instead of providing all test suites to the Engine's constructor, the engine now has a sink that can be used to add suites over time and closed to indicate that no more suites are coming. This makes the use pattern more flexible, and is a step towards supporting a live test runner and to more memory efficiency. Reporters no longer wrap the Engine. Instead, they expose a static `watch` function which subscribes to the events the Engine emits. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1187103004.
-
- May 20, 2015
-
-
Natalie Weizenbaum authored
This moves the logic of starting the server and extracting its port number to a utility function.
-
- Apr 23, 2015
-
-
Natalie Weizenbaum authored
Closes #87 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1101773002
-
- Apr 22, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1096943003
-
- Apr 21, 2015
-
-
Natalie Weizenbaum authored
The bots pass in relative paths, which breaks when we run processes with new working directories. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1094533005
-
- Apr 03, 2015
-
-
Natalie Weizenbaum authored
Closes #47 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1062523003
-
Natalie Weizenbaum authored
Closes #26 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1056733002
-
- Apr 01, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1053443002
-
- Mar 06, 2015
-
-
Natalie Weizenbaum authored
Closes #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//983573002
-
- Mar 05, 2015
-
-
Natalie Weizenbaum authored
See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//979513002
-
- Feb 28, 2015
-
-
Natalie Weizenbaum authored
This will allow the test runner to compile test files to JavaScript. It runs dart2js instances in parallel but prints their output sequentially. See #5 R=rnystrom@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//960723002
-
- Feb 20, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//939303003
-
Natalie Weizenbaum authored
This will help make a better first impression. R=kevmoo@google.com Review URL: https://codereview.chromium.org//939383002
-
- Feb 19, 2015
-
-
Natalie Weizenbaum authored
This preserves the shape of the previous API, but stubs out the functionality. This is a temporary measure designed to make it easier for users to try the runner out on their existing tests. R=kevmoo@google.com Closes #2 Review URL: https://codereview.chromium.org//934413002
-
Natalie Weizenbaum authored
This ensures that console_reporter_test isn't run on browsers, and improves the path detection for test/io.dart. R=kevmoo@google.com Review URL: https://codereview.chromium.org//944553002
-
Natalie Weizenbaum authored
This is still extremely bare-bones and won't work with tests that actually import "package:unittest/unittest.dart", but it's something. R=kevmoo@google.com See #2 Review URL: https://codereview.chromium.org//933083002
-
- Feb 13, 2015
-
-
Natalie Weizenbaum authored
Remove the "build/" prefix from a bunch of status lines, add a missing import to test/io.dart, and use SkipByDesign everywhere. R=kevmoo@google.com Review URL: https://codereview.chromium.org//923803002
-
- Feb 12, 2015
-
-
Natalie Weizenbaum authored
This fixes tests that don't require dart:io and marks those that do dart:io as Skip. R=kevmoo@google.com Review URL: https://codereview.chromium.org//918853005
-