OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix language | 5 prefix language |
6 | 6 |
7 [ $component == leg ] | 7 [ $component == leg ] |
8 AbstractStaticNegativeTest: Fail | 8 AbstractStaticNegativeTest: Fail |
9 AllocateTest: Fail | 9 AllocateTest: Fail |
10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 FieldMethodTest: Crash | 130 FieldMethodTest: Crash |
131 FieldOverrideTest/01: Fail | 131 FieldOverrideTest/01: Fail |
132 FieldOverrideTest/none: Fail | 132 FieldOverrideTest/none: Fail |
133 FieldTest: Fail | 133 FieldTest: Fail |
134 FinalParamNegativeTest: Fail | 134 FinalParamNegativeTest: Fail |
135 FinalVarNegativeTest: Fail | 135 FinalVarNegativeTest: Fail |
136 For2Test: Crash | 136 For2Test: Crash |
137 ForInTest: Fail | 137 ForInTest: Fail |
138 ForTest: Fail | 138 ForTest: Fail |
139 FunctionArgumentTest: Crash | 139 FunctionArgumentTest: Crash |
| 140 FunctionFieldTest: Crash # Issue 1144 |
140 FunctionLiterals2Test: Crash | 141 FunctionLiterals2Test: Crash |
141 FunctionLiteralsTest: Fail | 142 FunctionLiteralsTest: Fail |
142 FunctionSyntaxTest: Fail | 143 FunctionSyntaxTest: Fail |
143 FunctionTest: Fail | 144 FunctionTest: Fail |
144 FunctionTypeAlias2Test: Fail | 145 FunctionTypeAlias2Test: Fail |
145 FunctionTypeAliasTest: Fail | 146 FunctionTypeAliasTest: Fail |
146 FunctionTypeParameter2Test: Crash | 147 FunctionTypeParameter2Test: Crash |
147 FunctionTypeParameterTest: Crash | 148 FunctionTypeParameterTest: Crash |
148 GenericDeepTest: Fail | 149 GenericDeepTest: Fail |
149 GenericInheritanceTest: Fail | 150 GenericInheritanceTest: Fail |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 TypeVariableBoundsTest/06: Fail | 375 TypeVariableBoundsTest/06: Fail |
375 TypeVariableBoundsTest/09: Fail | 376 TypeVariableBoundsTest/09: Fail |
376 TypeVariableBoundsTest/10: Fail | 377 TypeVariableBoundsTest/10: Fail |
377 TypeVariableBoundsTest/none: Fail | 378 TypeVariableBoundsTest/none: Fail |
378 TypeVariableScopeTest/none: Fail | 379 TypeVariableScopeTest/none: Fail |
379 TypedMessageTest: Fail | 380 TypedMessageTest: Fail |
380 Unary2Test: Fail | 381 Unary2Test: Fail |
381 UnaryTest: Fail | 382 UnaryTest: Fail |
382 UnboundGetterTest: Fail | 383 UnboundGetterTest: Fail |
383 WhileTest: Fail | 384 WhileTest: Fail |
OLD | NEW |