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

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

Issue 2858843002: Loosen type check on runZoned errorHandler (Closed)
Patch Set: Add todo Created 3 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 | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | sdk/lib/async/zone.dart » ('j') | 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 getter 'value' isn't defined for the class 'num'. (dart:html, line 4 0486, col 21) 1 [error] The getter 'value' isn't defined for the class 'num'. (dart:html, line 4 0486, col 21)
2 [error] A value of type 'Dimension' can't be assigned to a variable of type 'num '. (dart:html, line 40486, col 44) 2 [error] A value of type 'Dimension' can't be assigned to a variable of type 'num '. (dart:html, line 40486, col 44)
3 [error] The getter 'value' isn't defined for the class 'num'. (dart:html, line 4 0506, col 20) 3 [error] The getter 'value' isn't defined for the class 'num'. (dart:html, line 4 0506, col 20)
4 [error] A value of type 'Dimension' can't be assigned to a variable of type 'num '. (dart:html, line 40506, col 42) 4 [error] A value of type 'Dimension' can't be assigned to a variable of type 'num '. (dart:html, line 40506, col 42)
5 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 57, col 10) 5 [error] Undefined name 'lineMode'. (dart:io/stdio.dart, line 57, col 10)
6 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 122, col 12) 6 [error] The name 'echoMode=' is already defined. (dart:io/stdio.dart, line 122, col 12)
7 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 143, col 12) 7 [error] The name 'lineMode=' is already defined. (dart:io/stdio.dart, line 143, col 12)
8 [error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 719, col 61) 8 [error] The getter 'packagesBase' isn't defined for the class 'IsolateNatives'. (dart:isolate, line 719, col 61)
9 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 370 , col 3) 9 [error] Invalid override. The type of 'JsArray.[]=' ('(Object, E) → void') isn't a subtype of 'JsObject.[]=' ('(Object, dynamic) → dynamic'). (dart:js, line 370 , col 3)
10 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<Null>'. (dart:js_util, line 112, col 29) 10 [error] The argument type 'List' can't be assigned to the parameter type 'Iterab le<Null>'. (dart:js_util, line 112, col 29)
11 [error] The return type 'double' isn't a 'T', as defined by the method 'min'. (d art:math, line 90, col 16) 11 [error] The return type 'double' isn't a 'T', as defined by the method 'min'. (d art:math, line 98, col 16)
12 [error] The return type 'double' isn't a 'T', as defined by the method 'max'. (d art:math, line 125, col 16) 12 [error] The return type 'double' isn't a 'T', as defined by the method 'max'. (d art:math, line 133, col 16)
13 [warning] The final variable 'origin' must be initialized. (dart:html, line 187, col 3) 13 [warning] The final variable 'origin' must be initialized. (dart:html, line 187, col 3)
14 [warning] The final variable 'origin' must be initialized. (dart:html, line 853, col 3) 14 [warning] The final variable 'origin' must be initialized. (dart:html, line 853, col 3)
15 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1775, col 3) 15 [warning] The final variables 'form', 'labels' and '3' more must be initialized. (dart:html, line 1775, col 3)
16 [warning] The final variable 'options' must be initialized. (dart:html, line 892 2, col 3) 16 [warning] The final variable 'options' must be initialized. (dart:html, line 892 2, col 3)
17 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13164, col 3) 17 [warning] The final variables '_attributes', '_childElementCount' and '16' more must be initialized. (dart:html, line 13164, col 3)
18 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16932, col 3) 18 [warning] The final variables 'elements', 'form' and '4' more must be initialize d. (dart:html, line 16932, col 3)
19 [warning] The final variable 'length' must be initialized. (dart:html, line 1789 8, col 3) 19 [warning] The final variable 'length' must be initialized. (dart:html, line 1789 8, col 3)
20 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20564, col 3) 20 [warning] The final variables '_get_contentWindow' and 'sandbox' must be initial ized. (dart:html, line 20564, col 3)
21 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20703, col 3) 21 [warning] The final variables 'complete', 'currentSrc' and '2' more must be init ialized. (dart:html, line 20703, col 3)
22 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20860, col 3) 22 [warning] The final variables '_get_valueAsDate', 'entries' and '6' more must be initialized. (dart:html, line 20860, col 3)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866, col 3) 86 [warning] The final variable 'sheet' must be initialized. (dart:svg, line 4866, col 3)
87 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5354, col 3) 87 [warning] The final variables 'ownerSvgElement' and 'viewportElement' must be in itialized. (dart:svg, line 5354, col 3)
88 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5676, col 3) 88 [warning] The final variables 'currentTranslate', 'currentView' and '12' more mu st be initialized. (dart:svg, line 5676, col 3)
89 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5898, col 3) 89 [warning] The final variables 'preserveAspectRatio' and 'viewBox' must be initia lized. (dart:svg, line 5898, col 3)
90 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5974, col 3) 90 [warning] The final variables 'lengthAdjust' and 'textLength' must be initialize d. (dart:svg, line 5974, col 3)
91 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 6075, col 3) 91 [warning] The final variables 'href', 'method' and '2' more must be initialized. (dart:svg, line 6075, col 3)
92 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 6137, col 3) 92 [warning] The final variables 'dx', 'dy' and '3' more must be initialized. (dart :svg, line 6137, col 3)
93 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6436, col 3) 93 [warning] The final variables 'height', 'href' and '3' more must be initialized. (dart:svg, line 6436, col 3)
94 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6483, col 3) 94 [warning] The final variables 'preserveAspectRatio', 'viewBox' and '1' more must be initialized. (dart:svg, line 6483, col 3)
95 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6641, col 3) 95 [warning] The final variables 'gradientTransform', 'gradientUnits' and '2' more must be initialized. (dart:svg, line 6641, col 3)
OLDNEW
« no previous file with comments | « pkg/dev_compiler/lib/sdk/ddc_sdk.sum ('k') | sdk/lib/async/zone.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698