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 1944483002: Redo how Type objects are exposed from DDC. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: More tweaks. 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/patch_sdk.sh ('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) 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) 5 [error] Annotation can be only constant variable or constant constructor invocat ion (dart:core/stacktrace.dart, line 27, 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 25, col 5) 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 80, col 12) 15 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 80, col 12)
16 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 125, col 9) 16 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 125, col 9)
17 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 313, col 12) 17 [warning] Unsound implicit cast from dynamic to E (dart:_interceptors/js_array.d art, line 313, col 12)
18 [warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 265, col 31) 18 [warning] Unsound implicit cast from dynamic to List<int> (dart:_js_helper, line 265, col 31)
19 [warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 780, co l 16) 19 [warning] Unsound implicit cast from dynamic to E (dart:_js_helper, line 780, co l 16)
20 [warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, li ne 126, col 31) 20 [warning] Unsound implicit cast from dynamic to List<Type> (dart:_js_mirrors, li ne 126, col 31)
21 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 86, col 14) 21 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 86, col 14)
22 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 89, col 14) 22 [warning] Unsound implicit cast from dynamic to List<String> (dart:_interceptors /js_string.dart, line 89, col 14)
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3) 328 [warning] The final variable 'sheet' must be initialized (dart:svg, line 4634, c ol 3)
329 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3) 329 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized (dart:svg, line 5074, col 3)
330 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3) 330 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized (dart:svg, line 5388, col 3)
331 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3) 331 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized (dart:svg, line 5607, col 3)
332 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3) 332 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d (dart:svg, line 5679, col 3)
333 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3) 333 [warning] The final variables 'href', 'method' and '2' more must be initialized (dart:svg, line 5777, col 3)
334 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3) 334 [warning] The final variables 'dx', 'dy' and '3' more must be initialized (dart: svg, line 5838, col 3)
335 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3) 335 [warning] The final variables 'height', 'href' and '3' more must be initialized (dart:svg, line 6128, col 3)
336 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3) 336 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized (dart:svg, line 6173, col 3)
337 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized (dart:svg, line 6327, col 3) 337 [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/patch_sdk.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698