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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1967773005: update dart:math (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/patch/math_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 _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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3) 163 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32070, col 3)
164 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3) 164 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33057, col 3)
165 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3) 165 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33755, col 3)
166 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14) 166 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37619, col 14)
167 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14) 167 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37627, col 14)
168 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14) 168 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37635, col 14)
169 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67) 169 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40091, col 67)
170 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45) 170 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40113, col 45)
171 [warning] Unsound implicit cast from From to To (dart:html, line 42594, col 70) 171 [warning] Unsound implicit cast from From to To (dart:html, line 42594, col 70)
172 [warning] Unsound implicit cast from dynamic to To (dart:indexed_db, line 1205, col 37) 172 [warning] Unsound implicit cast from dynamic to To (dart:indexed_db, line 1205, col 37)
173 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 25)
174 [warning] Unsound implicit cast from num to T (dart:math/point.dart, line 59, co l 37)
175 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22) 173 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22)
176 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23) 174 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23)
177 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 2, col 23) 175 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 27 5, col 10)
178 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 21 3, col 24)
179 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 24 7, col 28)
180 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 26 3, col 30)
181 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3) 176 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3)
182 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3) 177 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3)
183 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3) 178 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3)
184 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3) 179 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3)
185 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3) 180 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3)
186 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3) 181 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3)
187 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3) 182 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3)
188 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3) 183 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3)
189 [warning] The final variables 'height', 'in1' and '10' more must be initialized (dart:svg, line 952, col 3) 184 [warning] The final variables 'height', 'in1' and '10' more must be initialized (dart:svg, line 952, col 3)
190 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d (dart:svg, line 1057, col 3) 185 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d (dart:svg, line 1057, col 3)
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 217 [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 5072, col 3) 218 [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 5386, col 3) 219 [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 5605, col 3) 220 [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 5677, col 3) 221 [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 5775, col 3) 222 [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 5836, col 3) 223 [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 6126, col 3) 224 [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 6171, col 3) 225 [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 6325, col 3) 226 [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/math_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698