| OLD | NEW |
| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 # Slow tests that needs extra time to finish. | 225 # Slow tests that needs extra time to finish. |
| 226 LibTest/core/List/sort_A01_t06: Slow, Pass | 226 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 227 | 227 |
| 228 # These test the Clock class which has been removed. | 228 # These test the Clock class which has been removed. |
| 229 # issue co19 - 173 | 229 # issue co19 - 173 |
| 230 LibTest/core/Clock/frequency_A01_t01: Fail, OK | 230 LibTest/core/Clock/frequency_A01_t01: Fail, OK |
| 231 LibTest/core/Clock/now_A01_t01: Fail, OK | 231 LibTest/core/Clock/now_A01_t01: Fail, OK |
| 232 | 232 |
| 233 # Tests that fail because they use the legacy try-catch syntax. | 233 # Tests that fail because they use the legacy try-catch syntax. |
| 234 # See co19 issue 184. | 234 # See co19 issue 184. |
| 235 Language/03_Overview/1_Scoping_A02_t30: Fail, OK | |
| 236 Language/03_Overview/2_Privacy_A01_t08: Fail, OK | |
| 237 Language/03_Overview/2_Privacy_A01_t21: Fail, OK | |
| 238 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK | 235 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK |
| 239 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK | 236 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK |
| 240 Language/11_Statements/09_Try_A01_t01: Fail, OK | 237 Language/11_Statements/09_Try_A01_t01: Fail, OK |
| 241 Language/11_Statements/09_Try_A02_t03: Fail, OK | 238 Language/11_Statements/09_Try_A02_t03: Fail, OK |
| 242 Language/11_Statements/09_Try_A04_t01: Fail, OK | 239 Language/11_Statements/09_Try_A04_t01: Fail, OK |
| 243 Language/11_Statements/14_Throw_A02_t02: Fail, OK | 240 Language/11_Statements/14_Throw_A02_t02: Fail, OK |
| 244 Language/11_Statements/14_Throw_A02_t03: Fail, OK | 241 Language/11_Statements/14_Throw_A02_t03: Fail, OK |
| 245 LibTest/core/AssertionError/column_A01_t02: Fail, OK | 242 LibTest/core/AssertionError/column_A01_t02: Fail, OK |
| 246 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK | 243 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK |
| 247 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 Loading... |
| 441 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK | 438 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK |
| 442 LibTest/core/TypeError/line_A01_t01: Fail, OK | 439 LibTest/core/TypeError/line_A01_t01: Fail, OK |
| 443 LibTest/core/TypeError/srcType_A01_t01: Fail, OK | 440 LibTest/core/TypeError/srcType_A01_t01: Fail, OK |
| 444 LibTest/core/TypeError/toString_A01_t01: Fail, OK | 441 LibTest/core/TypeError/toString_A01_t01: Fail, OK |
| 445 LibTest/core/TypeError/url_A01_t01: Fail, OK | 442 LibTest/core/TypeError/url_A01_t01: Fail, OK |
| 446 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK | 443 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK |
| 447 | 444 |
| 448 # 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. |
| 449 # 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 |
| 450 # end-of-line comment. See co19 issue 184. | 447 # end-of-line comment. See co19 issue 184. |
| 451 Language/03_Overview/2_Privacy_A01_t02: Pass, OK # Unresolvable constructors are
not a compile-time error after 0.11. | |
| 452 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 | 448 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 |
| 453 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 | 449 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 |
| 454 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 | 450 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 |
| 455 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 | 451 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 |
| 456 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 | 452 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 |
| 457 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t
est or a bug in dart2js? | 453 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t
est or a bug in dart2js? |
| 458 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 | 454 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 |
| 459 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing
check for const initializer | 455 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing
check for const initializer |
| 460 | 456 |
| 461 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 457 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 677 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
| 682 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. | 678 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. |
| 683 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. | 679 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. |
| 684 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | 680 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. |
| 685 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. | 681 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. |
| 686 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. | 682 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. |
| 687 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 | 683 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 |
| 688 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 684 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 689 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | 685 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 |
| 690 | 686 |
| 687 Language/03_Overview/2_Privacy_A01_t04: Fail, OK # co19 issue 210 |
| 688 Language/03_Overview/2_Privacy_A01_t05: Fail, OK # co19 issue 210 |
| 691 Language/05_Variables/05_Variables_A01_t03: Fail, OK # co19 issue 210 | 689 Language/05_Variables/05_Variables_A01_t03: Fail, OK # co19 issue 210 |
| 692 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210 | 690 Language/06_Functions/06_Functions_A01_t23: Fail, OK # co19 issue 210 |
| 693 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 | 691 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 |
| 694 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 | 692 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 |
| 695 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 | 693 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK #
co19 issue 210 |
| 696 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 | 694 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK #
co19 issue 210 |
| 697 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # co19 issue 210 | 695 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # co19 issue 210 |
| 698 Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # co19 iss
ue 210 | 696 Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # co19 iss
ue 210 |
| 699 Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # co19 issue 210 | 697 Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # co19 issue 210 |
| 700 Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # co19 issue 210 | 698 Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # co19 issue 210 |
| 701 Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # co19 issue 210 | 699 Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # co19 issue 210 |
| 702 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # co
19 issue 210 | 700 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # co
19 issue 210 |
| 703 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 | 701 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co
19 issue 210 |
| 704 Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # co19 issue 2
10 | 702 Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # co19 issue 2
10 |
| 705 Language/13_Libraries_and_Scripts/2_Imports_A01_t23: Fail, OK # co19 issue 210 | |
| 706 Language/13_Libraries_and_Scripts/2_Imports_A01_t02: Fail, OK # co19 issue 210 | |
| 707 Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # co19 issue 21
0 | 703 Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # co19 issue 21
0 |
| 708 Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # co19 issue 21
0 | 704 Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # co19 issue 21
0 |
| 709 Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # co19 issue 21
0 | |
| 710 Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # co19 issue 21
0 | |
| 711 Language/11_Statements/15_Assert_A01_t04: Fail, OK # co19 issue 210 | |
| 712 Language/11_Statements/11_Labels_A01_t05: Fail, OK # co19 issue 210 | |
| 713 Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # co19 issue 21
0 | |
| 714 Language/11_Statements/05_For_A01_t07: Fail, OK # co19 issue 210 | |
| 715 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210 | |
| 716 Language/11_Statements/15_Assert_A01_t05: Fail, OK # co19 issue 210 | |
| 717 Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # co19 issue 21
0 | 705 Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # co19 issue 21
0 |
| 718 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21
0 | 706 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # co19 issue 21
0 |
| 707 Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # co19 issue 21
0 |
| 708 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21
0 |
| 709 Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # co19 issue 21
0 |
| 710 Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # co19 issue 21
0 |
| 711 Language/11_Statements/05_For_A01_t07: Fail, OK # co19 issue 210 |
| 719 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210 | 712 Language/11_Statements/08_Switch_A07_t02: Fail, OK # co19 issue 210 |
| 720 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # co19 issue 21
0 | 713 Language/11_Statements/11_Labels_A01_t05: Fail, OK # co19 issue 210 |
| 714 Language/11_Statements/15_Assert_A01_t03: Fail, OK # co19 issue 210 |
| 715 Language/11_Statements/15_Assert_A01_t04: Fail, OK # co19 issue 210 |
| 716 Language/11_Statements/15_Assert_A01_t05: Fail, OK # co19 issue 210 |
| 721 | 717 |
| 722 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 | 718 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 |
| 723 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 | 719 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 |
| 724 | 720 |
| 725 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 | 721 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 |
| 726 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188 | 722 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188 |
| 727 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 | 723 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 |
| 728 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 | 724 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 |
| 729 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1
88 | 725 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1
88 |
| 730 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1
88 | 726 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 Loading... |
| 802 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 | 798 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 |
| 803 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 | 799 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 |
| 804 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194 | 800 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194 |
| 805 | 801 |
| 806 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co
m/5021 | 802 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co
m/5021 |
| 807 | 803 |
| 808 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1
95 | 804 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1
95 |
| 809 | 805 |
| 810 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197 | 806 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197 |
| 811 | 807 |
| 808 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # co19 issue 198 |
| 809 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 |
| 810 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 |
| 811 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198 |
| 812 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198 |
| 813 |
| 814 Language/13_Libraries_and_Scripts/2_Imports_A01_t03: Fail, OK # co19 issue 213 |
| 815 |
| 812 | 816 |
| 813 [ $compiler == dart2js && $runtime == d8 ] | 817 [ $compiler == dart2js && $runtime == d8 ] |
| 814 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 818 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 815 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 819 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 816 | 820 |
| 817 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 821 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 818 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 822 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 819 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 823 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 820 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 | 824 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| 821 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 825 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 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. |
| 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. | 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. |
| 1089 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc
e tag must be started with the character '#'. | 1093 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc
e tag must be started with the character '#'. |
| 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). | 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). |
| 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). | 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). |
| 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). | 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). |
| 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). | 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). |
| 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) | 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) |
| 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. | 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. |
| 1096 | 1100 |
| 1101 Language/05_Variables/05_Variables_A08_t01: Fail # http://dartbug.com/5170 |
| 1102 |
| 1097 | 1103 |
| 1098 # | 1104 # |
| 1099 # Unexpected compile-time errors. | 1105 # Unexpected compile-time errors. |
| 1100 # | 1106 # |
| 1101 [ $compiler == dart2js ] | 1107 [ $compiler == dart2js ] |
| 1102 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 | 1108 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 |
| 1103 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 | 1109 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 |
| 1104 | 1110 |
| 1105 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 | 1111 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 |
| 1106 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 | 1112 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 Loading... |
| 1147 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022 | 1153 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022 |
| 1148 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022 | 1154 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022 |
| 1149 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022 | 1155 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022 |
| 1150 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022 | 1156 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022 |
| 1151 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022 | 1157 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022 |
| 1152 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022 | 1158 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022 |
| 1153 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022 | 1159 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022 |
| 1154 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022 | 1160 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022 |
| 1155 | 1161 |
| 1156 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050 | 1162 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050 |
| 1157 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A01_t01: Fail # http:
//dartbug.com/4050 | 1163 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co
m/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 | |
| 1161 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail # http:
//dartbug.com/4050 | 1164 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 | |
| 1163 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http:
//dartbug.com/4050 | 1165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http:
//dartbug.com/4050 |
| 1164 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http:
//dartbug.com/4050 | 1166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http:
//dartbug.com/4050 |
| 1165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http:
//dartbug.com/4050 | 1167 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http:
//dartbug.com/4050 |
| 1166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http:
//dartbug.com/4050 | 1168 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http:
//dartbug.com/4050 |
| 1167 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4
050 | 1169 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4
050 |
| 1168 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail # http://dartbug.com/4
050 | 1170 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: 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 |
| 1169 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4
050 | 1177 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4
050 |
| 1170 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4
050 | 1178 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4
050 |
| 1171 Language/13_Libraries_and_Scripts/2_Imports_A02_t06: Fail # http://dartbug.com/4
050 | 1179 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 |
| 1172 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4
050 | 1181 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4
050 |
| 1173 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4
050 | 1182 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4
050 |
| 1174 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4
050 | 1183 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4
050 |
| 1175 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4
050 | 1184 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4
050 |
| 1176 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # http://dartbug.com/4
050 | 1185 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 | |
| 1179 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4
050 | 1186 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4
050 |
| 1180 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4
050 | 1187 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4
050 |
| 1181 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # http://dartbug.com/4
050 | 1188 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 |
| 1182 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4
050 | 1192 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4
050 |
| 1183 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4
050 | 1193 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4
050 |
| 1184 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4
050 | 1194 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4
050 |
| 1185 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4
050 | 1195 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4
050 |
| 1186 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4
050 | 1196 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4
050 |
| 1187 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4
050 | 1197 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4
050 |
| 1188 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # http://dartbug.com/4
050 | 1198 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 |
| 1189 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4
050 | 1200 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4
050 |
| 1190 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: Fail # http://dartbug.com/4
050 | 1201 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: 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 | |
| 1205 | 1202 |
| 1206 | 1203 |
| 1207 # | 1204 # |
| 1208 # Unexpected runtime errors. | 1205 # Unexpected runtime errors. |
| 1209 # | 1206 # |
| 1210 [ $compiler == dart2js ] | 1207 [ $compiler == dart2js ] |
| 1211 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' | 1208 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/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TypeError: Object #<Foo> has no method 'call$0' | 1209 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TypeError: Object #<Foo> has no method 'call$0' |
| 1213 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected:
<Instance of 'C'>, actual: <Instance of 'C'>) fails. | 1210 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_t02: Fail # Expect.fail('NullPointerExc
eption expected') | 1211 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc
eption expected') |
| 1215 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException
expected') | 1212 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException
expected') |
| 1216 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu
e of type Number to incompatible type G | 1213 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_t05: Fail # CastException: Casting valu
e of type Number to incompatible type G | 1214 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu
e of type Number to incompatible type G |
| 1218 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. | 1215 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. |
| 1219 | 1216 |
| 1220 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 | 1217 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 |
| 1221 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 | 1218 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 |
| 1222 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 1219 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 1223 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 1220 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 1224 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 1221 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 1225 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 1222 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 1226 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 1223 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 1227 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 1224 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 1228 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 1225 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 1229 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 1226 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 1230 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 1227 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 1231 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 1228 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |