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/03_Overview/03_Overview_A01_t02: Crash | 6 Language/03_Overview/03_Overview_A01_t02: Crash |
7 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(ahe): Please triage this f
ailure. | 7 Language/03_Overview/03_Overview_A01_t01: Fail # TODO(ahe): Please triage this f
ailure. |
8 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(ahe): Please triage this fai
lure. |
9 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(ahe): Please triage this fai
lure. |
10 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(ahe): Please triage this fai
lure. | 10 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(ahe): Please triage this fai
lure. |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 LibTest/core/int/operator_addition_A01_t01: Fail, OK | 209 LibTest/core/int/operator_addition_A01_t01: Fail, OK |
210 LibTest/core/int/operator_GE_A01_t01: Fail, OK | 210 LibTest/core/int/operator_GE_A01_t01: Fail, OK |
211 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK | 211 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK |
212 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK | 212 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK |
213 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK | 213 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK |
214 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK | 214 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK |
215 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK | 215 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK |
216 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK | 216 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK |
217 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK | 217 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK |
218 | 218 |
| 219 LibTest/core/InternalError/*: Fail, OK # InternalError is not part of the SDK. |
| 220 |
219 # The #resource tag has been removed. | 221 # The #resource tag has been removed. |
220 # http://code.google.com/p/co19/issues/detail?id=181 | 222 # http://code.google.com/p/co19/issues/detail?id=181 |
221 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail, OK | 223 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail, OK |
222 | 224 |
223 # Rename "BadNumberFormatException" to "FormatException" | 225 # Rename "BadNumberFormatException" to "FormatException" |
224 # TODO(rnystrom): These can be enabled when | 226 # TODO(rnystrom): These can be enabled when |
225 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 227 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
226 LibTest/core/double/toInt_A01_t03: Fail | 228 LibTest/core/double/toInt_A01_t03: Fail |
227 LibTest/core/double/toInt_A01_t04: Fail | 229 LibTest/core/double/toInt_A01_t04: Fail |
228 LibTest/core/Math/parseInt_A02_t01: Fail | 230 LibTest/core/Math/parseInt_A02_t01: Fail |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 | 748 |
747 [ $compiler == dart2js ] | 749 [ $compiler == dart2js ] |
748 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 750 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
749 | 751 |
750 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 752 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
751 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 753 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
752 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 754 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
753 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 755 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
754 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 756 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
755 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 757 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
756 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | |
757 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | 758 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition |
758 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | 759 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type |
759 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error:
cannot resolve type Undeclared | 760 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error:
cannot resolve type Undeclared |
760 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant | 761 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant |
761 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant | 762 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant |
762 Language/10_Expressions/01_Constants_A14_t01: Fail # Parser error: Field 'as' co
nflict with pseudo-keyword. | 763 Language/10_Expressions/01_Constants_A14_t01: Fail # Parser error: Field 'as' co
nflict with pseudo-keyword. |
763 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant | 764 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant |
764 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant | 765 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant |
765 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant | 766 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant |
766 | 767 |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 | 1089 |
1089 | 1090 |
1090 # | 1091 # |
1091 # The following tests are all negative tests that should be fixed. | 1092 # The following tests are all negative tests that should be fixed. |
1092 # | 1093 # |
1093 [ $compiler == dart2js ] | 1094 [ $compiler == dart2js ] |
1094 Language/10_Expressions/28_Identifier_Reference_A06_t01: Fail # @compile-error | 1095 Language/10_Expressions/28_Identifier_Reference_A06_t01: Fail # @compile-error |
1095 Language/10_Expressions/28_Identifier_Reference_A06_t02: Fail # @compile-error | 1096 Language/10_Expressions/28_Identifier_Reference_A06_t02: Fail # @compile-error |
1096 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail # @compile-error | 1097 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail # @compile-error |
1097 Language/10_Expressions/28_Identifier_Reference_A06_t04: Fail # @compile-error | 1098 Language/10_Expressions/28_Identifier_Reference_A06_t04: Fail # @compile-error |
| 1099 Language/10_Expressions/28_Identifier_Reference_A06_t05: Fail # @compile-error |
| 1100 Language/10_Expressions/28_Identifier_Reference_A06_t06: Fail # @compile-error |
1098 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail # @compile-error | 1101 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail # @compile-error |
| 1102 Language/10_Expressions/28_Identifier_Reference_A06_t08: Fail # @compile-error |
| 1103 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # @compile-error |
| 1104 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # @compile-error |
| 1105 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # @compile-error |
| 1106 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # @compile-error |
1099 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail # @compile-error | 1107 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail # @compile-error |
1100 Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail # @compile-error | 1108 Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail # @compile-error |
1101 Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail # @compile-error | 1109 Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail # @compile-error |
1102 Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail # @compile-error | 1110 Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail # @compile-error |
1103 Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail # @compile-error | 1111 Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail # @compile-error |
1104 Language/10_Expressions/28_Identifier_Reference_A06_t21: Fail # @compile-error | 1112 Language/10_Expressions/28_Identifier_Reference_A06_t21: Fail # @compile-error |
1105 Language/10_Expressions/28_Identifier_Reference_A06_t22: Fail # @compile-error | 1113 Language/10_Expressions/28_Identifier_Reference_A06_t22: Fail # @compile-error |
1106 Language/10_Expressions/28_Identifier_Reference_A06_t23: Fail # @compile-error | 1114 Language/10_Expressions/28_Identifier_Reference_A06_t23: Fail # @compile-error |
1107 Language/10_Expressions/28_Identifier_Reference_A06_t24: Fail # @compile-error | 1115 Language/10_Expressions/28_Identifier_Reference_A06_t24: Fail # @compile-error |
1108 Language/10_Expressions/28_Identifier_Reference_A06_t25: Fail # @compile-error | 1116 Language/10_Expressions/28_Identifier_Reference_A06_t25: Fail # @compile-error |
(...skipping 27 matching lines...) Expand all Loading... |
1136 Language/10_Expressions/28_Identifier_Reference_A06_t53: Fail # @compile-error | 1144 Language/10_Expressions/28_Identifier_Reference_A06_t53: Fail # @compile-error |
1137 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error | 1145 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error |
1138 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error | 1146 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error |
1139 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error | 1147 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error |
1140 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error | 1148 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error |
1141 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 1149 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
1142 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 1150 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
1143 | 1151 |
1144 [ $compiler == dart2dart ] | 1152 [ $compiler == dart2dart ] |
1145 *: Skip | 1153 *: Skip |
OLD | NEW |