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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1948113003: Upgrade Iterable and Iterator. (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: 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 | « tool/input_sdk/private/string_helper.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] Missing concrete implementation of 'num.==' (dart:_interceptors/js_numbe r.dart, line 12, col 7) 2 [error] Missing concrete implementation of 'num.==' (dart:_interceptors/js_numbe r.dart, line 12, col 7)
3 [error] Missing concrete implementation of 'String.==' (dart:_interceptors/js_st ring.dart, line 14, col 7) 3 [error] Missing concrete implementation of 'String.==' (dart:_interceptors/js_st ring.dart, line 14, col 7)
4 [error] Type check failed: (_BroadcastSubscription<T> subscription) {subscriptio n._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStre amSubscription<T>) → void (dart:async/broadcast_stream_controller.dart, line 371 , col 24) 4 [error] Type check failed: (_BroadcastSubscription<T> subscription) {subscriptio n._close();} ((_BroadcastSubscription<T>) → void) is not of type (_BufferingStre amSubscription<T>) → void (dart:async/broadcast_stream_controller.dart, line 371 , col 24)
5 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, col 3) 5 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, col 3)
6 [error] The part was not supplied as an input to the compiler. (dart:html_common /conversions.dart, line 1, col 1) 6 [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) 7 [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) 8 [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) 9 [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) 10 [error] The part was not supplied as an input to the compiler. (dart:html_common /filtered_element_list.dart, line 1, col 1)
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 142, col 28) 188 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 142, col 28)
189 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 147, col 28) 189 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 147, col 28)
190 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 270, col 42) 190 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 270, col 42)
191 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 352, col 36) 191 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 352, col 36)
192 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 455, col 53) 192 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 455, col 53)
193 [warning] Unsound implicit cast from Map<dynamic, dynamic> to Map<String, Object > (dart:convert/json.dart, line 715, col 16) 193 [warning] Unsound implicit cast from Map<dynamic, dynamic> to Map<String, Object > (dart:convert/json.dart, line 715, col 16)
194 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 817, col 60) 194 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 817, col 60)
195 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 895, col 15) 195 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 895, col 15)
196 [warning] Unsound implicit cast from Sink<dynamic> to Sink<String> (dart:convert /line_splitter.dart, line 24, col 44) 196 [warning] Unsound implicit cast from Sink<dynamic> to Sink<String> (dart:convert /line_splitter.dart, line 24, col 44)
197 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12) 197 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
198 [warning] Unsound implicit cast from (int) → Object to (int) → E (dart:core/iter able.dart, line 319, col 22)
199 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 121 , col 16) 198 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 121 , col 16)
200 [warning] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/s tring.dart, line 120, col 17) 199 [warning] Unsound implicit cast from Iterable<int> to List<dynamic> (dart:core/s tring.dart, line 120, col 17)
201 [warning] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/u ri.dart, line 1278, col 37) 200 [warning] Unsound implicit cast from List<dynamic> to Iterable<int> (dart:core/u ri.dart, line 1278, col 37)
202 [warning] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.d art, line 2023, col 12) 201 [warning] Unsound implicit cast from List<dynamic> to List<int> (dart:core/uri.d art, line 2023, col 12)
203 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3) 202 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
204 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3) 203 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3)
205 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33) 204 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33)
206 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3) 205 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3)
207 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14) 206 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14)
208 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14) 207 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14)
(...skipping 24 matching lines...) Expand all
233 [warning] The final variable '_rows' must be initialized (dart:html, line 31951, col 3) 232 [warning] The final variable '_rows' must be initialized (dart:html, line 31951, col 3)
234 [warning] The final variable 'content' must be initialized (dart:html, line 3199 4, col 3) 233 [warning] The final variable 'content' must be initialized (dart:html, line 3199 4, col 3)
235 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3) 234 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3)
236 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3) 235 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3)
237 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3) 236 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3)
238 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14) 237 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14)
239 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14) 238 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14)
240 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14) 239 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14)
241 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67) 240 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67)
242 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45) 241 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45)
243 [warning] Unsound implicit cast from List<dynamic> to List<E> (dart:_internal/it erable.dart, line 312, col 12) 242 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 977, col 35)
244 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_int ernal/iterable.dart, line 361, col 39) 243 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_int ernal/iterable.dart, line 982, col 37)
245 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<S> (dart:_int ernal/iterable.dart, line 382, col 17) 244 [warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_inter nal/iterable.dart, line 982, col 47)
246 [warning] Unsound implicit cast from (dynamic) → Iterable<dynamic> to (S) → Iter able<T> (dart:_internal/iterable.dart, line 457, col 76) 245 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 987, col 35)
247 [warning] Unsound implicit cast from Iterator<dynamic> to Iterator<T> (dart:_int ernal/iterable.dart, line 483, col 29) 246 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_int ernal/iterable.dart, line 992, col 37)
248 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 992, col 35) 247 [warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_inter nal/iterable.dart, line 992, col 47)
249 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_int ernal/iterable.dart, line 997, col 37) 248 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 996, col 40)
250 [warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_inter nal/iterable.dart, line 997, col 47) 249 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 1032, col 35)
251 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 1002, col 35) 250 [warning] Unsound implicit cast from List<dynamic> to List<T> (dart:_internal/it erable.dart, line 1114, col 31)
252 [warning] Unsound implicit cast from Iterable<dynamic> to Iterable<T> (dart:_int ernal/iterable.dart, line 1007, col 37)
253 [warning] Unsound implicit cast from (dynamic) → bool to (T) → bool (dart:_inter nal/iterable.dart, line 1007, col 47)
254 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 1011, col 40)
255 [warning] Unsound implicit cast from List<dynamic> to Iterable<T> (dart:_interna l/iterable.dart, line 1047, col 35)
256 [warning] Unsound implicit cast from List<dynamic> to List<T> (dart:_internal/it erable.dart, line 1129, col 31)
257 [warning] Unsound implicit cast from num to T (dart:math, line 85, col 16) 251 [warning] Unsound implicit cast from num to T (dart:math, line 85, col 16)
258 [warning] Unsound implicit cast from num to T (dart:math, line 120, col 16) 252 [warning] Unsound implicit cast from num to T (dart:math, line 120, col 16)
259 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 25) 253 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 25)
260 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 38) 254 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 37, co l 38)
261 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 25) 255 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 25)
262 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 38) 256 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 46, co l 38)
263 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 25) 257 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 25)
264 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 37) 258 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 37)
265 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 86, co l 12) 259 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 86, co l 12)
266 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 33 , col 18) 260 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 33 , col 18)
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 321 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
328 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3) 322 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3)
329 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3) 323 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3)
330 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3) 324 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3)
331 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3) 325 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3)
332 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3) 326 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3)
333 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3) 327 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3)
334 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3) 328 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3)
335 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3) 329 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3)
336 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3) 330 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3)
OLDNEW
« no previous file with comments | « tool/input_sdk/private/string_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698