- Mar 29, 2019
-
-
Nate Bosch authored
- Don't surround versions with quotes unless they have a space. - Remove the unnecessary lower bound for packages where the current lower bound is not resolvable due to SDK constraints. - Change single quotes to double quotes since they are preferred in yaml. - Remove version constraints from `test_api` to `test` and `test_core` since we will always have path overrides to those packages.
-
- Mar 27, 2019
-
-
Nate Bosch authored
Version `1.7.0` adds the import so it's the minimum version required. Allow versions through `2.x` since the breaking change will be to change the import which will now be satisfied.
-
- Mar 22, 2019
-
-
Nate Bosch authored
-
Kevin Moore authored
-
- Mar 11, 2019
-
-
Paul Berry authored
As part of implementing the "UI as code" feature (https://github.com/dart-lang/language/blob/master/accepted/future-releases/unified-collections/feature-specification.md) the analyzer is deprecating the following classes and methods: - ForStatement and ForEachStatement (ForStatement2 is now used for both kinds of loops) - ListLiteral.elements (use elements2, which has a more general return type) - AstVisitor.visitForEachStatement and AstVisitor.visitForStatement (visitForStatement2 is now used for both kinds of loops) - AstVisitor.visitMapLiteral and AstVisitor.visitSetLiteral (visitSetOrMapLiteral is now used for both kinds of literals). See deprecation CL: https://dart-review.googlesource.com/c/sdk/+/95665/
-
- Feb 26, 2019
-
-
Nate Bosch authored
Gives an actionable error in a case where we'd otherwise get a stack trace.
-
- Feb 25, 2019
-
-
Nate Bosch authored
We have removed most of the special handling around `IsolateSpawnException` so ti shouldn't matter if the exposed exception implements that interface. On the web, for the `spawnHybridUri` or `spawnHybridCode` case the web code shouldn't be able to see the type to test for it anyway.
-
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.
-