Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: tool/sdk_expected_errors.txt

Issue 1757343002: upgrade to latest analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/language/compile_time_constant8_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/sdk_expected_errors.txt
diff --git a/tool/sdk_expected_errors.txt b/tool/sdk_expected_errors.txt
index 446a210779b478b8b51ba7a39f9af2c689a1e76d..a902597001f97de4e90ccb552a6e4ee2afa65690 100644
--- a/tool/sdk_expected_errors.txt
+++ b/tool/sdk_expected_errors.txt
@@ -3,9 +3,6 @@ severe: [STATIC_TYPE_ERROR] Type check failed: x (InternalMap) is not of type Ma
severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_interceptors/js_number.dart, line 12, col 7)
severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_interceptors/js_string.dart, line 14, col 7)
severe: [STATIC_TYPE_ERROR] Type check failed: (_BroadcastSubscription<T> subscription) {subscription._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStreamSubscription<T>) → void (dart:async/broadcast_stream_controller.dart, line 371, col 24)
-severe: [STATIC_TYPE_ERROR] Type check failed: _nullDataHandler ((dynamic) → void) is not of type (T) → void (dart:async/stream_impl.dart, line 153, col 42)
-severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleData ((dynamic, EventSink<dynamic>) → void) is not of type (S, EventSink<T>) → void (dart:async/stream_transformers.dart, line 234, col 48)
-severe: [STATIC_TYPE_ERROR] Type check failed: _defaultHandleError ((dynamic, StackTrace, EventSink<dynamic>) → void) is not of type (Object, StackTrace, EventSink<T>) → void (dart:async/stream_transformers.dart, line 235, col 50)
severe: [AnalyzerMessage] Annotation can be only constant variable or constant constructor invocation (dart:core/stacktrace.dart, line 27, col 3)
severe: [AnalyzerMessage] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 31, col 48)
severe: [AnalyzerMessage] The class 'StackTrace' does not have a constructor 'fromString' (dart:core/stacktrace.dart, line 35, col 50)
@@ -197,17 +194,7 @@ warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (int) → Object to (i
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 121, col 16)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<E> (dart:core/list.dart, line 124, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/string.dart, line 121, col 17)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1131, col 45)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1144, col 45)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1146, col 51)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1163, col 61)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1183, col 45)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/uri.dart, line 1278, col 37)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1754, col 23)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1793, col 9)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1837, col 23)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Map<String, String> (dart:core/uri.dart, line 1869, col 12)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 1901, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.dart, line 2023, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<E> (dart:_internal/iterable.dart, line 310, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_internal/iterable.dart, line 357, col 39)
@@ -253,7 +240,8 @@ warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/re
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 247, col 28)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 263, col 30)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String> (dart:_debugger, line 25, col 5)
-severe: [STATIC_TYPE_ERROR] Type check failed: _convertToJS ((dynamic) → dynamic) is not of type (E) → dynamic (dart:js, line 327, col 44)
+severe: [AnalyzerMessage] The argument type 'Iterable<E>' cannot be assigned to the parameter type 'Iterable<int>' (dart:js, line 424, col 40)
+severe: [STATIC_TYPE_ERROR] Type check failed: iterable.skip(skipCount).take(length) (Iterable<E>) is not of type Iterable<int> (dart:js, line 424, col 40)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 360, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 406, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E (dart:js, line 411, col 12)
@@ -528,7 +516,6 @@ severe: [AnalyzerMessage] The final variables 'preserveAspectRatio', 'viewBox' a
severe: [AnalyzerMessage] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6420, col 3)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2396, col 14)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<num> (dart:html, line 2398, col 14)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Iterable<dynamic> to Iterable<CssStyleDeclaration> (dart:html, line 4466, col 46)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Element> (dart:html, line 9949, col 21)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from (dynamic) → bool to (Element) → bool (dart:html, line 11089, col 41)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _FrozenElementList to Iterable<Element> (dart:html, line 11770, col 59)
@@ -536,7 +523,6 @@ warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from _FrozenElementList to
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Element> (dart:html, line 12525, col 21)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Map<String, dynamic>> (dart:html, line 12759, col 25)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to Stream<Geoposition> (dart:html, line 16996, col 12)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Future<dynamic> to Future<String> (dart:html, line 18649, col 14)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<Node> (dart:html, line 23819, col 23)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<String> (dart:html, line 28907, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to Iterable<String> (dart:html, line 28913, col 12)
@@ -544,16 +530,8 @@ warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<String
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (num) → void (dart:html, line 32042, col 35)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Stream<BeforeUnloadEvent> (dart:html, line 33903, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> to Iterable<Element> (dart:html, line 33916, col 44)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36604, col 32)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36607, col 32)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to List<Element> (dart:html, line 36660, col 20)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36694, col 32)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36696, col 32)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36726, col 32)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from List<dynamic> to List<String> (dart:html, line 36728, col 55)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from ElementList<dynamic> to Iterable<Element> (dart:html, line 37273, col 44)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Stream<T> (dart:html, line 37350, col 41)
-warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from Stream<dynamic> to Stream<T> (dart:html, line 37374, col 41)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:html, line 37389, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscription<T> (dart:html, line 37398, col 12)
warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to (Event) → dynamic (dart:html, line 37468, col 44)
« no previous file with comments | « test/codegen/language/compile_time_constant8_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698