Skip to content

Releases: dart-lang/test

0.12.22

13 Jun 00:22
Compare
Choose a tag to compare
  • Add a retry option to test() and group() functions, as well
    as @Retry() annotation for test files and a retry
    configuration field for dart_test.yaml. A test with reties
    enabled will be re-run if it fails for a reason other than a
    TestFailure.

  • Add a --no-retry runner flag that disables retries of failing tests.

  • Fix a "concurrent modification during iteration" error when calling
    addTearDown() from within a tear down.

0.12.21

05 Jun 19:34
Compare
Choose a tag to compare
  • Add a doesNotComplete matcher that asserts that a Future never completes.

  • throwsA() and all related matchers will now match functions that return
    Futures that emit exceptions.

  • Respect onPlatform for groups.

  • Only print browser load errors once per browser.

  • Gracefully time out when attempting to deserialize a test suite.

0.12.20+13

05 May 20:44
Compare
Choose a tag to compare
  • Upgrade to package:matcher 0.12.1

0.12.20+12

04 May 17:38
Compare
Choose a tag to compare
  • Now support v0.30.0 of pkg/analyzer

  • The test executable now does a "hard exit" when complete to ensure lingering isolates or async code don't block completion. This may affect users trying to use the Dart service protocol or observatory.

0.12.20+10

10 Apr 22:42
Compare
Choose a tag to compare
  • Refactor for internal tools.

0.12.20+9

05 Apr 20:41
Compare
Choose a tag to compare
  • Introduce new flag --chain-stack-traces to conditionally chain stack traces.

0.12.20+8

31 Mar 20:34
Compare
Choose a tag to compare
  • Fixed more blockers for compiling with dev_compiler.

  • Dartfmt the entire repo.

  • Note: 0.12.20+5-0.12.20+7 were tagged but not officially published.

0.12.20+7

31 Mar 18:24
Compare
Choose a tag to compare

More fixes for DDC

0.12.20+6

31 Mar 17:02
Compare
Choose a tag to compare
  • Add type info to prevent DDC compile time failure

0.12.20+5

30 Mar 16:39
Compare
Choose a tag to compare
  • Dartfmt repo