Releases: dart-lang/test
Releases · dart-lang/test
package:test_core v0.6.16
- Fix coverage reporting to report all coverage when using JSON workflow.
- Add
SuiteConfiguration.suiteLoadTimeoutto configure the timeout for loading a test suite. - Removed hard-coded timeout of 12m for loading a test suite and set default to
none. - Bump
test_apito 0.7.10
package:test_api v0.7.10
- Fix missing locations on tests skipped due to the use of
solo.
package:test v1.30.0
- Add a
--suite-load-timeoutargument to allow configuring a timeout for
compiling and loading individual test suites. - Remove the default 12 minute timeout to compile and load test suites.
- Bump
test_coreto 0.6.16 - Add comments to the top-level libraries in the package.
- Bump
test_apito 0.7.10 to fix missing locations on tests skipped due to
the use ofsolo.
package:matcher v0.12.19
- Improve speed of pretty printing for large collections.
- Improve output of pairwiseCompare with mismatched types.
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