Chromium Code Reviews| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 629 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. | 629 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. |
| 630 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. | 630 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. |
| 631 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. | 631 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. |
| 632 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. | 632 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. |
| 633 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. | 633 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. |
| 634 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. | 634 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. |
| 635 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 | 635 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 |
| 636 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 | 636 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 |
| 637 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 | 637 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 |
| 638 | 638 |
| 639 Language/05_Variables/05_Variables_A01_t03: Fail, OK # Issue 1031: error -> warn ing | |
|
ahe
2012/09/13 11:26:39
Could you use the convention I have used on lines
karlklose
2012/09/13 12:00:43
Done.
| |
| 640 Language/06_Functions/06_Functions_A01_t23: Fail, OK # Issue 1031: error -> warn ing | |
| 641 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # Issue 1031: err or -> warning | |
| 642 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # Issue 1031: err or -> warning | |
| 643 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # Issue 1031: error -> warning | |
| 644 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # Issue 1031: error -> warning | |
| 645 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # Issue 1031: error -> warning | |
| 646 Language/08_Interfaces/4_Factories_and_Constructors_A02_t06: Fail, OK # Issue 10 31: error -> warning | |
| 647 Language/10_Expressions/03_Numbers_A01_t19: Fail, OK # Issue 1031: error -> warn ing | |
| 648 Language/10_Expressions/03_Numbers_A01_t20: Fail, OK # Issue 1031: error -> warn ing | |
| 649 Language/10_Expressions/03_Numbers_A01_t28: Fail, OK # Issue 1031: error -> warn ing | |
| 650 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t07: Fail, OK # Is sue 1031: error -> warning | |
| 651 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # Is sue 1031: error -> warning | |
| 652 Language/10_Expressions/28_Identifier_Reference_A05_t07: Fail, OK # Issue 1031: error -> warning | |
| 653 Language/13_Libraries_and_Scripts/2_Imports_A01_t23: Fail, OK # Issue 1031: erro r -> warning | |
| 654 Language/13_Libraries_and_Scripts/2_Imports_A01_t02: Fail, OK # Issue 1031: erro r -> warning | |
| 655 Language/11_Statements/03_Variable_Declaration_A01_t05: Fail, OK # Issue 1031: e rror -> warning | |
| 656 Language/11_Statements/03_Variable_Declaration_A01_t06: Fail, OK # Issue 1031: e rror -> warning | |
| 657 Language/11_Statements/03_Variable_Declaration_A02_t03: Fail, OK # Issue 1031: e rror -> warning | |
| 658 Language/11_Statements/03_Variable_Declaration_A02_t06: Fail, OK # Issue 1031: e rror -> warning | |
| 659 Language/11_Statements/15_Assert_A01_t04: Fail, OK # Issue 1031: error -> warnin g | |
| 660 Language/11_Statements/11_Labels_A01_t05: Fail, OK # Issue 1031: error -> warnin g | |
| 661 Language/11_Statements/03_Variable_Declaration_A02_t05: Fail, OK # Issue 1031: e rror -> warning | |
| 662 Language/11_Statements/05_For_A01_t07: Fail, OK # Issue 1031: error -> warning | |
| 663 Language/11_Statements/15_Assert_A01_t03: Fail, OK # Issue 1031: error -> warnin g | |
| 664 Language/11_Statements/15_Assert_A01_t05: Fail, OK # Issue 1031: error -> warnin g | |
| 665 Language/11_Statements/03_Variable_Declaration_A01_t09: Fail, OK # Issue 1031: e rror -> warning | |
| 666 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail, OK # Issue 1031: e rror -> warning | |
| 667 Language/11_Statements/08_Switch_A07_t02: Fail, OK # Issue 1031: error -> warnin g | |
| 668 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail, OK # Issue 1031: e rror -> warning | |
| 669 | |
| 639 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 | 670 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 |
| 640 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 | 671 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 |
| 641 | 672 |
| 642 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 | 673 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 |
| 643 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188 | 674 Language/03_Overview/1_Scoping_A01_t39: Fail, OK # co19 issue 188 |
| 644 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 | 675 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 |
| 645 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 | 676 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 |
| 646 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1 88 | 677 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # co19 issue 1 88 |
| 647 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1 88 | 678 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # co19 issue 1 88 |
| 648 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # co19 issue 1 88 | 679 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # co19 issue 1 88 |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1019 | 1050 |
| 1020 | 1051 |
| 1021 # | 1052 # |
| 1022 # Unexpected compile-time errors. | 1053 # Unexpected compile-time errors. |
| 1023 # | 1054 # |
| 1024 [ $compiler == dart2js ] | 1055 [ $compiler == dart2js ] |
| 1025 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 | 1056 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 |
| 1026 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 | 1057 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 |
| 1027 Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027 | 1058 Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027 |
| 1028 | 1059 |
| 1029 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A02_t01: Fail # http://dartbug.com/5028 | |
| 1030 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail # http://dartbug.com/5028 | 1060 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail # http://dartbug.com/5028 |
| 1031 Language/10_Expressions/15_Getter_Invocation_A07_t04: Fail # http://dartbug.com/ 5028 | 1061 Language/10_Expressions/15_Getter_Invocation_A07_t04: Fail # http://dartbug.com/ 5028 |
| 1032 Language/10_Expressions/16_Assignment_A04_t03: Fail # http://dartbug.com/5028 | 1062 Language/10_Expressions/16_Assignment_A04_t03: Fail # http://dartbug.com/5028 |
| 1033 | 1063 |
| 1034 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 | 1064 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 |
| 1035 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 | 1065 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 |
| 1036 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029 | 1066 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029 |
| 1037 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029 | 1067 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029 |
| 1038 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029 | 1068 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029 |
| 1039 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029 | 1069 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1152 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 1182 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 1153 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 1183 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 1154 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 1184 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 1155 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 1185 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 1156 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 1186 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 1157 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 1187 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 1158 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 1188 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 1159 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 1189 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 1160 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 1190 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 1161 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 1191 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |