You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> pub run test --platform vm00:02 +0 -1: loading test/http_retry_test.dart [E] Failed to load "test/http_retry_test.dart": Unable to spawn isolate: file:///home/travis/.pub-cache/hosted/pub.dartlang.org/fake_async-0.1.2/lib/fake_async.dart:212:7: Error: The non-abstract class '_FakeTimer' is missing implementations for these members: 'tick'. Try to either - provide an implementation, - inherit an implementation from a superclass or mixin, - mark the class as abstract, or - provide a 'noSuchMethod' implementation. class _FakeTimer implements Timer { ^^^^^^^^^^ file:///home/travis/.pub-cache/hosted/pub.dartlang.org/fake_async-0.1.2/lib/fake_async.dart:247:61: Error: The static method has type '(dart.core::Comparable<dynamic>, dart.core::Comparable<dynamic>) → dart.core::int' that isn't of expected type '(dynamic, dynamic) → dart.core::int'. Change the type of the method or the context in which it is used. dynamic _minOf(Iterable i, [Comparator compare = Comparable.compare]) => ^00:02 +0 -1: Some tests failed.
As reported in dart-archive/http_retry#6, http_retry tests are now failing with this error:
See https://travis-ci.org/dart-lang/http_retry/builds/404507054
cc @kevmoo
The text was updated successfully, but these errors were encountered: