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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1953153002: Update dart:async to match the Dart repo. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Remove unneeded calls. 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/patch/async_patch.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)
5 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, col 3) 4 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, col 3)
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)
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)
11 [error] The part was not supplied as an input to the compiler. (dart:html_common /lists.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)
12 [warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, li ne 24, col 45) 12 [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) 13 [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) 14 [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) 15 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 107, col 12)
(...skipping 10 matching lines...) Expand all
26 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 445, col 27) 26 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 445, col 27)
27 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 550, col 12) 27 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 550, col 12)
28 [warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 268, col 31) 28 [warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 268, col 31)
29 [warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 828, co l 16) 29 [warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 828, co l 16)
30 [warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, li ne 126, col 31) 30 [warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, li ne 126, col 31)
31 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 92, col 14) 31 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 92, col 14)
32 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 95, col 14) 32 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 95, col 14)
33 [warning] Unsound implicit cast from dynamic to List<String> (dart:_js_helper/re gexp_helper.dart, line 108, col 22) 33 [warning] Unsound implicit cast from dynamic to List<String> (dart:_js_helper/re gexp_helper.dart, line 108, col 22)
34 [warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_hel per/regexp_helper.dart, line 140, col 43) 34 [warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_hel per/regexp_helper.dart, line 140, col 43)
35 [warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_hel per/regexp_helper.dart, line 152, col 43) 35 [warning] Unsound implicit cast from List<dynamic> to List<String> (dart:_js_hel per/regexp_helper.dart, line 152, col 43)
36 [warning] Unsound implicit cast from _StreamControllerLifecycle<dynamic> to _Str eamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 8, col 67)
37 [warning] Unsound implicit cast from _StreamControllerLifecycle<dynamic> to _Str eamControllerLifecycle<T> (dart:async/broadcast_stream_controller.dart, line 36, col 15)
38 [warning] Unsound implicit cast from StreamSubscription<dynamic> to _BroadcastSu bscription<T> (dart:async/broadcast_stream_controller.dart, line 194, col 18)
39 [warning] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscr iption<T> (dart:async/broadcast_stream_controller.dart, line 199, col 12)
40 [warning] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSub scription<T> (dart:async/broadcast_stream_controller.dart, line 308, col 48)
41 [warning] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSub scription<T> (dart:async/broadcast_stream_controller.dart, line 392, col 48)
42 [warning] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSub scription<T> (dart:async/broadcast_stream_controller.dart, line 401, col 48)
43 [warning] Unsound implicit cast from _BroadcastSubscriptionLink to _BroadcastSub scription<T> (dart:async/broadcast_stream_controller.dart, line 411, col 50)
44 [warning] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/f uture.dart, line 123, col 12)
45 [warning] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/f uture.dart, line 149, col 12)
46 [warning] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/f uture.dart, line 233, col 12)
47 [warning] Unsound implicit cast from Object to T (dart:async/future.dart, line 2 97, col 25)
48 [warning] Unsound implicit cast from Object to T (dart:async/future.dart, line 3 04, col 42)
49 [warning] Unsound implicit cast from Function to (dynamic) → bool (dart:async/fu ture_impl.dart, line 117, col 12)
50 [warning] Unsound implicit cast from (dynamic) → dynamic to (T) → S (dart:async/ future_impl.dart, line 208, col 11)
51 [warning] Unsound implicit cast from (dynamic) → dynamic to (dynamic) → bool (da rt:async/future_impl.dart, line 221, col 32)
52 [warning] Unsound implicit cast from _Future<dynamic> to Future<T> (dart:async/f uture_impl.dart, line 233, col 12)
53 [warning] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 245, col 12)
54 [warning] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 347, col 17)
55 [warning] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 357, col 15)
56 [warning] Unsound implicit cast from Future<dynamic> to Future<T> (dart:async/fu ture_impl.dart, line 386, col 31)
57 [warning] Unsound implicit cast from dynamic to T (dart:async/future_impl.dart, line 407, col 22)
58 [warning] Unsound implicit cast from dynamic to () → void (dart:async/schedule_m icrotask.dart, line 66, col 61)
59 [warning] Unsound implicit cast from dynamic to () → void (dart:async/schedule_m icrotask.dart, line 71, col 60)
60 [warning] Unsound implicit cast from dynamic to () → void (dart:async/schedule_m icrotask.dart, line 84, col 55)
61 [warning] Unsound implicit cast from (StreamSubscription<T>) → void to (StreamSu bscription<dynamic>) → void (dart:async/stream.dart, line 249, col 44)
62 [warning] Unsound implicit cast from (StreamSubscription<T>) → void to (StreamSu bscription<dynamic>) → void (dart:async/stream.dart, line 249, col 54)
63 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 503, col 24)
64 [warning] Unsound implicit cast from dynamic to S (dart:async/stream.dart, line 536, col 32)
65 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 537, col 11)
66 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 605, col 13)
67 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 631, col 13)
68 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 660, col 13)
69 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 697, col 13)
70 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1039, col 11)
71 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1080, col 11)
72 [warning] Unsound implicit cast from dynamic to (dynamic, StackTrace) → dynamic (dart:async/stream.dart, line 1132, col 11)
73 [warning] Unsound implicit cast from Function to () → void (dart:async/stream.da rt, line 1222, col 43)
74 [warning] Unsound implicit cast from Function to () → void (dart:async/stream.da rt, line 1230, col 43)
75 [warning] Unsound implicit cast from (dynamic) → dynamic to (EventSink<dynamic>) → void (dart:async/stream.dart, line 1248, col 21)
76 [warning] Unsound implicit cast from Function to () → void (dart:async/stream.da rt, line 1259, col 43)
77 [warning] Unsound implicit cast from Function to () → void (dart:async/stream.da rt, line 1278, col 53)
78 [warning] Unsound implicit cast from _ControllerSubscription<dynamic> to StreamS ubscription<T> (dart:async/stream_controller.dart, line 516, col 12)
79 [warning] Unsound implicit cast from _StreamController<dynamic> to _EventSink<T> (dart:async/stream_controller.dart, line 798, col 15)
80 [warning] Unsound implicit cast from (dynamic) → dynamic to (T) → void (dart:asy nc/stream_impl.dart, line 154, col 15)
81 [warning] Unsound implicit cast from StreamSubscription<dynamic> to StreamSubscr iption<T> (dart:async/stream_impl.dart, line 476, col 12)
82 [warning] Unsound implicit cast from (dynamic) → dynamic to (StreamSubscription< dynamic>) → void (dart:async/stream_impl.dart, line 813, col 28)
83 [warning] Unsound implicit cast from (dynamic) → dynamic to (StreamSubscription< dynamic>) → void (dart:async/stream_impl.dart, line 814, col 28)
84 [warning] Unsound implicit cast from dynamic to Future<bool> (dart:async/stream_ impl.dart, line 1000, col 14)
85 [warning] Unsound implicit cast from dynamic to T (dart:async/stream_impl.dart, line 1006, col 22)
86 [warning] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream _impl.dart, line 1035, col 31)
87 [warning] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream _impl.dart, line 1047, col 31)
88 [warning] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream _impl.dart, line 1061, col 31)
89 [warning] Unsound implicit cast from dynamic to _Future<bool> (dart:async/stream _impl.dart, line 1075, col 31)
90 [warning] Unsound implicit cast from dynamic to T (dart:async/stream_pipe.dart, line 104, col 15)
91 [warning] Unsound implicit cast from dynamic to T (dart:async/stream_pipe.dart, line 235, col 21)
92 [warning] Unsound implicit cast from Object to T (dart:async/stream_pipe.dart, l ine 426, col 29)
93 [warning] Unsound implicit cast from (dynamic) → dynamic to (Timer) → void (dart :async/timer.dart, line 80, col 19)
94 [warning] Unsound implicit cast from (dynamic) → dynamic to (Timer) → void (dart :async/zone.dart, line 962, col 16)
95 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 98, col 14) 36 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 98, col 14)
96 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 101, co l 14) 37 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 101, co l 14)
97 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 112, co l 12) 38 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 112, co l 12)
98 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 179, co l 12) 39 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 179, co l 12)
99 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 193, co l 14) 40 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 193, co l 14)
100 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 261, co l 17) 41 [warning] Unsound implicit cast from dynamic to V (dart:collection, line 261, co l 17)
101 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 397, co l 49) 42 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 397, co l 49)
102 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 404, co l 19) 43 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 404, co l 19)
103 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 404, co l 49) 44 [warning] Unsound implicit cast from dynamic to K (dart:collection, line 404, co l 49)
104 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 430, co l 9) 45 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 430, co l 9)
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 263 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
323 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3) 264 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3)
324 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3) 265 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3)
325 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3) 266 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3)
326 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3) 267 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3)
327 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3) 268 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3)
328 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3) 269 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3)
329 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3) 270 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3)
330 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3) 271 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3)
331 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3) 272 [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/patch/async_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698