Skip to content

Releases: dart-lang/test

package:test_core v0.5.6

08 Aug 22:00
ae2ab1e
Compare
Choose a tag to compare
  • Add support for discontinuing after the first failing test with --fail-fast.

package:test v1.24.6

08 Aug 17:01
2e9bba2
Compare
Choose a tag to compare
  • Fix communication failures between minified test apps and the non-minified host app.* Add support for discontinuing after the first failing test with --fail-fast.

package:test_core v0.5.5

31 Jul 22:03
9e124e9
Compare
Choose a tag to compare
  • Change "compiling " to "loading " message in all cases. Surface the "loading" messages in the situations where previously only "compiling" message would be used.

package:test v1.24.5

31 Jul 22:04
9e124e9
Compare
Choose a tag to compare
  • Change "compiling " to "loading " message in all cases. Surface the "loading" messages in the situations where previously only "compiling" message would be used.* Support browser tests where the frame creates the message channel.

package:test_core v0.5.4

28 Jun 19:47
021667a
Compare
Choose a tag to compare
  • Drop support for null unsafe Dart, bump SDK constraint to 3.0.0.
  • Add final modifier on some implementation classes: Configuration,
    CustomRuntime,RuntimeSettings, SuiteConfiguration.
  • Fix the root_ fields in the JSON reporter when running a test on Windows
    with an absolute path.
  • Allow the latest analyzer (6.x.x).

package:test_api v0.6.1

28 Jun 19:46
021667a
Compare
Choose a tag to compare
  • Drop support for null unsafe Dart, bump SDK constraint to 3.0.0.
  • Make some implementation classes final. These classes were never intended to
    be extended or implemented. Metadata, PlatformSelector, RemoteListener,
    Runtime, StackTraceFormatter, SuitePlatform, RemoteException,
    TestHandle, OutstandingWork, OutsideTestException, OnPlatform,
    Retry, Skip, Tags, TestOn, Timeout.
  • Mark an implementation class interface: StackTraceMapper.
  • Change the Compiler class into an enum.
  • Make Fake a mixin class.
  • Allow the latest analyzer (6.x.x).

package:test v1.24.4

28 Jun 19:48
021667a
Compare
Choose a tag to compare
  • Drop support for null unsafe Dart, bump SDK constraint to 3.0.0.
  • Make some annotation classes final: OnPlatform, Retry, Skip, Tags,
    TestOn, Timeout.
  • Fix the root_ fields in the JSON reporter when running a test on Windows
    with an absolute path.
  • Add support for SAFARI_EXECUTABLE, FIREFOX_EXECUTABLE and
    MS_EDGE_EXECUTABLE for custom browser installations.
  • Allow the latest analyzer (6.x.x).
  • Add MOZ_AUTOMATION=1 environmental variable to Firefox runner, to make
    launcher process on Windows wait for browser exit.

test_v1.16.0-nullsafety.5-dev: Avoid importing all of test_core from load_suite (#1337)

14 Sep 16:47
e178935
Compare
Choose a tag to compare
This will make it easier to separate the package into more fine grained
targets.

Other minor cleanup:
- Remove a stale ignore from when DDC struggled with conditional
  imports.
- Fix some lints about unnecessary `this`.

test_1.16.0-nullsafety.4

14 Sep 16:46
2549de3
Compare
Choose a tag to compare
Update package:vm_service dependency (#1334)

test_v1.12.0

04 Feb 21:09
41285de
Compare
Choose a tag to compare
Add missing constraint (#1167)