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

Side by Side Diff: pkg/dev_compiler/tool/sdk_expected_errors.txt

Issue 2407913002: Stop using unittest in point_test and rectangle_test. (Closed)
Patch Set: Fix cast in the input_sdk. Created 4 years, 2 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 | « pkg/dev_compiler/tool/input_sdk/lib/math/rectangle.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] Could not infer type parameter T, _ControllerEventSinkWrapper<dynamic> m ust be of type EventSink<T>. (dart:async/stream.dart, line 1346, col 16) 1 [error] Could not infer type parameter T, _ControllerEventSinkWrapper<dynamic> m ust be of type EventSink<T>. (dart:async/stream.dart, line 1346, col 16)
2 [error] The argument type '_ControllerEventSinkWrapper' cannot be assigned to th e parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53) 2 [error] The argument type '_ControllerEventSinkWrapper' cannot be assigned to th e parameter type 'EventSink<T>'. (dart:async/stream.dart, line 1346, col 53)
3 [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) 3 [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)
4 [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) 4 [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)
5 [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) 5 [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)
6 [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 40152, col 3) 6 [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 40152, col 3)
7 [error] Invalid override. The type of JsArray.[]= ((Object, E) → void) is not a subtype of JsObject.[]= ((Object, dynamic) → dynamic). (dart:js, line 363, col 3 ) 7 [error] Invalid override. The type of JsArray.[]= ((Object, E) → void) is not a subtype of JsObject.[]= ((Object, dynamic) → dynamic). (dart:js, line 363, col 3 )
8 [warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, li ne 39, col 45) 8 [warning] Unsound implicit cast from dynamic to List<String> (dart:_debugger, li ne 39, col 45)
9 [warning] Unsound implicit cast from dynamic to List<NameValuePair> (dart:_debug ger, line 750, col 43) 9 [warning] Unsound implicit cast from dynamic to List<NameValuePair> (dart:_debug ger, line 750, col 43)
10 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 839, col 37) 10 [warning] Unsound implicit cast from dynamic to List<String> (dart:_isolate_help er, line 839, col 37)
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 [warning] The final variable '_rows' must be initialized (dart:html, line 31950, col 3) 112 [warning] The final variable '_rows' must be initialized (dart:html, line 31950, col 3)
113 [warning] The final variable 'content' must be initialized (dart:html, line 3199 3, col 3) 113 [warning] The final variable 'content' must be initialized (dart:html, line 3199 3, col 3)
114 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32069, col 3) 114 [warning] The final variables 'form', 'labels' and '5' more must be initialized (dart:html, line 32069, col 3)
115 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33056, col 3) 115 [warning] The final variables 'readyState' and 'track' must be initialized (dart :html, line 33056, col 3)
116 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33754, col 3) 116 [warning] The final variables 'decodedFrameCount', 'droppedFrameCount' and '2' m ore must be initialized (dart:html, line 33754, col 3)
117 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37618, col 14) 117 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37618, col 14)
118 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37626, col 14) 118 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37626, col 14)
119 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37634, col 14) 119 [warning] Unsound implicit cast from dynamic to Rectangle<num> (dart:html, line 37634, col 14)
120 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40090, col 67) 120 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40090, col 67)
121 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40112, col 45) 121 [warning] Unsound implicit cast from (T) → void to (Event) → dynamic (dart:html, line 40112, col 45)
122 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 1, col 22) 122 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 8, col 22)
123 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 2, col 23) 123 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 15 9, col 23)
124 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 27 5, col 10) 124 [warning] Unsound implicit cast from num to T (dart:math/rectangle.dart, line 28 2, col 10)
125 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3) 125 [warning] The final variables 'href' and 'target' must be initialized (dart:svg, line 60, col 3)
126 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3) 126 [warning] The final variables 'requiredExtensions', 'requiredFeatures' and '2' m ore must be initialized (dart:svg, line 489, col 3)
127 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3) 127 [warning] The final variables 'cx', 'cy' and '1' more must be initialized (dart: svg, line 562, col 3)
128 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3) 128 [warning] The final variable 'clipPathUnits' must be initialized (dart:svg, line 597, col 3)
129 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3) 129 [warning] The final variables 'cx', 'cy' and '2' more must be initialized (dart: svg, line 689, col 3)
130 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3) 130 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 732, col 3)
131 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3) 131 [warning] The final variables 'height', 'in1' and '6' more must be initialized ( dart:svg, line 820, col 3)
132 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3) 132 [warning] The final variables 'height', 'in1' and '4' more must be initialized ( dart:svg, line 904, col 3)
133 [warning] The final variables 'height', 'in1' and '10' more must be initialized (dart:svg, line 952, col 3) 133 [warning] The final variables 'height', 'in1' and '10' more must be initialized (dart:svg, line 952, col 3)
134 [warning] The final variables 'bias', 'divisor' and '15' more must be initialize d (dart:svg, line 1057, col 3) 134 [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
166 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 166 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
167 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3) 167 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5072, col 3)
168 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3) 168 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5386, col 3)
169 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3) 169 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5605, col 3)
170 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3) 170 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5677, col 3)
171 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3) 171 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5775, col 3)
172 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3) 172 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5836, col 3)
173 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3) 173 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6126, col 3)
174 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3) 174 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6171, col 3)
175 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3) 175 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6325, col 3)
OLDNEW
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/lib/math/rectangle.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698