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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1978963002: Upgrade to the latest dart:convert. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@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/patch/convert_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] 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) 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)
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 _UnicodeSubsetEncoder.bind ((Stream<String >) → Stream<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>. bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 114, 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 _UnicodeSubsetDecoder.bind ((Stream<List<i nt>>) → Stream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>. bind ((Stream<dynamic>) → Stream<dynamic>). (dart:convert/ascii.dart, line 222, 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 (( Sink<T2>) → ChunkedConversionSink<S2>) is not a subtype of Converter<S, T>.start ChunkedConversion ((Sink<dynamic>) → ChunkedConversionSink<dynamic>). (dart:conv ert/chunked_conversion.dart, line 33, 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] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre am<T2>) is not a subtype of Converter<S, T>.bind ((Stream<dynamic>) → Stream<dyn amic>). (dart:convert/chunked_conversion.dart, line 38, col 3)
8 [error] Invalid override. The type of ChunkedConverter.bind ((Stream<S2>) → Stre am<T2>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream<dy namic>) → Stream<dynamic>). (dart:convert/chunked_conversion.dart, line 38, col 3)
9 [error] The redirected constructor '((List<dynamic>) → void) → _SimpleCallbackSi nk<dynamic>' has incompatible parameters with '((List<T>) → void) → ChunkedConve rsionSink<T>' (dart:convert/chunked_conversion.dart, line 74, col 45)
10 [error] Invalid override. The type of JsonDecoder.bind ((Stream<String>) → Strea m<Object>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Stream <dynamic>) → Stream<dynamic>). (dart:convert/json.dart, line 513, col 3)
11 [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 905, col 3)
12 [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 1063, col 3)
13 [error] Invalid override. The type of Utf8Encoder.bind ((Stream<String>) → Strea m<List<int>>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 130, col 3)
14 [error] Invalid override. The type of Utf8Decoder.bind ((Stream<List<int>>) → St ream<String>) is not a subtype of StreamTransformer<dynamic, dynamic>.bind ((Str eam<dynamic>) → Stream<dynamic>). (dart:convert/utf.dart, line 370, col 3)
15 [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 448, col 3) 7 [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 448, col 3)
16 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 43, col 3) 8 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 43, col 3)
17 [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 FileList.[]= ((int, File) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 16869, col 3)
18 [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 HtmlCollection.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 18904, col 3)
19 [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 MimeTypeArray.[]= ((int, MimeType) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:ht ml, line 23818, col 3)
20 [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 NodeList.[]= ((int, Node) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 25467, col 3)
21 [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 PluginArray.[]= ((int, Plugin) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 26971, col 3)
22 [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 SourceBufferList.[]= ((int, SourceBuffer) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). ( dart:html, line 30209, col 3)
23 [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 SpeechGrammarList.[]= ((int, SpeechGrammar ) → void) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:html, line 30410, col 3)
24 [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 TextTrackList.[]= ((int, TextTrack) → void ) is not a subtype of JSMutableIndexable.[]= ((int, dynamic) → dynamic). (dart:h tml, line 32569, col 3)
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1344, c ol 12) 97 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1344, c ol 12)
106 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1351, c ol 14) 98 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1351, c ol 14)
107 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1361, c ol 12) 99 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1361, c ol 12)
108 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1366, c ol 12) 100 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1366, c ol 12)
109 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1435, c ol 19) 101 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1435, c ol 19)
110 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1610, c ol 21) 102 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1610, c ol 21)
111 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1610, c ol 36) 103 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1610, c ol 36)
112 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1620, c ol 47) 104 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1620, c ol 47)
113 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1682, c ol 18) 105 [warning] Unsound implicit cast from dynamic to E (dart:collection, line 1682, c ol 18)
114 [warning] Unsound implicit cast from dynamic to LinkedHashMap<K, V> (dart:collec tion/linked_hash_map.dart, line 160, col 12) 106 [warning] Unsound implicit cast from dynamic to LinkedHashMap<K, V> (dart:collec tion/linked_hash_map.dart, line 160, col 12)
115 [warning] Unsound implicit cast from List<dynamic> to List<int> (dart:convert/as cii.dart, line 97, col 12) 107 [warning] Unsound implicit cast from dynamic to Stream<S> (dart:convert/chunked_ conversion.dart, line 14, col 45)
116 [warning] Unsound implicit cast from Converter<S, dynamic> to Converter<S, T> (d art:convert/codec.dart, line 87, col 34) 108 [warning] Unsound implicit cast from dynamic to Sink<T> (dart:convert/chunked_co nversion.dart, line 16, col 36)
117 [warning] Unsound implicit cast from Converter<T, dynamic> to Converter<T, S> (d art:convert/codec.dart, line 88, col 34)
118 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12) 109 [warning] Unsound implicit cast from dynamic to List<String> (dart:convert, line 311, col 12)
119 [warning] Unsound implicit cast from Converter<S, T> to ChunkedConverter<dynamic , dynamic, dynamic, dynamic> (dart:convert/converter.dart, line 51, col 59)
120 [warning] Unsound implicit cast from ChunkedConverter<List<int>, String, List<in t>, String> to StreamTransformer<List<int>, dynamic> (dart:convert/encoding.dart , line 18, col 18)
121 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 145, col 28)
122 [warning] Unsound implicit cast from (dynamic) → dynamic to (Object) → Object (d art:convert/json.dart, line 150, col 28)
123 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 273, col 42)
124 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 357, col 36)
125 [warning] Unsound implicit cast from Function to (Object) → dynamic (dart:conver t/json.dart, line 460, col 53)
126 [warning] Unsound implicit cast from Map<dynamic, dynamic> to Map<String, Object > (dart:convert/json.dart, line 719, col 30)
127 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 847, col 60)
128 [warning] Unsound implicit cast from dynamic to (Object) → Object (dart:convert/ json.dart, line 925, col 15)
129 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12) 110 [warning] Unsound implicit cast from dynamic to T (dart:core/expando.dart, line 55, col 12)
130 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16) 111 [warning] Unsound implicit cast from dynamic to E (dart:core/list.dart, line 126 , col 16)
131 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3) 112 [warning] The final variable 'origin' must be initialized (dart:html, line 177, col 3)
132 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3) 113 [warning] The final variable 'origin' must be initialized (dart:html, line 813, col 3)
133 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33) 114 [warning] Unsound implicit cast from dynamic to List<String> (dart:html, line 11 45, col 33)
134 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3) 115 [warning] The final variables 'form', 'labels' and '3' more must be initialized (dart:html, line 1691, col 3)
135 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14) 116 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2723, col 14)
136 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14) 117 [warning] Unsound implicit cast from dynamic to List<num> (dart:html, line 2725, col 14)
137 [warning] The final variable 'options' must be initialized (dart:html, line 8973 , col 3) 118 [warning] The final variable 'options' must be initialized (dart:html, line 8973 , col 3)
138 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13010, col 3) 119 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized (dart:html, line 13010, col 3)
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 198 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
218 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3) 199 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3)
219 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3) 200 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3)
220 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3) 201 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3)
221 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3) 202 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3)
222 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3) 203 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3)
223 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3) 204 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3)
224 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3) 205 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3)
225 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3) 206 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3)
226 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3) 207 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3)
OLDNEW
« no previous file with comments | « tool/input_sdk/patch/convert_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698