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

Side by Side Diff: pkg/analyzer/test/generated/parser_fasta_test.dart

Issue 2733913002: Fix for parsing 'const X()' with Fasta. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | pkg/front_end/lib/src/fasta/analyzer/ast_builder.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 // 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 } 411 }
412 412
413 @override 413 @override
414 @failingTest 414 @failingTest
415 void test_parseCascadeSection_pap_typeArgumentComments() { 415 void test_parseCascadeSection_pap_typeArgumentComments() {
416 super.test_parseCascadeSection_pap_typeArgumentComments(); 416 super.test_parseCascadeSection_pap_typeArgumentComments();
417 } 417 }
418 418
419 @override 419 @override
420 @failingTest 420 @failingTest
421 void test_parseConstExpression_instanceCreation() {
422 super.test_parseConstExpression_instanceCreation();
423 }
424
425 @override
426 @failingTest
427 void test_parseConstExpression_listLiteral_typed_genericComment() { 421 void test_parseConstExpression_listLiteral_typed_genericComment() {
428 super.test_parseConstExpression_listLiteral_typed_genericComment(); 422 super.test_parseConstExpression_listLiteral_typed_genericComment();
429 } 423 }
430 424
431 @override 425 @override
432 @failingTest 426 @failingTest
433 void test_parseConstExpression_mapLiteral_typed_genericComment() { 427 void test_parseConstExpression_mapLiteral_typed_genericComment() {
434 super.test_parseConstExpression_mapLiteral_typed_genericComment(); 428 super.test_parseConstExpression_mapLiteral_typed_genericComment();
435 } 429 }
436 430
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 @override 542 @override
549 @failingTest 543 @failingTest
550 void 544 void
551 test_parsePostfixExpression_none_methodInvocation_typeArgumentComments() { 545 test_parsePostfixExpression_none_methodInvocation_typeArgumentComments() {
552 super 546 super
553 .test_parsePostfixExpression_none_methodInvocation_typeArgumentComments( ); 547 .test_parsePostfixExpression_none_methodInvocation_typeArgumentComments( );
554 } 548 }
555 549
556 @override 550 @override
557 @failingTest 551 @failingTest
558 void test_parsePrimaryExpression_const() {
559 super.test_parsePrimaryExpression_const();
560 }
561
562 @override
563 @failingTest
564 void test_parsePrimaryExpression_listLiteral_typed_genericComment() { 552 void test_parsePrimaryExpression_listLiteral_typed_genericComment() {
565 super.test_parsePrimaryExpression_listLiteral_typed_genericComment(); 553 super.test_parsePrimaryExpression_listLiteral_typed_genericComment();
566 } 554 }
567 555
568 @override 556 @override
569 @failingTest 557 @failingTest
570 void test_parsePrimaryExpression_mapLiteral() { 558 void test_parsePrimaryExpression_mapLiteral() {
571 super.test_parsePrimaryExpression_mapLiteral(); 559 super.test_parsePrimaryExpression_mapLiteral();
572 } 560 }
573 561
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 void test_parseTypeAlias_genericFunction_typeParameters_voidReturnType() { 1488 void test_parseTypeAlias_genericFunction_typeParameters_voidReturnType() {
1501 super.test_parseTypeAlias_genericFunction_typeParameters_voidReturnType(); 1489 super.test_parseTypeAlias_genericFunction_typeParameters_voidReturnType();
1502 } 1490 }
1503 1491
1504 @override 1492 @override
1505 @failingTest 1493 @failingTest
1506 void test_parseTypeAlias_genericFunction_voidReturnType() { 1494 void test_parseTypeAlias_genericFunction_voidReturnType() {
1507 super.test_parseTypeAlias_genericFunction_voidReturnType(); 1495 super.test_parseTypeAlias_genericFunction_voidReturnType();
1508 } 1496 }
1509 } 1497 }
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698