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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1951263004: Pickup latest analyzer fixes (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Regen Created 4 years, 7 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 | « pubspec.yaml ('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] Missing concrete implementation of 'num.==' (dart:_interceptors/js_numbe r.dart, line 12, col 7) 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 576, col 25)
Leaf 2016/05/05 23:03:59 These are because of a fix I made. When we checke
3 [error] Missing concrete implementation of 'String.==' (dart:_interceptors/js_st ring.dart, line 14, col 7) 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 897, col 3)
4 [error] Invalid override. The type of _JsonStringStringifierPretty.writeIndentat ion ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation (( dynamic) → void). (dart:convert/json.dart, line 875, col 3)
5 [error] Invalid override. The type of _JsonUtf8StringifierPretty.writeIndentatio n ((int) → void) is not a subtype of _JsonPrettyPrintMixin.writeIndentation ((dy namic) → void). (dart:convert/json.dart, line 1034, col 3)
6 [error] Invalid override. The type of DateTime.compareTo ((DateTime) → int) is n ot a subtype of Comparable<dynamic>.compareTo ((dynamic) → int). (dart:core/date _time.dart, line 412, col 3)
4 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, col 3) 7 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, 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 16869, 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 18904, 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 23818, col 3)
11 [error] Invalid override. The type of NodeList.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 25467, col 3)
12 [error] Invalid override. The type of PluginArray.[]= ((int, Plugin) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 26971, col 3)
13 [error] Invalid override. The type of SourceBufferList.[]= ((int, SourceBuffer) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). ( dart:html, line 30209, col 3)
14 [error] Invalid override. The type of SpeechGrammarList.[]= ((int, SpeechGrammar ) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 30410, col 3)
15 [error] Invalid override. The type of TextTrackList.[]= ((int, TextTrack) → void ) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h tml, line 32569, col 3)
16 [error] Invalid override. The type of TouchList.[]= ((int, Touch) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, lin e 32904, col 3)
17 [error] The return type '_ElementEventStreamImpl<Event>' is not a 'ElementStream <BeforeUnloadEvent>', as defined by the method 'forElement'. (dart:html, line 36 588, col 12)
18 [error] The return type '_ElementListEventStreamImpl<Event>' is not a 'ElementSt ream<BeforeUnloadEvent>', as defined by the method '_forElementList'. (dart:html , line 36593, col 12)
19 [error] Invalid override. The type of _CssRuleList.[]= ((int, CssRule) → void) i s not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html , line 37675, col 3)
20 [error] Invalid override. The type of _GamepadList.[]= ((int, Gamepad) → void) i s not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html , line 37929, col 3)
21 [error] Invalid override. The type of _NamedNodeMap.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 38136, col 3)
22 [error] Invalid override. The type of _SpeechRecognitionResultList.[]= ((int, Sp eechRecognitionResult) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 38352, col 3)
23 [error] Invalid override. The type of _StyleSheetList.[]= ((int, StyleSheet) → v oid) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dar t:html, line 38416, col 3)
24 [error] The return type '_ElementListEventStreamImpl<Event>' is not a 'ElementSt ream<T>', as defined by the method '_forElementList'. (dart:html, line 39935, co l 12)
5 [error] Invalid override. The type of _EventStreamSubscription.asFuture (([dynam ic]) → Future<dynamic>) is not a subtype of StreamSubscription<T>.asFuture (<E>( [E]) → Future<E>). (dart:html, line 40153, col 3) 25 [error] Invalid override. The type of _EventStreamSubscription.asFuture (([dynam ic]) → Future<dynamic>) is not a subtype of StreamSubscription<T>.asFuture (<E>( [E]) → Future<E>). (dart:html, line 40153, col 3)
26 [error] The return type '_WrappedIterator<Node>' is not a 'Iterator<E>', as defi ned by the method 'iterator'. (dart:html, line 42531, col 31)
6 [error] The part was not supplied as an input to the compiler. (dart:html_common /conversions.dart, line 1, col 1) 27 [error] The part was not supplied as an input to the compiler. (dart:html_common /conversions.dart, line 1, col 1)
7 [error] The part was not supplied as an input to the compiler. (dart:html_common /conversions_dart2js.dart, line 1, col 1) 28 [error] The part was not supplied as an input to the compiler. (dart:html_common /conversions_dart2js.dart, line 1, col 1)
8 [error] The part was not supplied as an input to the compiler. (dart:html_common /css_class_set.dart, line 1, col 1) 29 [error] The part was not supplied as an input to the compiler. (dart:html_common /css_class_set.dart, line 1, col 1)
9 [error] The part was not supplied as an input to the compiler. (dart:html_common /device.dart, line 1, col 1) 30 [error] The part was not supplied as an input to the compiler. (dart:html_common /device.dart, line 1, col 1)
10 [error] The part was not supplied as an input to the compiler. (dart:html_common /filtered_element_list.dart, line 1, col 1) 31 [error] The part was not supplied as an input to the compiler. (dart:html_common /filtered_element_list.dart, line 1, col 1)
11 [error] The part was not supplied as an input to the compiler. (dart:html_common /lists.dart, line 1, col 1) 32 [error] The part was not supplied as an input to the compiler. (dart:html_common /lists.dart, line 1, col 1)
33 [error] Invalid override. The type of JsArray.[]= ((Object, E) → void) is not a subtype of JsObject.[]= ((Object, dynamic) → dynamic). (dart:js, line 363, col 3 )
12 [warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, li ne 24, col 45) 34 [warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, li ne 24, col 45)
13 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 839, col 37) 35 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 839, col 37)
14 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 886, col 11) 36 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 886, col 11)
15 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 107, col 12) 37 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 107, col 12)
16 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 149, col 17) 38 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 149, col 17)
17 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 157, col 17) 39 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 157, col 17)
18 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 188, col 27) 40 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 188, col 27)
19 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 229, col 27) 41 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 229, col 27)
20 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 242, col 27) 42 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 242, col 27)
21 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 254, col 27) 43 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 254, col 27)
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 [warning] The final variable '_rows' must be initialized (dart:html, line 31951, col 3) 205 [warning] The final variable '_rows' must be initialized (dart:html, line 31951, col 3)
184 [warning] The final variable 'content' must be initialized (dart:html, line 3199 4, col 3) 206 [warning] The final variable 'content' must be initialized (dart:html, line 3199 4, col 3)
185 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3) 207 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3)
186 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3) 208 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3)
187 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3) 209 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3)
188 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14) 210 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14)
189 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14) 211 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14)
190 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14) 212 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14)
191 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67) 213 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67)
192 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45) 214 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45)
193 [warning] Unsound implicit cast from num to T (dart:math, line 85, col 16) 215 [warning] Unsound implicit cast from From to To (dart:html, line 42594, col 70)
194 [warning] Unsound implicit cast from num to T (dart:math, line 120, col 16) 216 [warning] Unsound implicit cast from dynamic to To (dart:indexed_db, line 1205, col 37)
195 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 25)
196 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 38)
197 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 25)
198 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 38)
199 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 25) 217 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 25)
200 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 37) 218 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 37)
201 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 86, co l 12)
202 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 33 , col 18)
203 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 35 , col 19)
204 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 68 , col 41)
205 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 68 , col 50)
206 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 95 , col 40)
207 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 95 , col 54)
208 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 11 9, col 41)
209 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 12 0, col 44)
210 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 12 1, col 7)
211 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 12 3, col 7)
212 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22) 219 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22)
213 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23) 220 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23)
214 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 16 8, col 15)
215 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 17 0, col 16)
216 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 2, col 23) 221 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 2, col 23)
217 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 3, col 24) 222 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 3, col 24)
218 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 22 9, col 15)
219 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 23 1, col 16)
220 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 24 7, col 28) 223 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 24 7, col 28)
221 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 26 3, col 30) 224 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 26 3, col 30)
222 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3) 225 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3)
223 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3) 226 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3)
224 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3) 227 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3)
225 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3) 228 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3)
226 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3) 229 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3)
227 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3) 230 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3)
228 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3) 231 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3)
229 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3) 232 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 266 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
264 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3) 267 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3)
265 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3) 268 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3)
266 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3) 269 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3)
267 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3) 270 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3)
268 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3) 271 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3)
269 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3) 272 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3)
270 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3) 273 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3)
271 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3) 274 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3)
272 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3) 275 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3)
OLDNEW
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698