Skip to content

Releases: dart-lang/test

0.12.30+4

23 Feb 18:29
8c0926c
Compare
Choose a tag to compare
  • No longer run with headless mode as there are issues with the browser.
    The headless option will be added in the future when issues are
    resolved.

0.12.30+1

22 Jan 18:55
269ae63
Compare
Choose a tag to compare
  • Internal changes.

0.12.26+1

01 Nov 23:29
5652c6d
Compare
Choose a tag to compare
  • Fix lower bound on package stack_trace. Now 1.6.0.
  • Manually close browser process streams to prevent test hangs.

0.12.24+6

19 Sep 18:26
Compare
Choose a tag to compare
  • Small refactoring to make the package compatible with strong-mode compliant Zone API. No user-visible change.

0.12.24+5

15 Sep 22:47
Compare
Choose a tag to compare
  • Expose a way for tests to forward a loadException to the server.

0.12.24+4

12 Sep 22:10
Compare
Choose a tag to compare
  • Drain browser process stdout and stdin. This resolves test flakiness, especially in Travis
    with the Precise image.

0.12.24+3

11 Sep 21:02
Compare
Choose a tag to compare
  • Extend deserializeTimeout.

0.12.24+2

04 Aug 17:45
Compare
Choose a tag to compare
  • Only force exit if FORCE_TEST_EXIT is set in the environment.

0.12.23+1

26 Jun 17:28
Compare
Choose a tag to compare
  • Remove unused imports.

0.12.23

23 Jun 17:35
Compare
Choose a tag to compare
  • Add a fold_stack_frames field for dart_test.yaml. This will
    allow users to customize which packages' frames are folded.