- Feb 25, 2019
-
-
Nate Bosch authored
After splitting the package the file was copied to some of the package but missing from the `test_core` package. Move it back up the directory structure so it is picked up for all sub-packages. Fix lints that were not caught in `test_core` while this was missing.
-
Nate Bosch authored
The linked SDK issue is resolved.
-
- Feb 23, 2019
-
-
Nate Bosch authored
The SDK no longer outputs anything that looks like "Load Error". The last commit which removed this pattern was 250773cb651beec1a61e126a6c0756aace9c19ca I'm also unable to reproduce any case where the `toString()` includes "Stack Trace:\n", and the file names don't look like they need to be adjusted at all.
-
Nate Bosch authored
I will separetly look in to the migration, this is to get travis unblocked for other commits.
-
- Feb 22, 2019
-
-
Nate Bosch authored
This is a holdback from Dart 1 where some syntax or type errors were not reported until runtime.
-
- Jan 30, 2019
-
-
Jacob MacDonald authored
-
Jacob MacDonald authored
-
Kevin Moore authored
-
- 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.
-