这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: swageh/test

Tags

1.3.3

Toggle 1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove imports of `dart:io` from `test.dart` unless its available (da…

…rt-lang#933)

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update sdk constraint to <3.0.0 (dart-lang#905)

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for loading precompiled kernel files for vm tests (dart-l…

…ang#896)

* support loading .vm.app.dill files in precompiled mode

* add a test for loading from dill files

* update pubspec/changelog for 1.2.0 release

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep-for-1.0.0 (dart-lang#886)

0.12.42

Toggle 0.12.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep for release (dart-lang#883)

0.12.41

Toggle 0.12.41's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep for release (dart-lang#879)

0.12.40

Toggle 0.12.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Report original test location in the json_reporter if different (dart…

…-lang#853)

* add root_line, root_column, and root_package_url to the json reporter

* update docs, pubspec, changelog

0.12.38+3

Toggle 0.12.38+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More Dart 2 runtime semantic fixes (dart-lang#844)

```
type 'WebSocketChannel' is not a subtype of type 'StreamChannel<String>' of 'channel'
```

Cast the `WebSocketChannel` to indicate that all values in each
direction will be `String`.

```
type 'CloseGuaranteeChannel<dynamic>' is not a subtype of type 'VirtualChannel'
```

Avoid using the `suiteChannel` variable for two types. It needs to start
as a `VirtualChannel` which has the `id` field, and then later be a
`StreamChannel`.

```
type 'RunnerSuite' is not a subtype of type 'FutureOr<Future<RunnerSuite>>'
```

Avoid the attempted Future flattening which was never correct but was
supported in the Dart 1 VM.

0.12.38+1

Toggle 0.12.38+1's commit message

0.12.38

Toggle 0.12.38's commit message