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

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

Issue 11363099: Update dart2js and dart2dart co19 status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('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 # 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias). 605 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self -referencing typedef is not allowed (return value type annotation has the same n ame as a type alias).
606 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias). 606 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self -referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias).
607 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias). 607 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias).
608 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. 608 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.
609 609
610 610
611 # 611 #
612 # Unexpected compile-time errors. 612 # Unexpected compile-time errors.
613 # 613 #
614 [ $compiler == dart2js ] 614 [ $compiler == dart2js ]
615 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail # http://dartbu g.com/3970
616
615 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. 617 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.
616 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 618 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
617 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 619 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
618 620
619 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 621 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
620 622
621 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 623 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903
622 624
623 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 625 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
624 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 626 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 676 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
675 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 677 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
676 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 678 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
677 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 679 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
678 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 680 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
679 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 681 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
680 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 682 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
681 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 683 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
682 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 684 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
683 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 685 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698