-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-dart2wasmIssues for the dart2wasm compiler.Issues for the dart2wasm compiler.
Description
Reproduction: clone, dart pub get
, dart test -p chrome --compiler dart2wasm
- pkg:crypto - almost all tests fail due to time outs
- Waiting for dev SDK to roll to land PR - Test dart2wasm dart-archive/crypto#162
- pkg:async - one tests fail
test/subscription_stream_test.dart: cancelOnError source: no: - subscriptionStream: no [E]
Expected: [1, 2, 'To err is divine!', 4]
Actual: [1, 2, 'To err is divine!']
Which: at location [3] is [1, 2, 'To err is divine!'] which shorter than expected
Metadata
Metadata
Assignees
Labels
area-dart2wasmIssues for the dart2wasm compiler.Issues for the dart2wasm compiler.