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 1966763004: always emit lazy field if overriding static (Closed) Base URL: git@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/lib/svg/dart2js/svg_dart2js.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 _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)
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 _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)
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 (( 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)
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) 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) 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) 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) 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)
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 [warning] The final variables 'height', 'maskContentUnits' and '7' more must be initialized (dart:svg, line 2907, col 3) 213 [warning] The final variables 'height', 'maskContentUnits' and '7' more must be initialized (dart:svg, line 2907, col 3)
214 [warning] The final variables 'animatedNormalizedPathSegList', 'animatedPathSegL ist' and '3' more must be initialized (dart:svg, line 3188, col 3) 214 [warning] The final variables 'animatedNormalizedPathSegList', 'animatedPathSegL ist' and '3' more must be initialized (dart:svg, line 3188, col 3)
215 [warning] The final variables 'height', 'href' and '11' more must be initialized (dart:svg, line 4017, col 3) 215 [warning] The final variables 'height', 'href' and '11' more must be initialized (dart:svg, line 4017, col 3)
216 [warning] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4182, col 3) 216 [warning] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4182, col 3)
217 [warning] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4213, col 3) 217 [warning] The final variables 'animatedPoints' and 'points' must be initialized (dart:svg, line 4213, col 3)
218 [warning] The final variables 'cx', 'cy' and '4' more must be initialized (dart: svg, line 4321, col 3) 218 [warning] The final variables 'cx', 'cy' and '4' more must be initialized (dart: svg, line 4321, col 3)
219 [warning] The final variables 'height', 'rx' and '4' more must be initialized (d art:svg, line 4397, col 3) 219 [warning] The final variables 'height', 'rx' and '4' more must be initialized (d art:svg, line 4397, col 3)
220 [warning] The final variable 'href' must be initialized (dart:svg, line 4444, co l 3) 220 [warning] The final variable 'href' must be initialized (dart:svg, line 4444, co l 3)
221 [warning] The final variable 'gradientOffset' must be initialized (dart:svg, lin e 4506, col 3) 221 [warning] The final variable 'gradientOffset' must be initialized (dart:svg, lin e 4506, col 3)
222 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 222 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
223 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3) 223 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3)
224 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3) 224 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3)
225 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3) 225 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3)
226 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3) 226 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3)
227 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3) 227 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3)
228 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3) 228 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3)
229 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3) 229 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3)
230 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3) 230 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3)
231 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3) 231 [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/lib/svg/dart2js/svg_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698