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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 11446009: Report compile time error if named argument is given twice. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js && $host_checked ] 7 [ $compiler == dart2js && $host_checked ]
8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931 8 Language/13_Libraries_and_Scripts/5_URIs_A01_t15: Crash # Issue 6931
9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931 9 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Crash # Issue 6931
10 10
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 568 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
569 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 569 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
570 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression. 570 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression.
571 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 571 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
572 572
573 573
574 # 574 #
575 # Unexpected compile-time errors. 575 # Unexpected compile-time errors.
576 # 576 #
577 [ $compiler == dart2js ] 577 [ $compiler == dart2js ]
578 Language/11_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A04_ t01: Fail # Checks that it is a compile-time error if there are two named argume nts with the same name in a function invocation expression.
579 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 578 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
580 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 579 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
581 580
582 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 581 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
583 582
584 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 583 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
585 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 584 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
586 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 585 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
587 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 586 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
588 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 587 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 622 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
624 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 623 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
625 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 624 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
626 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 625 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
627 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 626 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
628 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 627 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
629 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 628 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
630 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 629 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
631 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 630 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
632 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 631 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698