| 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 |
| 11 ArithmeticTest: Fail | 11 ArithmeticTest: Fail |
| 12 AssertionTest: Fail | 12 AssertionTest: Fail |
| 13 AssignInstanceMethodNegativeTest: Crash | 13 AssignInstanceMethodNegativeTest: Crash |
| 14 AssignOpTest: Fail | |
| 15 BadInitializer2NegativeTest: Crash | 14 BadInitializer2NegativeTest: Crash |
| 16 BadNamedConstructorNegativeTest: Crash | 15 BadNamedConstructorNegativeTest: Crash |
| 17 BadNamedParameters2Test: Fail | 16 BadNamedParameters2Test: Fail |
| 18 BadNamedParametersTest: Fail | 17 BadNamedParametersTest: Fail |
| 19 BitOperationsTest: Fail | 18 BitOperationsTest: Fail |
| 20 BlockScopeTest: Crash | 19 BlockScopeTest: Crash |
| 21 BreakTest: Fail | 20 BreakTest: Fail |
| 22 CTConst2Test: Fail | 21 CTConst2Test: Fail |
| 23 CTConst3Test: Fail | 22 CTConst3Test: Fail |
| 24 CTConst4Test: Fail | 23 CTConst4Test: Fail |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 ImpliedInterfaceTest: Fail | 167 ImpliedInterfaceTest: Fail |
| 169 ImportCoreImplNoPrefixTest: Fail | 168 ImportCoreImplNoPrefixTest: Fail |
| 170 ImportCoreNoPrefixTest: Fail | 169 ImportCoreNoPrefixTest: Fail |
| 171 IncrOpTest: Crash | 170 IncrOpTest: Crash |
| 172 IndexTest: Fail | 171 IndexTest: Fail |
| 173 InlineGetterTest: Fail | 172 InlineGetterTest: Fail |
| 174 InstFieldInitializerTest: Fail | 173 InstFieldInitializerTest: Fail |
| 175 InstanceCallWrongArgumentCountNegativeTest: Fail | 174 InstanceCallWrongArgumentCountNegativeTest: Fail |
| 176 InstanceCompoundAssignmentOperatorTest: Fail | 175 InstanceCompoundAssignmentOperatorTest: Fail |
| 177 InstanceFieldInitializerTest: Fail | 176 InstanceFieldInitializerTest: Fail |
| 178 InstanceIncrDeoptTest: Fail | |
| 179 Instanceof2Test: Fail | 177 Instanceof2Test: Fail |
| 180 InstanceofTest: Fail | 178 InstanceofTest: Fail |
| 181 # InstantiateTypeVariableNegativeTest: Fail # Fails for the wrong reason. | 179 # InstantiateTypeVariableNegativeTest: Fail # Fails for the wrong reason. |
| 182 IntTest: Fail | 180 IntTest: Fail |
| 183 InterfaceConstantsTest: Fail | 181 InterfaceConstantsTest: Fail |
| 184 InterfaceFactoryMultiTest: Fail | 182 InterfaceFactoryMultiTest: Fail |
| 185 InterfaceFactoryTest: Fail | 183 InterfaceFactoryTest: Fail |
| 186 InterfaceTest: Fail | 184 InterfaceTest: Fail |
| 187 IntrinsifiedMethodsTest: Fail | 185 IntrinsifiedMethodsTest: Fail |
| 188 IsNotClass2NegativeTest: Crash | 186 IsNotClass2NegativeTest: Crash |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 TypeVariableBoundsTest/06: Fail | 377 TypeVariableBoundsTest/06: Fail |
| 380 TypeVariableBoundsTest/09: Fail | 378 TypeVariableBoundsTest/09: Fail |
| 381 TypeVariableBoundsTest/10: Fail | 379 TypeVariableBoundsTest/10: Fail |
| 382 TypeVariableBoundsTest/none: Fail | 380 TypeVariableBoundsTest/none: Fail |
| 383 TypeVariableScopeTest/none: Fail | 381 TypeVariableScopeTest/none: Fail |
| 384 TypedMessageTest: Fail | 382 TypedMessageTest: Fail |
| 385 Unary2Test: Fail | 383 Unary2Test: Fail |
| 386 UnaryTest: Fail | 384 UnaryTest: Fail |
| 387 UnboundGetterTest: Fail | 385 UnboundGetterTest: Fail |
| 388 WhileTest: Fail | 386 WhileTest: Fail |
| OLD | NEW |