Releases: dart-lang/test
Releases · dart-lang/test
package:test_core v0.6.2
- Add
@doNotSubmitto more declarations of thesoloparameter.
package:test v1.25.4
- Add
@doNotSubmitto more declarations of thesoloparameter.
package:test_core v0.6.1
- Handle missing package configs.
- Document the silent reporter in CLI help output.
- Support enabling experiments with the dart2wasm compiler.
package:test_api v0.7.1
- Added
@doNotSubmittotest(solo: ...)andgroup(solo: ...). In
practice, this means that code that was relying on ignoring deprecation
warnings and usingsoloorgroupwith askipparameter will now fail if
dart analyze --fatal-infos(or similar) is enabled.
package:test v1.25.3
- Remove outdated StreamMatcher link from README table of contents.
- Document the silent reporter in CLI help output.
- Support enabling experiments with the dart2wasm compiler.
- Added
@doNotSubmittotest(solo: ...)andgroup(solo: ...). In
practice, this means that code that was relying on ignoring deprecation
warnings and usingsoloorgroupwith askipparameter will now fail if
dart analyze --fatal-infos(or similar) is enabled.
package:checks v0.3.0
- Breaking Changes
- Remove the
Conditionclass and theit()utility. Replace calls to
(it()..someExpectation())with((it) => it.someExpectation()).
- Remove the
- Add class modifiers to restrict extension of implementation classes.
package:test v1.25.2
- Fix a bug running browser tests with paths containing windows directory
separator follow by a character which is an invalid Dart string escape
sequence.
package:test v1.25.1
- Fix a bug where in precompiled mode, html files for tests were no longer
created. - Document the silent reporter in CLI help output.
package:test_core v0.6.0
- Handle paths with leading
/when spawning test isolates. - Added
dart2wasmas a supported compiler for thechromeruntime. - BREAKING: Removed the
experimentalChromeWasmruntime. - BREAKING: Removed
Runtime.isJSandRuntime.isWasm, as this is now
based on the compiler and not the runtime. - BREAKING: Removed
Configuration.pubServeUrland support for it. - Fix running of tests defined under
lib/with relative imports to other
libraries in the package. - Update the
package:frontend_server_clientconstraint to allow version
4.0.0. - Update the
package:vm_serviceconstraint to allow version14.x.
package:test_api v0.7.0
- Deprecate
Runtime.internetExplorer. - Added
dart2wasmas a supported compiler for thechromeruntime. - BREAKING: Removed the
experimentalChromeWasmruntime. - BREAKING: Removed
Runtime.isJSandRuntime.isWasm, as this is now
based on the compiler and not the runtime.