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

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

Issue 10933093: Revert "Parse new library syntax." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 222 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
223 LibTest/core/Queue/add_A01_t01: Slow, Pass 223 LibTest/core/Queue/add_A01_t01: Slow, Pass
224 224
225 # These test the Clock class which has been removed. 225 # These test the Clock class which has been removed.
226 # issue co19 - 173 226 # issue co19 - 173
227 LibTest/core/Clock/frequency_A01_t01: Fail, OK 227 LibTest/core/Clock/frequency_A01_t01: Fail, OK
228 LibTest/core/Clock/now_A01_t01: Fail, OK 228 LibTest/core/Clock/now_A01_t01: Fail, OK
229 229
230 # Tests that fail because they use the legacy try-catch syntax. 230 # Tests that fail because they use the legacy try-catch syntax.
231 # See co19 issue 184. 231 # See co19 issue 184.
232 Language/03_Overview/1_Scoping_A02_t30: Fail, OK
233 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
234 Language/03_Overview/2_Privacy_A01_t21: Fail, OK
232 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK 235 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK
233 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK 236 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK
234 Language/11_Statements/09_Try_A01_t01: Fail, OK 237 Language/11_Statements/09_Try_A01_t01: Fail, OK
235 Language/11_Statements/09_Try_A02_t03: Fail, OK 238 Language/11_Statements/09_Try_A02_t03: Fail, OK
236 Language/11_Statements/09_Try_A04_t01: Fail, OK 239 Language/11_Statements/09_Try_A04_t01: Fail, OK
237 Language/11_Statements/14_Throw_A02_t02: Fail, OK 240 Language/11_Statements/14_Throw_A02_t02: Fail, OK
238 Language/11_Statements/14_Throw_A02_t03: Fail, OK 241 Language/11_Statements/14_Throw_A02_t03: Fail, OK
239 LibTest/core/AssertionError/column_A01_t02: Fail, OK 242 LibTest/core/AssertionError/column_A01_t02: Fail, OK
240 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK 243 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK
241 LibTest/core/AssertionError/line_A01_t02: Fail, OK 244 LibTest/core/AssertionError/line_A01_t02: Fail, OK
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK 438 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK
436 LibTest/core/TypeError/line_A01_t01: Fail, OK 439 LibTest/core/TypeError/line_A01_t01: Fail, OK
437 LibTest/core/TypeError/srcType_A01_t01: Fail, OK 440 LibTest/core/TypeError/srcType_A01_t01: Fail, OK
438 LibTest/core/TypeError/toString_A01_t01: Fail, OK 441 LibTest/core/TypeError/toString_A01_t01: Fail, OK
439 LibTest/core/TypeError/url_A01_t01: Fail, OK 442 LibTest/core/TypeError/url_A01_t01: Fail, OK
440 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK 443 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK
441 444
442 # Tests that used to fail before deprecating the old try-catch syntax. 445 # Tests that used to fail before deprecating the old try-catch syntax.
443 # The original issue that used to cause the test to fail is put in an 446 # The original issue that used to cause the test to fail is put in an
444 # end-of-line comment. See co19 issue 184. 447 # end-of-line comment. See co19 issue 184.
448 Language/03_Overview/2_Privacy_A01_t02: Pass, OK # Unresolvable constructors are not a compile-time error after 0.11.
445 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 449 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188
446 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 450 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188
447 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 451 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188
448 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 452 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188
449 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 453 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188
450 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t est or a bug in dart2js? 454 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t est or a bug in dart2js?
451 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 455 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171
452 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing check for const initializer 456 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing check for const initializer
453 457
454 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 458 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 676 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
673 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 677 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
674 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 678 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
675 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 679 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
676 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 680 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
677 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. 681 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145.
678 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 682 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
679 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 683 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
680 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 684 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
681 685
682 Language/03_Overview/2_Privacy_A01_t04: Fail, OK # co19 issue 210
683 Language/03_Overview/2_Privacy_A01_t05: Fail, OK # co19 issue 210
684 Language/05_Variables/05_Variables_A01_t03: Fail, OK # co19 issue 210 686 Language/05_Variables/05_Variables_A01_t03: Fail, OK # co19 issue 210
685 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210 687 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210
686 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 688 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
687 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 689 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
688 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 690 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
689 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 691 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
690 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # co19 issue 210 692 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # co19 issue 210
691 Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # co19 iss ue 210 693 Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # co19 iss ue 210
692 Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # co19 issue 210 694 Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # co19 issue 210
693 Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # co19 issue 210 695 Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # co19 issue 210
694 Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # co19 issue 210 696 Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # co19 issue 210
695 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # co 19 issue 210 697 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # co 19 issue 210
696 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 698 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
697 Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # co19 issue 2 10 699 Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # co19 issue 2 10
700 Language/13_Libraries_and_Scripts/2_Imports_A01_t23: Fail, OK # co19 issue 210
701 Language/13_Libraries_and_Scripts/2_Imports_A01_t02: Fail, OK # co19 issue 210
698 Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # co19 issue 21 0 702 Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # co19 issue 21 0
699 Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # co19 issue 21 0 703 Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # co19 issue 21 0
704 Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # co19 issue 21 0
705 Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # co19 issue 21 0
706 Language/11_Statements/15_Assert_A01_t04: Fail, OK # co19 issue 210
707 Language/11_Statements/11_Labels_A01_t05: Fail, OK # co19 issue 210
708 Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # co19 issue 21 0
709 Language/11_Statements/05_For_A01_t07: Fail, OK # co19 issue 210
710 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210
711 Language/11_Statements/15_Assert_A01_t05: Fail, OK # co19 issue 210
700 Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # co19 issue 21 0 712 Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # co19 issue 21 0
701 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0 713 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21 0
702 Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # co19 issue 21 0 714 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210
703 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0 715 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21 0
704 Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # co19 issue 21 0
705 Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # co19 issue 21 0
706 Language/11_Statements/05_For_A01_t07: Fail, OK # co19 issue 210
707 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210
708 Language/11_Statements/11_Labels_A01_t05: Fail, OK # co19 issue 210
709 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210
710 Language/11_Statements/15_Assert_A01_t04: Fail, OK # co19 issue 210
711 Language/11_Statements/15_Assert_A01_t05: Fail, OK # co19 issue 210
712 716
713 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 717 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
714 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 718 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
715 719
716 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 720 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188
717 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188 721 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188
718 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 722 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
719 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 723 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
720 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1 88 724 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1 88
721 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1 88 725 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1 88
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 797 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
794 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 798 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
795 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194 799 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194
796 800
797 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 801 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
798 802
799 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 803 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
800 804
801 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197 805 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197
802 806
803 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # co19 issue 198
804 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
805 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
806 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
807 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
808
809 Language/13_Libraries_and_Scripts/2_Imports_A01_t03: Fail, OK # co19 issue 213
810
811 807
812 [ $compiler == dart2js && $runtime == d8 ] 808 [ $compiler == dart2js && $runtime == d8 ]
813 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 809 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
814 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 810 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
815 811
816 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 812 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
817 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 813 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
818 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 814 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
819 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 815 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
820 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 816 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor. 1087 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor.
1092 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 1088 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
1093 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc e tag must be started with the character '#'. 1089 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc e tag must be started with the character '#'.
1094 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail # Checks that it is a compile-time error if the contents of the URI are not a valid compilation unit (invalid variable declaration). 1090 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail # Checks that it is a compile-time error if the contents of the URI are not a valid compilation unit (invalid variable declaration).
1095 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). 1091 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).
1096 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). 1092 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).
1097 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). 1093 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).
1098 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 1094 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
1099 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. 1095 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.
1100 1096
1101 Language/05_Variables/05_Variables_A08_t01: Fail # http://dartbug.com/5170
1102
1103 1097
1104 # 1098 #
1105 # Unexpected compile-time errors. 1099 # Unexpected compile-time errors.
1106 # 1100 #
1107 [ $compiler == dart2js ] 1101 [ $compiler == dart2js ]
1108 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 1102 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
1109 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 1103 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
1110 1104
1111 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 1105 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
1112 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 1106 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022 1147 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022
1154 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022 1148 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022
1155 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022 1149 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022
1156 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022 1150 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022
1157 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022 1151 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022
1158 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022 1152 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022
1159 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022 1153 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022
1160 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022 1154 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022
1161 1155
1162 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050 1156 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050
1163 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co m/4050 1157 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A01_t01: Fail # http: //dartbug.com/4050
1158 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # http: //dartbug.com/4050
1159 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t02: Fail # http: //dartbug.com/4050
1160 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t02: Fail # http: //dartbug.com/4050
1164 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail # http: //dartbug.com/4050 1161 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail # http: //dartbug.com/4050
1162 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail # http: //dartbug.com/4050
1165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/4050 1163 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/4050
1166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http: //dartbug.com/4050 1164 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http: //dartbug.com/4050
1167 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/4050 1165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/4050
1168 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http: //dartbug.com/4050 1166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http: //dartbug.com/4050
1169 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4 050 1167 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4 050
1170 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: Fail # http://dartbug.com/4 050 1168 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail # http://dartbug.com/4 050
1171 Language/13_Libraries_and_Scripts/2_Imports_A01_t27: Fail # http://dartbug.com/4 050
1172 Language/13_Libraries_and_Scripts/2_Imports_A01_t28: Fail # http://dartbug.com/4 050
1173 Language/13_Libraries_and_Scripts/2_Imports_A01_t29: Fail # http://dartbug.com/4 050
1174 Language/13_Libraries_and_Scripts/2_Imports_A01_t32: Fail # http://dartbug.com/4 050
1175 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # http://dartbug.com/4 050
1176 Language/13_Libraries_and_Scripts/2_Imports_A01_t40: Fail # http://dartbug.com/4 050
1177 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4 050 1169 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4 050
1178 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4 050 1170 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4 050
1179 Language/13_Libraries_and_Scripts/2_Imports_A02_t06: Fail # http://dartbug.com/4 050 1171 Language/13_Libraries_and_Scripts/2_Imports_A02_t06: Fail # http://dartbug.com/4 050
1180 Language/13_Libraries_and_Scripts/2_Imports_A02_t09: Fail # http://dartbug.com/4 050
1181 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4 050 1172 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4 050
1182 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4 050 1173 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4 050
1183 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4 050 1174 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4 050
1184 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4 050 1175 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4 050
1185 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # http://dartbug.com/4 050 1176 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # http://dartbug.com/4 050
1177 Language/13_Libraries_and_Scripts/2_Imports_A02_t09: Fail # http://dartbug.com/4 050
1178 Language/13_Libraries_and_Scripts/2_Imports_A02_t10: Fail # http://dartbug.com/4 050
1186 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4 050 1179 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4 050
1187 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4 050 1180 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4 050
1188 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # http://dartbug.com/4 050 1181 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # http://dartbug.com/4 050
1189 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail # http://dartbug.com/4 050
1190 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail # http://dartbug.com/4 050
1191 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail # http://dartbug.com/4 050
1192 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4 050 1182 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4 050
1193 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4 050 1183 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4 050
1194 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4 050 1184 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4 050
1195 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4 050 1185 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4 050
1196 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4 050 1186 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4 050
1197 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4 050 1187 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4 050
1198 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # http://dartbug.com/4 050 1188 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # http://dartbug.com/4 050
1199 Language/13_Libraries_and_Scripts/2_Imports_A05_t01: Fail # http://dartbug.com/4 050
1200 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4 050 1189 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4 050
1201 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail # http://dartbug.com/4 050 1190 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: Fail # http://dartbug.com/4 050
1191 Language/13_Libraries_and_Scripts/2_Imports_A01_t27: Fail # http://dartbug.com/4 050
1192 Language/13_Libraries_and_Scripts/2_Imports_A01_t28: Fail # http://dartbug.com/4 050
1193 Language/13_Libraries_and_Scripts/2_Imports_A01_t29: Fail # http://dartbug.com/4 050
1194 Language/13_Libraries_and_Scripts/2_Imports_A01_t32: Fail # http://dartbug.com/4 050
1195 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # http://dartbug.com/4 050
1196 Language/13_Libraries_and_Scripts/2_Imports_A01_t40: Fail # http://dartbug.com/4 050
1197 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail # http://dartbug.com/4 050
1198 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail # http://dartbug.com/4 050
1199 Language/13_Libraries_and_Scripts/2_Imports_A02_t25: Fail # http://dartbug.com/4 050
1200 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail # http://dartbug.com/4 050
1201 Language/03_Overview/1_Scoping_A03_t02: Fail # http://dartbug.com/4050
1202 Language/03_Overview/2_Privacy_A01_t01: Fail # http://dartbug.com/4050
1203 Language/03_Overview/2_Privacy_A01_t16: Fail # http://dartbug.com/4050
1204 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co m/4050
1202 1205
1203 1206
1204 # 1207 #
1205 # Unexpected runtime errors. 1208 # Unexpected runtime errors.
1206 # 1209 #
1207 [ $compiler == dart2js ] 1210 [ $compiler == dart2js ]
1208 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined 1211 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined
1209 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' 1212 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
1210 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' 1213 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
1211 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. 1214 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
1212 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected') 1215 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected')
1213 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected') 1216 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected')
1214 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G 1217 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G
1215 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G 1218 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G
1216 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 1219 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
1217 1220
1218 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 1221 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
1219 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 1222 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
1220 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1221 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1222 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1223 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1226 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1227 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1228 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1229 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/tree/nodes.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698