- Mar 17, 2015
-
-
Kevin Moore authored
Review URL: https://codereview.chromium.org//1017923002
-
Kevin Moore authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1017813002
-
Kevin Moore authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1010803010
-
- Mar 12, 2015
-
-
Natalie Weizenbaum authored
This will eventually be used by users to declare which platforms a given test or suite supports. See #6 R=rnystrom@google.com Review URL: https://codereview.chromium.org//997593003
-
Natalie Weizenbaum authored
See #6 R=rnystrom@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//986973006
-
- Mar 09, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com TBR Review URL: https://codereview.chromium.org//991873003
-
Natalie Weizenbaum authored
Closes #22 R=kevmoo@google.com Review URL: https://codereview.chromium.org//987513005
-
- Mar 06, 2015
-
-
Natalie Weizenbaum authored
Closes #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//983573002
-
Natalie Weizenbaum authored
This uses the right executables on OS X and Windows, and passes flags to disable even more features. R=kevmoo@google.com Review URL: https://codereview.chromium.org//978093003
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//978153002
-
- Mar 05, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//981843002
-
Natalie Weizenbaum authored
See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//979513002
-
- Mar 03, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//979533002
-
Natalie Weizenbaum authored
This moves some files into lib/src/runner/vm to match lib/src/runner/browser, and moves the test into a directory structure matching that of lib/src/. R=kevmoo@google.com Review URL: https://codereview.chromium.org//979523002
-
Natalie Weizenbaum authored
This gives it access to [supportsIsolateKill]. R=kevmoo@google.com Review URL: https://codereview.chromium.org//975073002
-
Natalie Weizenbaum authored
See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//971103002
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//956633004
-
Natalie Weizenbaum authored
This is necessary to avoid an IO dependency in lib/unittest.dart, which would prevent browser tests from running. R=kevmoo@google.com Review URL: https://codereview.chromium.org//971123002
-
Natalie Weizenbaum authored
I forgot to do this with the CompilerPool CL. R=kevmoo@google.com Review URL: https://codereview.chromium.org//962193004
-
Natalie Weizenbaum authored
See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//962363003
-
Natalie Weizenbaum authored
See #19 R=rnystrom@google.com Review URL: https://codereview.chromium.org//961003005
-
- Mar 02, 2015
-
-
Natalie Weizenbaum authored
See #5 R=rnystrom@google.com Review URL: https://codereview.chromium.org//959383004
-
Natalie Weizenbaum authored
See #5 R=rnystrom@google.com Review URL: https://codereview.chromium.org//958423002
-
- 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 27, 2015
-
-
Natalie Weizenbaum authored
See #5 R=rnystrom@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//958753002
-
- Feb 26, 2015
-
-
Natalie Weizenbaum authored
This class multiplexes communication over a single underlying channel. It will be useful for communicating individually with test suites and tests over the server
browser WebSocket connection. See #5 R=kevmoo@google.com Review URL: https://codereview.chromium.org//957583002
-
- Feb 24, 2015
-
-
Natalie Weizenbaum authored
This creates the following four subdirectories: * `frontend/`, which is for user-visible libraries exported by `lib/unittest.dart`. * `backend/`, which is for libraries that define the internal structure of test suites and how they're run in a platform- independent manner. * `runner/`, which is for libraries that are specifically useful for the test runner. This includes code that deals with multiple test suites at once as well as platform-specific test running code. * `util/`, which contains various utility libraries that aren't specific to unittest's use-case. Individual utility functions can still go in `lib/util.dart`. * `deprecated/`, which contains deprecated libraries. R=kevmoo@google.com Review URL: https://codereview.chromium.org//955543002
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//958433002
-
Natalie Weizenbaum authored
R=kevmoo@google.com Closes #20 Review URL: https://codereview.chromium.org//948113004
-
- Feb 20, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//939303003
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//945583003
-
Natalie Weizenbaum authored
This will help make a better first impression. R=kevmoo@google.com Review URL: https://codereview.chromium.org//939383002
-
Natalie Weizenbaum authored
The biggest issue was issue 6610 causing [Isolate.spawn] to fail in child isolates. R=kevmoo@google.com Review URL: https://codereview.chromium.org//941123002
-
- 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 18, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//936693002
-
- Feb 17, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//926063003
-
- 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
Run tests from test/ rather than build/test so that their assumptions about paths hold true, fix a typo in the vm_listener_test line, and mark prints_matcher_test failing on Safari. R=kevmoo@google.com TBR See #4 Review URL: https://codereview.chromium.org//917353003
-