Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dart-lang/test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2b1ed13
Choose a base ref
..
head repository: dart-lang/test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 14d820f
Choose a head ref
Showing with 12 additions and 6 deletions.
  1. +7 −1 pkgs/test/CHANGELOG.md
  2. +1 −1 pkgs/test/pubspec.yaml
  3. +1 −1 pkgs/test_api/CHANGELOG.md
  4. +1 −1 pkgs/test_api/pubspec.yaml
  5. +1 −1 pkgs/test_core/CHANGELOG.md
  6. +1 −1 pkgs/test_core/pubspec.yaml
8 changes: 7 additions & 1 deletion pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## 1.25.3-wip
## 1.25.3

* Remove outdated StreamMatcher link from README table of contents.
* Document the silent reporter in CLI help output.
* Support enabling experiments with the dart2wasm compiler.
* Added [`@doNotSubmit`](https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html) to `test(solo: ...)` and `group(solo: ...)`. In
practice, this means that code that was relying on ignoring deprecation
warnings and using `solo` or `group` with a `skip` parameter will now fail if
`dart analyze --fatal-infos` (or similar) is enabled.

## 1.25.2

2 changes: 1 addition & 1 deletion pkgs/test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 1.25.3-wip
version: 1.25.3
description: >-
A full featured library for writing and running Dart tests across platforms.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test
2 changes: 1 addition & 1 deletion pkgs/test_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.1-wip
## 0.7.1

- Added [`@doNotSubmit`](https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html) to `test(solo: ...)` and `group(solo: ...)`. In
practice, this means that code that was relying on ignoring deprecation
2 changes: 1 addition & 1 deletion pkgs/test_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_api
version: 0.7.1-wip
version: 0.7.1
description: >-
The user facing API for structuring Dart tests and checking expectations.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api
2 changes: 1 addition & 1 deletion pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.1-wip
## 0.6.1

* Handle missing package configs.
* Document the silent reporter in CLI help output.
2 changes: 1 addition & 1 deletion pkgs/test_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test_core
version: 0.6.1-wip
version: 0.6.1
description: A basic library for writing tests and running them on the VM.
repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core