OLD | NEW |
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 import 'package:analyzer/dart/ast/ast.dart'; | 5 import 'package:analyzer/dart/ast/ast.dart'; |
6 import 'package:analyzer/dart/ast/token.dart' as analyzer; | 6 import 'package:analyzer/dart/ast/token.dart' as analyzer; |
7 import 'package:analyzer/dart/element/element.dart'; | 7 import 'package:analyzer/dart/element/element.dart'; |
8 import 'package:analyzer/error/error.dart'; | 8 import 'package:analyzer/error/error.dart'; |
9 import 'package:analyzer/src/generated/parser.dart' as analyzer; | 9 import 'package:analyzer/src/generated/parser.dart' as analyzer; |
10 import 'package:analyzer/src/generated/utilities_dart.dart'; | 10 import 'package:analyzer/src/generated/utilities_dart.dart'; |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 | 504 |
505 @override | 505 @override |
506 @failingTest | 506 @failingTest |
507 void test_conditionalExpression_precedence_nullableType_is() { | 507 void test_conditionalExpression_precedence_nullableType_is() { |
508 // TODO(paulberry,ahe): Fasta doesn't support NNBD syntax yet. | 508 // TODO(paulberry,ahe): Fasta doesn't support NNBD syntax yet. |
509 super.test_conditionalExpression_precedence_nullableType_is(); | 509 super.test_conditionalExpression_precedence_nullableType_is(); |
510 } | 510 } |
511 | 511 |
512 @override | 512 @override |
513 @failingTest | 513 @failingTest |
514 void test_constructor_initializer_withParenthesizedExpression() { | |
515 // TODO(paulberry): Implement parseCompilationUnitWithOptions | |
516 super.test_constructor_initializer_withParenthesizedExpression(); | |
517 } | |
518 | |
519 @override | |
520 @failingTest | |
521 void test_equalityExpression_normal() { | 514 void test_equalityExpression_normal() { |
522 // TODO(paulberry,ahe): bad error recovery | 515 // TODO(paulberry,ahe): bad error recovery |
523 super.test_equalityExpression_normal(); | 516 super.test_equalityExpression_normal(); |
524 } | 517 } |
525 | 518 |
526 @override | 519 @override |
527 @failingTest | 520 @failingTest |
528 void test_equalityExpression_super() { | 521 void test_equalityExpression_super() { |
529 // TODO(paulberry,ahe): AstBuilder doesn't implement | 522 // TODO(paulberry,ahe): AstBuilder doesn't implement |
530 // handleSuperExpression(). | 523 // handleSuperExpression(). |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 } | 1214 } |
1222 | 1215 |
1223 @override | 1216 @override |
1224 @failingTest | 1217 @failingTest |
1225 void test_parsePrimaryExpression_super() { | 1218 void test_parsePrimaryExpression_super() { |
1226 super.test_parsePrimaryExpression_super(); | 1219 super.test_parsePrimaryExpression_super(); |
1227 } | 1220 } |
1228 | 1221 |
1229 @override | 1222 @override |
1230 @failingTest | 1223 @failingTest |
1231 void test_parsePrimaryExpression_this() { | |
1232 super.test_parsePrimaryExpression_this(); | |
1233 } | |
1234 | |
1235 @override | |
1236 @failingTest | |
1237 void test_parseRelationalExpression_as_functionType_noReturnType() { | 1224 void test_parseRelationalExpression_as_functionType_noReturnType() { |
1238 super.test_parseRelationalExpression_as_functionType_noReturnType(); | 1225 super.test_parseRelationalExpression_as_functionType_noReturnType(); |
1239 } | 1226 } |
1240 | 1227 |
1241 @override | 1228 @override |
1242 @failingTest | 1229 @failingTest |
1243 void test_parseRelationalExpression_as_functionType_returnType() { | 1230 void test_parseRelationalExpression_as_functionType_returnType() { |
1244 super.test_parseRelationalExpression_as_functionType_returnType(); | 1231 super.test_parseRelationalExpression_as_functionType_returnType(); |
1245 } | 1232 } |
1246 | 1233 |
(...skipping 22 matching lines...) Expand all Loading... |
1269 } | 1256 } |
1270 | 1257 |
1271 @override | 1258 @override |
1272 @failingTest | 1259 @failingTest |
1273 void test_parseShiftExpression_super() { | 1260 void test_parseShiftExpression_super() { |
1274 super.test_parseShiftExpression_super(); | 1261 super.test_parseShiftExpression_super(); |
1275 } | 1262 } |
1276 | 1263 |
1277 @override | 1264 @override |
1278 @failingTest | 1265 @failingTest |
1279 void test_parseStringLiteral_interpolated() { | |
1280 super.test_parseStringLiteral_interpolated(); | |
1281 } | |
1282 | |
1283 @override | |
1284 @failingTest | |
1285 void test_parseSuperConstructorInvocation_named() { | 1266 void test_parseSuperConstructorInvocation_named() { |
1286 super.test_parseSuperConstructorInvocation_named(); | 1267 super.test_parseSuperConstructorInvocation_named(); |
1287 } | 1268 } |
1288 | 1269 |
1289 @override | 1270 @override |
1290 @failingTest | 1271 @failingTest |
1291 void test_parseSuperConstructorInvocation_unnamed() { | 1272 void test_parseSuperConstructorInvocation_unnamed() { |
1292 super.test_parseSuperConstructorInvocation_unnamed(); | 1273 super.test_parseSuperConstructorInvocation_unnamed(); |
1293 } | 1274 } |
1294 | 1275 |
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2231 void test_parseTypeAlias_genericFunction_typeParameters_voidReturnType() { | 2212 void test_parseTypeAlias_genericFunction_typeParameters_voidReturnType() { |
2232 super.test_parseTypeAlias_genericFunction_typeParameters_voidReturnType(); | 2213 super.test_parseTypeAlias_genericFunction_typeParameters_voidReturnType(); |
2233 } | 2214 } |
2234 | 2215 |
2235 @override | 2216 @override |
2236 @failingTest | 2217 @failingTest |
2237 void test_parseTypeAlias_genericFunction_voidReturnType() { | 2218 void test_parseTypeAlias_genericFunction_voidReturnType() { |
2238 super.test_parseTypeAlias_genericFunction_voidReturnType(); | 2219 super.test_parseTypeAlias_genericFunction_voidReturnType(); |
2239 } | 2220 } |
2240 } | 2221 } |
OLD | NEW |