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

Side by Side Diff: tool/sdk_expected_errors.txt

Issue 1183033004: js_ast: implement rest/spread parsing (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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/private/js_mirrors.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 severe: line 90, column 1 of dart:js: [Message] File dart:html not found 1 severe: line 90, column 1 of dart:js: [Message] File dart:html not found
2 import 'dart:html' show Blob, Event, ImageData, Node, Window; 2 import 'dart:html' show Blob, Event, ImageData, Node, Window;
3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4 severe: line 92, column 1 of dart:js: [Message] File dart:indexed_db not found 4 severe: line 92, column 1 of dart:js: [Message] File dart:indexed_db not found
5 import 'dart:indexed_db' show KeyRange; 5 import 'dart:indexed_db' show KeyRange;
6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isolate> 7 warning: line 168, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnFunction(entryPoint, message, paused).then((msg) => new Isolate(msg[1], pa useCapability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runtime check to cast to type Future<Isolate>
8 return IsolateNatives.spawnFunction(entryPoint, message, paused) 8 return IsolateNatives.spawnFunction(entryPoint, message, paused)
9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti me check to cast to type Future<Isolate> 10 warning: line 234, column 14 of dart:isolate: [DownCastComposite] IsolateNatives .spawnUri(uri, args, message, paused).then((msg) => new Isolate(msg[1], pauseCap ability: msg[2], terminateCapability: msg[3])) (Future<dynamic>) will need runti me check to cast to type Future<Isolate>
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 ^^ 1194 ^^
1195 warning: line 568, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_CLOSURE_PROPERTY_NAME, (o) => new JsFunction._fromJs(o)) (Object) will need r untime check to cast to type JsObject 1195 warning: line 568, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_CLOSURE_PROPERTY_NAME, (o) => new JsFunction._fromJs(o)) (Object) will need r untime check to cast to type JsObject
1196 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME, 1196 return _getDartProxy(o, _DART_CLOSURE_PROPERTY_NAME,
1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1197 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1198 warning: line 571, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsArray._fromJs(o)) (Object) will need runti me check to cast to type JsObject 1198 warning: line 571, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsArray._fromJs(o)) (Object) will need runti me check to cast to type JsObject
1199 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1199 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1200 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1201 warning: line 574, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsObject._fromJs(o)) (Object) will need runt ime check to cast to type JsObject 1201 warning: line 574, column 12 of dart:js: [DownCastImplicit] _getDartProxy(o, _DA RT_OBJECT_PROPERTY_NAME, (o) => new JsObject._fromJs(o)) (Object) will need runt ime check to cast to type JsObject
1202 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME, 1202 return _getDartProxy(o, _DART_OBJECT_PROPERTY_NAME,
1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1203 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1204 severe: line 120, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'TypeMirror.typeArguments', getter 'TypeMirror.isOri ginalDeclaration', getter 'DeclarationMirror.owner', getter 'DeclarationMirror.l ocation' and 10 more
1205 class JsTypeMirror implements TypeMirror {
1206 ^^^^^^^^^^^^
1204 severe: line 47, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'InstanceMirror.type', getter 'InstanceMirror.hasRefl ectee' and 'InstanceMirror.delegate' 1207 severe: line 47, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'InstanceMirror.type', getter 'InstanceMirror.hasRefl ectee' and 'InstanceMirror.delegate'
1205 class JsInstanceMirror implements InstanceMirror { 1208 class JsInstanceMirror implements InstanceMirror {
1206 ^^^^^^^^^^^^^^^^ 1209 ^^^^^^^^^^^^^^^^
1207 severe: line 126, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'VariableMirror.isStatic', getter 'VariableMirror.is Final', getter 'DeclarationMirror.owner', getter 'ParameterMirror.isOptional' an d 9 more 1210 severe: line 126, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'VariableMirror.isStatic', getter 'VariableMirror.is Final', getter 'DeclarationMirror.owner', getter 'ParameterMirror.isOptional' an d 9 more
1208 class JsParameterMirror implements ParameterMirror { 1211 class JsParameterMirror implements ParameterMirror {
1209 ^^^^^^^^^^^^^^^^^ 1212 ^^^^^^^^^^^^^^^^^
1210 severe: line 84, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'TypeMirror.typeArguments', getter 'ClassMirror.super interfaces', getter 'TypeMirror.isOriginalDeclaration', getter 'ClassMirror.stat icMembers' and 19 more 1213 severe: line 84, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concret e implementation of getter 'TypeMirror.typeArguments', getter 'ClassMirror.super interfaces', getter 'TypeMirror.isOriginalDeclaration', getter 'ClassMirror.stat icMembers' and 19 more
1211 class JsClassMirror implements ClassMirror { 1214 class JsClassMirror implements ClassMirror {
1212 ^^^^^^^^^^^^^ 1215 ^^^^^^^^^^^^^
1213 severe: line 134, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'MethodMirror.isSetter', getter 'MethodMirror.isCons tructor', getter 'MethodMirror.isConstConstructor', getter 'MethodMirror.isAbstr act' and 17 more 1216 severe: line 134, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'MethodMirror.isSetter', getter 'MethodMirror.isCons tructor', getter 'MethodMirror.isConstConstructor', getter 'MethodMirror.isAbstr act' and 17 more
1214 class JsMethodMirror implements MethodMirror { 1217 class JsMethodMirror implements MethodMirror {
1215 ^^^^^^^^^^^^^^ 1218 ^^^^^^^^^^^^^^
1216 severe: line 120, column 7 of dart:_js_mirrors: [AnalyzerMessage] Missing concre te implementation of getter 'TypeMirror.typeArguments', getter 'TypeMirror.isOri ginalDeclaration', getter 'DeclarationMirror.owner', getter 'DeclarationMirror.l ocation' and 10 more
1217 class JsTypeMirror implements TypeMirror {
1218 ^^^^^^^^^^^^
1219 severe: line 61, column 35 of dart:_js_mirrors: [AnalyzerMessage] The argument t ype 'void' cannot be assigned to the parameter type 'Object' 1219 severe: line 61, column 35 of dart:_js_mirrors: [AnalyzerMessage] The argument t ype 'void' cannot be assigned to the parameter type 'Object'
1220 return new JsInstanceMirror._(field); 1220 return new JsInstanceMirror._(field);
1221 ^^^^^ 1221 ^^^^^
1222 warning: line 171, column 10 of dart:mirrors: [DownCastImplicit] (tm as ClassMir ror).originalDeclaration (TypeMirror) will need runtime check to cast to type Cl assMirror 1222 warning: line 171, column 10 of dart:mirrors: [DownCastImplicit] (tm as ClassMir ror).originalDeclaration (TypeMirror) will need runtime check to cast to type Cl assMirror
1223 return (tm as ClassMirror).originalDeclaration; 1223 return (tm as ClassMirror).originalDeclaration;
1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1224 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OLDNEW
« no previous file with comments | « tool/input_sdk/private/js_mirrors.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698