| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 151 ImplicitClosure1Test: Fail |
| 152 ImplicitClosureTest: Fail | 152 ImplicitClosureTest: Fail |
| 153 ImplicitScopeTest: Fail | 153 ImplicitScopeTest: Fail |
| 154 ImpliedInterfaceTest: Fail | 154 ImpliedInterfaceTest: Fail |
| 155 ImportCoreImplNoPrefixTest: Fail | |
| 156 ImportCoreNoPrefixTest: Fail | |
| 157 InstFieldInitializer1NegativeTest: Fail | 155 InstFieldInitializer1NegativeTest: Fail |
| 158 InstFieldInitializerTest: Fail | 156 InstFieldInitializerTest: Fail |
| 159 InstanceCompoundAssignmentOperatorTest: Fail | 157 InstanceCompoundAssignmentOperatorTest: Fail |
| 160 InstanceFieldInitializerTest: Fail | 158 InstanceFieldInitializerTest: Fail |
| 161 Instanceof2Test: Fail | 159 Instanceof2Test: Fail |
| 162 InstanceofTest: Fail | 160 InstanceofTest: Fail |
| 163 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. | 161 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. |
| 164 IntTest: Fail | 162 IntTest: Fail |
| 165 InterfaceCycleNegativeTest: Fail | 163 InterfaceCycleNegativeTest: Fail |
| 166 InterfaceFactoryConstructorNegativeTest: Fail | 164 InterfaceFactoryConstructorNegativeTest: Fail |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 TypeVariableScopeTest/02: Fail | 348 TypeVariableScopeTest/02: Fail |
| 351 TypeVariableScopeTest/03: Fail | 349 TypeVariableScopeTest/03: Fail |
| 352 TypeVariableScopeTest/04: Fail | 350 TypeVariableScopeTest/04: Fail |
| 353 TypeVariableScopeTest/05: Fail | 351 TypeVariableScopeTest/05: Fail |
| 354 TypedMessageTest: Fail | 352 TypedMessageTest: Fail |
| 355 WhileTest: Fail | 353 WhileTest: Fail |
| 356 | 354 |
| 357 | 355 |
| 358 [ $component == leg && $mode == release] | 356 [ $component == leg && $mode == release] |
| 359 AssignTopMethodNegativeTest: Crash | 357 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |