- Jan 18, 2019
-
-
Gary Roumanis authored
* prep for release
-
- Jan 17, 2019
-
-
Anthony Bullard authored
Allow for multiple calls to executable.main()
-
Nate Bosch authored
- Fix some new implicit cast warnings. - Adjust expectations for new source_span output. In version `1.5.0` of `source_span` the output for multi-line spans was updated to output the content and highlight a section with lines on the left instead of the old `^^^^^` format. Update the expectations accordingly to expect that a bit of the multi-line content is printed.
-
- Dec 28, 2018
-
-
Kevin Moore authored
-
Kevin Moore authored
Fixes https://github.com/dart-lang/test/issues/943
-
- Dec 19, 2018
-
-
Sam Rawlins authored
Fix DartDocs links
-
Sam Rawlins authored
-
- Dec 11, 2018
-
-
Gary Roumanis authored
-
- Nov 30, 2018
-
-
Paul Berry authored
-
- Nov 21, 2018
-
-
James D. Lin authored
Also adjust the platform-specific-configuration links.
-
- Nov 05, 2018
-
-
Gary Roumanis authored
-
Gary Roumanis authored
-
Gary Roumanis authored
-
- Nov 02, 2018
-
-
Gary Roumanis authored
-
Gary Roumanis authored
-
- Nov 01, 2018
-
-
Gary Roumanis authored
-
Gary Roumanis authored
-
- Oct 30, 2018
-
-
Gary Roumanis authored
-
Gary Roumanis authored
Fix broken links
-
Gary Roumanis authored
-
Gary Roumanis authored
-
- Oct 26, 2018
-
-
Gary Roumanis authored
-
Gary Roumanis authored
-
- Oct 19, 2018
-
-
Jonah Williams authored
* Refactor test into two packages (#1) * move test and test_core to packages folder * rename test_core to test_api * rename packages to pkgs, add dart.js back to repo * change pubspec to point to test_api version * move to correct dir in travis.yml * Remove duplicate utils.dart
-
- Oct 02, 2018
-
-
Nate Bosch authored
- Remove APIs that are no longer used. - Switch to `TypeMatcher` instead of manual implementation for exception matchers. - Drop `isDart2` since we only run in Dart 2 mode everywhere.
-
Gary Roumanis authored
-
liuming0 authored
* Allow remote_listener to be closed and sent an event on close.
-
liuming0 authored
-
- Sep 18, 2018
-
-
Nate Bosch authored
Clean up a few violations that weren't corrected by dartfmt --fix. Dartfmt would eventually fix these but a new version of the tool needs to be published.
-
- Sep 17, 2018
-
-
Nate Bosch authored
- Run `dartfmt --fix` - Limit to 2.0.0 stable and newer SDK.
-
Jacob MacDonald authored
-
- Sep 14, 2018
-
-
Nate Bosch authored
Fixes #915 When there is no `const` the expression is parsed as a `MethodInvocation` instead of an `InstanceCreationExpression`. Update all the places we were casting to the latter so that it can handle either case. Add some additional tests for import prefix cases.
-
- Sep 13, 2018
-
-
Jacob MacDonald authored
* add precompiled json reporter tests * fix json reporter to not assume file uris for frames * update pubspec/changelog
-
Brian Wilkerson authored
Prepare to publish version 1.3.2
-
Brian Wilkerson authored
-
- Sep 11, 2018
-
-
Jacob MacDonald authored
-
- Sep 05, 2018
-
-
Alexandre Ardhuin authored
-
- Aug 23, 2018
-
-
Jay Phelps authored
-
- Aug 14, 2018
-
-
Keerti Parthasarathy authored
-
- Aug 13, 2018
-
-
Keerti Parthasarathy authored
* Add missing return to fix analysis error with 2.1.0-dev.0.0. * Add a few more missing returns * Format files
-