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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1625563002: Use the great new Devtools API for custom formatters. Now Dart objects are now generally as easy to… (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7) 1 severe: [AnalyzerMessage] Missing concrete implementation of 'num.==' (dart:_int erceptors/js_number.dart, line 12, col 7)
2 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7) 2 severe: [AnalyzerMessage] Missing concrete implementation of 'String.==' (dart:_ interceptors/js_string.dart, line 14, col 7)
3 warning: [DOWN_CAST_COMPOSITE] doneHandlers (dynamic) will need runtime check to cast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29) 3 warning: [DOWN_CAST_COMPOSITE] doneHandlers (dynamic) will need runtime check to cast to type Iterable<SendPort> (dart:_isolate_helper, line 574, col 29)
4 warning: [DOWN_CAST_COMPOSITE] args (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 839, col 37) 4 warning: [DOWN_CAST_COMPOSITE] args (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 839, col 37)
5 warning: [DOWN_CAST_COMPOSITE] msg['args'] (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 886, col 11) 5 warning: [DOWN_CAST_COMPOSITE] msg['args'] (dynamic) will need runtime check to cast to type List<String> (dart:_isolate_helper, line 886, col 11)
6 warning: [DOWN_CAST_COMPOSITE] JS('var', r'#.pop()', this) (dynamic) will need r untime check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 1 2) 6 warning: [DOWN_CAST_COMPOSITE] JS('var', r'#.pop()', this) (dynamic) will need r untime check to cast to type E (dart:_interceptors/js_array.dart, line 80, col 1 2)
7 warning: [DOWN_CAST_COMPOSITE] JS('', '#[#]', this, i) (dynamic) will need runti me check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9) 7 warning: [DOWN_CAST_COMPOSITE] JS('', '#[#]', this, i) (dynamic) will need runti me check to cast to type E (dart:_interceptors/js_array.dart, line 125, col 9)
8 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', this, index) (dynamic) will nee d runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, c ol 12) 8 warning: [DOWN_CAST_COMPOSITE] JS('var', '#[#]', this, index) (dynamic) will nee d runtime check to cast to type E (dart:_interceptors/js_array.dart, line 313, c ol 12)
9 warning: [DOWN_CAST_COMPOSITE] charCodes (dynamic) will need runtime check to ca st to type List<int> (dart:_js_helper, line 265, col 31) 9 warning: [DOWN_CAST_COMPOSITE] charCodes (dynamic) will need runtime check to ca st to type List<int> (dart:_js_helper, line 265, col 31)
10 warning: [DOWN_CAST_COMPOSITE] JS('', '#.value', ret) (dynamic) will need runtim e check to cast to type E (dart:_js_helper, line 780, col 16) 10 warning: [DOWN_CAST_COMPOSITE] JS('', '#.value', ret) (dynamic) will need runtim e check to cast to type E (dart:_js_helper, line 780, col 16)
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 warning: [DOWN_CAST_COMPOSITE] (width < 0) ? -width * 0 : width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 151, col 22) 262 warning: [DOWN_CAST_COMPOSITE] (width < 0) ? -width * 0 : width (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 151, col 22)
263 warning: [DOWN_CAST_COMPOSITE] (height < 0) ? -height * 0 : height (num) will ne ed runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23) 263 warning: [DOWN_CAST_COMPOSITE] (height < 0) ? -height * 0 : height (num) will ne ed runtime check to cast to type T (dart:math/rectangle.dart, line 152, col 23)
264 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 168, col 15) 264 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 168, col 15)
265 warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 170, col 16) 265 warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 170, col 16)
266 warning: [DOWN_CAST_COMPOSITE] (width < 0) ? _clampToZero(width) : width (num) w ill need runtime check to cast to type T (dart:math/rectangle.dart, line 212, co l 23) 266 warning: [DOWN_CAST_COMPOSITE] (width < 0) ? _clampToZero(width) : width (num) w ill need runtime check to cast to type T (dart:math/rectangle.dart, line 212, co l 23)
267 warning: [DOWN_CAST_COMPOSITE] (height < 0) ? _clampToZero(height) : height (num ) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, col 24) 267 warning: [DOWN_CAST_COMPOSITE] (height < 0) ? _clampToZero(height) : height (num ) will need runtime check to cast to type T (dart:math/rectangle.dart, line 213, col 24)
268 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 229, col 15) 268 warning: [DOWN_CAST_COMPOSITE] max(a.x, b.x) - left (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 229, col 15)
269 warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 231, col 16) 269 warning: [DOWN_CAST_COMPOSITE] max(a.y, b.y) - top (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 231, col 16)
270 warning: [DOWN_CAST_COMPOSITE] _clampToZero(width) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 247, col 28) 270 warning: [DOWN_CAST_COMPOSITE] _clampToZero(width) (num) will need runtime check to cast to type T (dart:math/rectangle.dart, line 247, col 28)
271 warning: [DOWN_CAST_COMPOSITE] _clampToZero(height) (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 263, col 30) 271 warning: [DOWN_CAST_COMPOSITE] _clampToZero(height) (num) will need runtime chec k to cast to type T (dart:math/rectangle.dart, line 263, col 30)
272 warning: [DOWN_CAST_COMPOSITE] dart.list(JS('List', 'Object.getOwnPropertyNames( #)', object), String) (dynamic) will need runtime check to cast to type List<Str ing> (dart:_debugger, line 25, col 5)
272 warning: [DOWN_CAST_COMPOSITE] _convertToJS ((dynamic) → dynamic) will need runt ime check to cast to type (E) → dynamic (dart:js, line 326, col 44) 273 warning: [DOWN_CAST_COMPOSITE] _convertToJS ((dynamic) → dynamic) will need runt ime check to cast to type (E) → dynamic (dart:js, line 326, col 44)
273 warning: [DOWN_CAST_COMPOSITE] super[index] (dynamic) will need runtime check to cast to type E (dart:js, line 359, col 12) 274 warning: [DOWN_CAST_COMPOSITE] super[index] (dynamic) will need runtime check to cast to type E (dart:js, line 359, col 12)
274 warning: [DOWN_CAST_COMPOSITE] callMethod('splice', [index, 1])[0] (dynamic) wil l need runtime check to cast to type E (dart:js, line 405, col 12) 275 warning: [DOWN_CAST_COMPOSITE] callMethod('splice', [index, 1])[0] (dynamic) wil l need runtime check to cast to type E (dart:js, line 405, col 12)
275 warning: [DOWN_CAST_COMPOSITE] callMethod('pop') (dynamic) will need runtime che ck to cast to type E (dart:js, line 410, col 12) 276 warning: [DOWN_CAST_COMPOSITE] callMethod('pop') (dynamic) will need runtime che ck to cast to type E (dart:js, line 410, col 12)
276 warning: [DOWN_CAST_COMPOSITE] interfaceThunk() (dynamic) will need runtime chec k to cast to type List<Type> (dart:_js_mirrors, line 127, col 31) 277 warning: [DOWN_CAST_COMPOSITE] interfaceThunk() (dynamic) will need runtime chec k to cast to type List<Type> (dart:_js_mirrors, line 127, col 31)
277 severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Nod e' (dart:html, line 5484, col 32) 278 severe: [AnalyzerMessage] The setter 'classes' is not defined for the class 'Nod e' (dart:html, line 5484, col 32)
278 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8391, col 5) 279 severe: [AnalyzerMessage] The method '_registerCustomElement' is not defined for the class 'HtmlDocument' (dart:html, line 8391, col 5)
279 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10953, col 185) 280 severe: [AnalyzerMessage] 14 positional arguments expected, but 18 found (dart:h tml, line 10953, col 185)
280 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14585, col 32) 281 severe: [AnalyzerMessage] The getter 'name' is not defined for the class 'Node' (dart:html, line 14585, col 32)
281 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14597, col 34) 282 severe: [AnalyzerMessage] The getter 'value' is not defined for the class 'Node' (dart:html, line 14597, col 34)
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast t o type Iterable<String> (dart:html, line 18097, col 9) 359 warning: [DOWN_CAST_COMPOSITE] attrs (dynamic) will need runtime check to cast t o type Iterable<String> (dart:html, line 18097, col 9)
359 warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cas t to type Iterable<String> (dart:html, line 18098, col 9) 360 warning: [DOWN_CAST_COMPOSITE] uriAttrs (dynamic) will need runtime check to cas t to type Iterable<String> (dart:html, line 18098, col 9)
360 warning: [DOWN_CAST_COMPOSITE] allowedElements ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18230, col 33) 361 warning: [DOWN_CAST_COMPOSITE] allowedElements ?? const [] (Object) will need ru ntime check to cast to type Iterable<String> (dart:html, line 18230, col 33)
361 warning: [DOWN_CAST_COMPOSITE] allowedAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18231, col 25) 362 warning: [DOWN_CAST_COMPOSITE] allowedAttributes ?? const [] (Object) will need runtime check to cast to type Iterable<String> (dart:html, line 18231, col 25)
362 warning: [DOWN_CAST_COMPOSITE] allowedUriAttributes ?? const [] (Object) will ne ed runtime check to cast to type Iterable<String> (dart:html, line 18232, col 28 ) 363 warning: [DOWN_CAST_COMPOSITE] allowedUriAttributes ?? const [] (Object) will ne ed runtime check to cast to type Iterable<String> (dart:html, line 18232, col 28 )
363 warning: [DOWN_CAST_COMPOSITE] _list[index] (dynamic) will need runtime check to cast to type E (dart:html, line 18418, col 31) 364 warning: [DOWN_CAST_COMPOSITE] _list[index] (dynamic) will need runtime check to cast to type E (dart:html, line 18418, col 31)
364 warning: [DOWN_CAST_COMPOSITE] _list.removeAt(index) (dynamic) will need runtime check to cast to type E (dart:html, line 18432, col 28) 365 warning: [DOWN_CAST_COMPOSITE] _list.removeAt(index) (dynamic) will need runtime check to cast to type E (dart:html, line 18432, col 28)
365 warning: [DOWN_CAST_COMPOSITE] _list (List<dynamic>) will need runtime check to cast to type List<Node> (dart:html, line 18448, col 29) 366 warning: [DOWN_CAST_COMPOSITE] _list (List<dynamic>) will need runtime check to cast to type List<Node> (dart:html, line 18448, col 29)
366 warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime che ck to cast to type E (dart:html, line 18463, col 20) 367 warning: [DOWN_CAST_COMPOSITE] _iterator.current (dynamic) will need runtime che ck to cast to type E (dart:html, line 18463, col 20)
367 warning: [DOWN_CAST_COMPOSITE] _validateToken ((String) → String) will need runt ime check to cast to type (Object) → String (dart:html_common/css_class_set.dart , line 148, col 44) 368 warning: [DOWN_CAST_COMPOSITE] _validateToken ((String) → String) will need runt ime check to cast to type (Object) → String (dart:html_common/css_class_set.dart , line 148, col 44)
OLDNEW
« tool/input_sdk/lib/debugger/debugger.dart ('K') | « tool/input_sdk/lib/debugger/debugger.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698