Skip to content

Releases: dart-lang/test

package:test_core v0.5.9

25 Oct 15:45
78ce945
Compare
Choose a tag to compare
  • Update the vm_service constraint to allow version 13.x.

package:test v1.24.9

25 Oct 15:45
78ce945
Compare
Choose a tag to compare
  • Update the vm_service constraint to allow version 13.x.

package:test_core v0.5.8

13 Oct 19:36
ba050ae
Compare
Choose a tag to compare
  • Allow omitting the Compiler argument to currentPlatform.

package:test v1.24.8

13 Oct 19:40
ba050ae
Compare
Choose a tag to compare
  • Remove spurious deprecation during autocomplete for setUp and tearDown.

package:test_core v0.5.7

02 Oct 18:37
367aa39
Compare
Choose a tag to compare
  • Pass --disable-program-split to dart2js to fix tests which use deferred
    loading.
  • Add a 'silent' reporter option. Keep it hidden in the CLI args help since it
    is not useful in the general case, but can be useful for tests of the test
    runner.
  • Update to package:vm_service 12.0.0

package:test v1.24.7

02 Oct 18:37
367aa39
Compare
Choose a tag to compare
  • Simplify the initialization of the per-suite message channel within browser
    tests. See #2065
  • Add a timeout to browser test suite loads.
  • Fix running of browser tests that use deferred loaded libraries.

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.