Releases: dart-lang/test
Releases · dart-lang/test
package:test_core v0.6.15
- Add
--coverage-packageflag, which filters the coverage report to specific
packages using RegExps. - Require a function definition named
maindirectly in a test suite and
provide a more direct error message than a failing compiler output. - Suppress skip reason messages in the compact and failures-only reporters.
- Improve fidelity of checks for using ascii characters. Check the SDK reported
support on windows, and assume ascii support for all terminals on linux since
the SDK reported support is much more narrow. - Fix default coverage filter when running in a workspace package. Default
filter now includes all the workspace's package. - Add support for reading test package version within pub workspaces.
- Allow
analyzermajor version 10.
package:test_api v0.7.9
- Allow
analyzermajor version 10.
package:test v1.29.0
- Add
--coverage-packageflag, which filters the coverage report to specific
packages using RegExps. - Require a function definition named
maindirectly in a test suite and
provide a more direct error message than a failing compiler output. - Suppress skip reason messages in the compact and failures-only reporters.
- Allow
analyzermajor version 10.
package:test v1.28.0
- Add
isSortedand related matchers for iterables. - Consider
NaNto be equal to itself inequals. - Bump
test_coreto 0.6.14 - Removed unused
jsdependency
package:test_core v0.6.14
- Fix type cast when parsing a
nullhit map.
package:matcher v0.12.18
- Add
isSortedand related matchers for iterables. - Consider
NaNto be equal to itself inequals. - Remove some dynamic invocations.
- Add explicit casts from
dynamicvalues. - Require Dart 3.7
package:test_core v0.6.13
- Require Dart 3.7
- Add
--coverage-pathand--branch-coverageoptions todart test. - Allow
analyzermajor version 9.
package:test_api v0.7.8
- Add a zone function available from the test suite
mainthat allows creating
channels to the test runner. - Require Dart 3.7
- Allow
analyzermajor version 9.
package:test v1.27.0
- Add
--coverage-pathand--branch-coverageoptions todart test. - Serve dart2wasm source map files.
- Fix Node.js dart2wasm tests on windows.
- Doc edit: clarify in README that a platform selector includes the compiler.
- Allow
analyzermajor version 9. - Require Dart 3.7
package:test_core v0.6.12
- Expand pub constraint to allow the latest
analyzer.