| 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 AckermannTest: Fail | 8 AckermannTest: Fail |
| 9 AllocateTest: Fail | 9 AllocateTest: Fail |
| 10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 CompoundAssignmentOperatorTest: Fail | 42 CompoundAssignmentOperatorTest: Fail |
| 43 ConstEscapeFrogTest: Fail | 43 ConstEscapeFrogTest: Fail |
| 44 ConstInitTest: Fail | 44 ConstInitTest: Fail |
| 45 ConstListTest: Fail | 45 ConstListTest: Fail |
| 46 ConstNamedTest: Fail | 46 ConstNamedTest: Fail |
| 47 ConstObjectsAreImmutableTest: Fail | 47 ConstObjectsAreImmutableTest: Fail |
| 48 ConstStringTest: Fail | 48 ConstStringTest: Fail |
| 49 ConstTest: Fail | 49 ConstTest: Fail |
| 50 Constructor2Test: Fail | 50 Constructor2Test: Fail |
| 51 Constructor3Test: Fail | 51 Constructor3Test: Fail |
| 52 Constructor3NegativeTest: Fail |
| 52 Constructor4Test: Fail | 53 Constructor4Test: Fail |
| 53 Constructor5Test: Fail | 54 Constructor5Test: Fail |
| 54 Constructor6Test: Fail | 55 Constructor6Test: Fail |
| 55 ConstructorBodyTest: Fail | 56 ConstructorBodyTest: Fail |
| 56 ConstructorDefaultTest: Fail | 57 ConstructorDefaultTest: Fail |
| 57 ConstructorRedirectTest: Fail | 58 ConstructorRedirectTest: Fail |
| 58 ConstructorReturnNegativeTest: Fail | 59 ConstructorReturnNegativeTest: Fail |
| 59 ConstructorReturnTest: Fail | 60 ConstructorReturnTest: Fail |
| 60 ConstructorReturnWithArrowNegativeTest: Fail | 61 ConstructorReturnWithArrowNegativeTest: Fail |
| 61 ConstructorTest: Fail | 62 ConstructorTest: Fail |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 TypeVariableBoundsTest/10: Fail | 340 TypeVariableBoundsTest/10: Fail |
| 340 TypeVariableBoundsTest/none: Fail | 341 TypeVariableBoundsTest/none: Fail |
| 341 TypeVariableScopeTest/none: Fail | 342 TypeVariableScopeTest/none: Fail |
| 342 TypedMessageTest: Fail | 343 TypedMessageTest: Fail |
| 343 Unary2Test: Fail | 344 Unary2Test: Fail |
| 344 UnaryTest: Fail | 345 UnaryTest: Fail |
| 345 UnboundGetterTest: Fail | 346 UnboundGetterTest: Fail |
| 346 UnqualNameTest: Fail | 347 UnqualNameTest: Fail |
| 347 VarInitTest: Fail | 348 VarInitTest: Fail |
| 348 WhileTest: Fail | 349 WhileTest: Fail |
| OLD | NEW |