Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Dart 2 runtime failures in tests #26

Closed
keertip opened this issue May 2, 2018 · 2 comments
Closed

Dart 2 runtime failures in tests #26

keertip opened this issue May 2, 2018 · 2 comments

Comments

@keertip
Copy link
Contributor

keertip commented May 2, 2018

Running tests in Dart 2 mode, see the following failure

00:02 +0 -2: RecordingProcessManager run [E]
type 'List' is not a subtype of type 'List' where
List is from dart:core
List is from dart:core
String is from dart:core

package:process/src/record_replay/common.dart 15:6 sanitize
package:process/src/record_replay/recording_process_manager.dart 147:37 RecordingProcessManager.run
===== asynchronous gap ===========================
dart:async _Completer.completeError
package:process/src/record_replay/recording_process_manager.dart RecordingProcessManager.run
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:process/src/record_replay/recording_process_manager.dart RecordingProcessManager.run
../../tmp/archives/third_party/dart/process/test/record_test.dart 65:25 main..
===== asynchronous gap ===========================
dart:async new Future.microtask
../../process/test/record_test.dart 63:17 main..

@keertip
Copy link
Contributor Author

keertip commented May 2, 2018

/cc @srawlins

@stuartmorgan
Copy link
Contributor

Closing as obsolete; tests are passing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants