- Nov 01, 2018
-
-
Gary Roumanis authored
-
- Oct 30, 2018
-
-
Gary Roumanis authored
Fix broken links
-
Gary Roumanis authored
-
- Aug 23, 2018
-
-
Jay Phelps authored
-
- Jun 13, 2018
-
-
Gary Roumanis authored
-
- Jun 12, 2018
-
-
Nate Bosch authored
Searched for lines matching `var \w+;`. This is a much weaker version of no-implicit-dynamic. This catches a bunch of places where we otherwise had dynamic calls and tightens up types a bit. Where we are relying on being able to parse to multiple types and then throw a specific excpetion or return null on bad types I added an explicit `dynamic`.
-
- May 03, 2018
-
-
Jacob MacDonald authored
-
- Apr 17, 2018
-
-
Nate Bosch authored
- Delete dartium and content shell platforms - Delete tests related to dartium - Remove references to these platforms in docs - Stop installing dartium on Travis
-
- Mar 27, 2018
-
-
Natalie Weizenbaum authored
-
- Jan 03, 2018
-
-
Natalie Weizenbaum authored
Closes #742
-
- Dec 01, 2017
-
-
Natalie Weizenbaum authored
-
- Jul 07, 2017
-
-
Natalie Weizenbaum authored
This also makes CompilerPool more general, so it can be used by both the node and the browser platforms.
-
- Mar 21, 2017
-
-
Gary Roumanis authored
-
- Feb 07, 2017
-
-
Natalie Weizenbaum authored
-
- Jan 19, 2017
-
-
Natalie Weizenbaum authored
This reverts commit 35f9d92a.
-
- Jan 09, 2017
-
-
Natalie Weizenbaum authored
-
- Jan 04, 2017
-
-
Natalie Weizenbaum authored
This doesn't fully support the JSON reporter yet. See #50
-
- Dec 20, 2016
-
-
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
-
- Nov 24, 2016
-
-
Florian Loitsch authored
Fixes #436. R=nweiz@google.com Review URL: https://codereview.chromium.org//2515303002 .
-
- Oct 20, 2016
-
-
Natalie Weizenbaum authored
Make test iframes visible when debugging. Closes #429
-
- Oct 03, 2016
-
-
Natalie Weizenbaum authored
Closes #477
-
- Sep 29, 2016
-
-
Kevin Moore authored
-
- May 03, 2016
-
-
Natalie Weizenbaum authored
Closes #427 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1950673002 .
-
- Mar 24, 2016
-
-
Evan Weible authored
-
- Mar 17, 2016
-
-
Natalie Weizenbaum authored
Dart 1.10 has been out for a long time now. Pretty much everyone can safely run "pub run test". R=kevmoo@google.com Review URL: https://codereview.chromium.org//1808343002 .
-
- Mar 01, 2016
-
-
Natalie Weizenbaum authored
These allow configuration based on the user's OS and the platform the test is running on. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1730173004 .
-
- Feb 23, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1731483002 .
-
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 19, 2016
-
-
Natalie Weizenbaum authored
The --tags and --exclude-tags flags now support boolean selector syntax, as do the keys in the "tags" configuration field. Closes #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1715583003 .
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1717483002 .
-
- Feb 16, 2016
-
-
Natalie Weizenbaum authored
See #16 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1691173002 .
-
- 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 03, 2016
-
-
Natalie Weizenbaum authored
This adds a table of contents to the README, and moves the JSON reporter docs into a doc/ directory. Further in-depth documentation of specific pieces of the runner will go in doc/ as well. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1661873002 .
-
- Jan 11, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1573223003 .
-
- Oct 13, 2015
-
-
Natalie Weizenbaum authored
Closes #347 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1397903003 .
-
Natalie Weizenbaum authored
Closes #343 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1394103004 .
-
- Sep 28, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com BUG= Review URL: https://codereview.chromium.org//1374783004 .
-
- Aug 21, 2015
-
-
Patrice Chalin authored
(Was a copy-paste error.)
-
- 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 07, 2015
-
-
Natalie Weizenbaum authored
It turns out that comma is a shell-active character on Windows. This makes it so that Windows users can copy-paste the invocation into their shell and have it work. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1218173009.
-