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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 2254883002: roll analyzer (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: update Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « test/codegen/lib/convert/latin1_test.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [error] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47) 1 [error] The argument type 'InternalMap' cannot be assigned to the parameter type 'Map'. (dart:_isolate_helper/isolate_serialization.dart, line 47, col 47)
2 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int , E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami c). (dart:_interceptors/js_array.dart, line 586, col 25) 2 [error] Base class introduces an invalid override. The type of JSArray.[]= ((int , E) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynami c). (dart:_interceptors/js_array.dart, line 586, col 25)
3 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d art:_native_typed_data, line 793, col 3) 3 [error] Invalid override. The type of NativeTypedArrayOfDouble.[]= ((int, num) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (d art:_native_typed_data, line 793, col 3)
4 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:conv ert/chunked_conversion.dart, line 14, col 3) 4 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of Converter<S, T>.bind ((Stream<S>) → Stream<T>). (dart:conv ert/chunked_conversion.dart, line 14, col 3)
5 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (d art:convert/chunked_conversion.dart, line 14, col 3) 5 [error] Invalid override. The type of ChunkedConverter.bind ((dynamic) → dynamic ) is not a subtype of StreamTransformer<S, T>.bind ((Stream<S>) → Stream<T>). (d art:convert/chunked_conversion.dart, line 14, col 3)
6 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion (( dynamic) → dynamic) is not a subtype of Converter<S, T>.startChunkedConversion ( (Sink<T>) → Sink<S>). (dart:convert/chunked_conversion.dart, line 15, col 3) 6 [error] Invalid override. The type of ChunkedConverter.startChunkedConversion (( dynamic) → dynamic) is not a subtype of Converter<S, T>.startChunkedConversion ( (Sink<T>) → Sink<S>). (dart:convert/chunked_conversion.dart, line 15, col 3)
7 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 43, col 3) 7 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 43, col 3)
8 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16868, col 3) 8 [error] Invalid override. The type of FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16868, col 3)
9 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18903, col 3) 9 [error] Invalid override. The type of HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18903, col 3)
10 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht ml, line 23817, col 3) 10 [error] Invalid override. The type of MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht ml, line 23817, col 3)
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 [warning] Unsound implicit cast from dynamic to List<_LinkedHashSetCell<E>> (dar t:collection, line 1351, col 12) 90 [warning] Unsound implicit cast from dynamic to List<_LinkedHashSetCell<E>> (dar t:collection, line 1351, col 12)
91 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1358, col 40) 91 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1358, col 40)
92 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1391, col 40) 92 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1391, col 40)
93 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1412, col 40) 93 [warning] Unsound implicit cast from dynamic to _LinkedHashSetCell<E> (dart:coll ection, line 1412, col 40)
94 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1413, c ol 36) 94 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1413, c ol 36)
95 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1423, c ol 47) 95 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1423, c ol 47)
96 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1485, c ol 18) 96 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1485, c ol 18)
97 [warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_ conversion.dart, line 14, col 45) 97 [warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_ conversion.dart, line 14, col 45)
98 [warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_co nversion.dart, line 16, col 36) 98 [warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_co nversion.dart, line 16, col 36)
99 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12) 99 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12)
100 [warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:con vert/encoding.dart, line 17, col 12)
101 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12) 100 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
102 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16) 101 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16)
103 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3) 102 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
104 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3) 103 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3)
105 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33) 104 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33)
106 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3) 105 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3)
107 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14) 106 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14)
108 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14) 107 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14)
109 [warning] The final variable 'options' must be initialized (dart:html, line 8972 , col 3) 108 [warning] The final variable 'options' must be initialized (dart:html, line 8972 , col 3)
110 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13009, col 3) 109 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13009, col 3)
111 [warning] The final variables 'elements', 'form' and '4' more must be initialize d (dart:html, line 16625, col 3) 110 [warning] The final variables 'elements', 'form' and '4' more must be initialize d (dart:html, line 16625, col 3)
112 [warning] The final variable 'length' must be initialized (dart:html, line 17555 , col 3) 111 [warning] The final variable 'length' must be initialized (dart:html, line 17555 , col 3)
113 [warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:htm l, line 19315, col 12)
114 [warning] Unsound implicit cast from Future<dynamic> to Future<String> (dart:htm l, line 19532, col 14)
115 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized (dart:html, line 20113, col 3) 112 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized (dart:html, line 20113, col 3)
116 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized (dart:html, line 20246, col 3) 113 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized (dart:html, line 20246, col 3)
117 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized (dart:html, line 20400, col 3) 114 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized (dart:html, line 20400, col 3)
118 [warning] The final variables 'form', 'labels' and '4' more must be initialized (dart:html, line 21436, col 3) 115 [warning] The final variables 'form', 'labels' and '4' more must be initialized (dart:html, line 21436, col 3)
119 [warning] The final variables 'control' and 'form' must be initialized (dart:htm l, line 21547, col 3) 116 [warning] The final variables 'control' and 'form' must be initialized (dart:htm l, line 21547, col 3)
120 [warning] The final variable 'form' must be initialized (dart:html, line 21581, col 3) 117 [warning] The final variable 'form' must be initialized (dart:html, line 21581, col 3)
121 [warning] The final variables 'import', 'sheet' and '1' more must be initialized (dart:html, line 21607, col 3) 118 [warning] The final variables 'import', 'sheet' and '1' more must be initialized (dart:html, line 21607, col 3)
122 [warning] The final variable 'areas' must be initialized (dart:html, line 21759, col 3) 119 [warning] The final variable 'areas' must be initialized (dart:html, line 21759, col 3)
123 [warning] The final variables 'audioDecodedByteCount', 'audioTracks' and '16' mo re must be initialized (dart:html, line 21985, col 3) 120 [warning] The final variables 'audioDecodedByteCount', 'audioTracks' and '16' mo re must be initialized (dart:html, line 21985, col 3)
124 [warning] The final variable 'labels' must be initialized (dart:html, line 23501 , col 3) 121 [warning] The final variable 'labels' must be initialized (dart:html, line 23501 , col 3)
(...skipping 10 matching lines...) Expand all
135 [warning] The final variable '_rows' must be initialized (dart:html, line 31950, col 3) 132 [warning] The final variable '_rows' must be initialized (dart:html, line 31950, col 3)
136 [warning] The final variable 'content' must be initialized (dart:html, line 3199 3, col 3) 133 [warning] The final variable 'content' must be initialized (dart:html, line 3199 3, col 3)
137 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32069, col 3) 134 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32069, col 3)
138 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33056, col 3) 135 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33056, col 3)
139 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33754, col 3) 136 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33754, col 3)
140 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37618, col 14) 137 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37618, col 14)
141 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37626, col 14) 138 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37626, col 14)
142 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37634, col 14) 139 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37634, col 14)
143 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40090, col 67) 140 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40090, col 67)
144 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40112, col 45) 141 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40112, col 45)
145 [warning] Unsound implicit cast from Future<dynamic> to Future<Isolate> (dart:is olate, line 168, col 14)
146 [warning] Unsound implicit cast from Future<dynamic> to Future<Isolate> (dart:is olate, line 234, col 14)
147 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22) 142 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22)
148 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23) 143 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23)
149 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 27 5, col 10) 144 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 27 5, col 10)
150 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3) 145 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3)
151 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3) 146 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3)
152 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3) 147 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3)
153 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3) 148 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3)
154 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3) 149 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3)
155 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3) 150 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3)
156 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3) 151 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 186 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
192 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3) 187 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3)
193 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3) 188 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3)
194 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3) 189 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3)
195 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3) 190 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3)
196 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3) 191 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3)
197 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3) 192 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3)
198 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3) 193 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3)
199 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3) 194 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3)
200 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3) 195 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3)
OLDNEW
« no previous file with comments | « test/codegen/lib/convert/latin1_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698