| 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 prefix language | 5 prefix language |
| 6 | 6 |
| 7 [ $component == leg && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 GenericInstanceofTest: Fail | 141 GenericInstanceofTest: Fail |
| 142 GenericParameterizedExtendsTest: Fail | 142 GenericParameterizedExtendsTest: Fail |
| 143 GenericSyntaxTest: Fail | 143 GenericSyntaxTest: Fail |
| 144 GenericTest: Fail | 144 GenericTest: Fail |
| 145 GenericsTest: Fail | 145 GenericsTest: Fail |
| 146 GetSetSyntaxTest/none: Fail | 146 GetSetSyntaxTest/none: Fail |
| 147 GetterClosureExecutionOrderTest: Fail | 147 GetterClosureExecutionOrderTest: Fail |
| 148 GetterDeclarationNegativeTest: Fail | 148 GetterDeclarationNegativeTest: Fail |
| 149 GettersSettersTest: Fail | 149 GettersSettersTest: Fail |
| 150 IfTest: Fail | 150 IfTest: Fail |
| 151 ImplicitClosure1Test: Fail | |
| 152 ImplicitClosureTest: Fail | 151 ImplicitClosureTest: Fail |
| 153 ImplicitScopeTest: Fail | 152 ImplicitScopeTest: Fail |
| 154 ImpliedInterfaceTest: Fail | 153 ImpliedInterfaceTest: Fail |
| 155 InstFieldInitializer1NegativeTest: Fail | 154 InstFieldInitializer1NegativeTest: Fail |
| 156 InstFieldInitializerTest: Fail | 155 InstFieldInitializerTest: Fail |
| 157 InstanceCompoundAssignmentOperatorTest: Fail | 156 InstanceCompoundAssignmentOperatorTest: Fail |
| 158 InstanceFieldInitializerTest: Fail | 157 InstanceFieldInitializerTest: Fail |
| 159 Instanceof2Test: Fail | 158 Instanceof2Test: Fail |
| 160 InstanceofTest: Fail | 159 InstanceofTest: Fail |
| 161 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. | 160 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 TypeVariableScopeTest/02: Fail | 347 TypeVariableScopeTest/02: Fail |
| 349 TypeVariableScopeTest/03: Fail | 348 TypeVariableScopeTest/03: Fail |
| 350 TypeVariableScopeTest/04: Fail | 349 TypeVariableScopeTest/04: Fail |
| 351 TypeVariableScopeTest/05: Fail | 350 TypeVariableScopeTest/05: Fail |
| 352 TypedMessageTest: Fail | 351 TypedMessageTest: Fail |
| 353 WhileTest: Fail | 352 WhileTest: Fail |
| 354 | 353 |
| 355 | 354 |
| 356 [ $component == leg && $mode == release] | 355 [ $component == leg && $mode == release] |
| 357 AssignTopMethodNegativeTest: Crash | 356 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |