Skip to content

Releases: dart-lang/test

package:test_core v0.6.16

27 Feb 01:53
45e4ef2

Choose a tag to compare

  • Fix coverage reporting to report all coverage when using JSON workflow.
  • Add SuiteConfiguration.suiteLoadTimeout to 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_api to 0.7.10

package:test_api v0.7.10

27 Feb 01:52
45e4ef2

Choose a tag to compare

  • Fix missing locations on tests skipped due to the use of solo.

package:test v1.30.0

27 Feb 01:54
45e4ef2

Choose a tag to compare

  • Add a --suite-load-timeout argument 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_core to 0.6.16
  • Add comments to the top-level libraries in the package.
  • Bump test_api to 0.7.10 to fix missing locations on tests skipped due to
    the use of solo.

package:matcher v0.12.19

27 Feb 01:52
45e4ef2

Choose a tag to compare

  • Improve speed of pretty printing for large collections.
  • Improve output of pairwiseCompare with mismatched types.

package:test_core v0.6.15

07 Jan 23:12
db0c811

Choose a tag to compare

  • Add --coverage-package flag, which filters the coverage report to specific
    packages using RegExps.
  • Require a function definition named main directly 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 analyzer major version 10.

package:test_api v0.7.9

07 Jan 23:07
db0c811

Choose a tag to compare

  • Allow analyzer major version 10.

package:test v1.29.0

07 Jan 23:13
db0c811

Choose a tag to compare

  • Add --coverage-package flag, which filters the coverage report to specific
    packages using RegExps.
  • Require a function definition named main directly 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 analyzer major version 10.

package:test v1.28.0

21 Nov 00:42
cba5c15

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Bump test_core to 0.6.14
  • Removed unused js dependency

package:test_core v0.6.14

20 Nov 23:54
3169454

Choose a tag to compare

  • Fix type cast when parsing a null hit map.

package:matcher v0.12.18

20 Nov 23:35
3169454

Choose a tag to compare

  • Add isSorted and related matchers for iterables.
  • Consider NaN to be equal to itself in equals.
  • Remove some dynamic invocations.
  • Add explicit casts from dynamic values.
  • Require Dart 3.7