| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 ConstTest: Fail | 48 ConstTest: Fail |
| 49 Constructor2NegativeTest: Fail | 49 Constructor2NegativeTest: Fail |
| 50 Constructor2Test: Fail | 50 Constructor2Test: Fail |
| 51 Constructor3NegativeTest: Fail | 51 Constructor3NegativeTest: Fail |
| 52 Constructor3Test: Fail | 52 Constructor3Test: Fail |
| 53 Constructor4Test: Fail | 53 Constructor4Test: Fail |
| 54 Constructor5Test: Fail | 54 Constructor5Test: Fail |
| 55 Constructor6Test: Fail | 55 Constructor6Test: Fail |
| 56 ConstructorBodyTest: Fail | 56 ConstructorBodyTest: Fail |
| 57 ConstructorDefaultTest: Fail | 57 ConstructorDefaultTest: Fail |
| 58 ConstructorDuplicateInitializersTest/*: Skip # Exception | 58 ConstructorDuplicateInitializersTest/none: Fail |
| 59 ConstructorRedirectTest: Fail | 59 ConstructorRedirectTest: Fail |
| 60 ConstructorReturnNegativeTest: Fail | 60 ConstructorReturnNegativeTest: Fail |
| 61 ConstructorReturnTest: Fail | 61 ConstructorReturnTest: Fail |
| 62 ConstructorReturnWithArrowNegativeTest: Fail | 62 ConstructorReturnWithArrowNegativeTest: Fail |
| 63 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 63 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 64 ConstructorReturnWithInitNegativeTest: Fail | 64 ConstructorReturnWithInitNegativeTest: Fail |
| 65 ConstructorTest: Fail | 65 ConstructorTest: Fail |
| 66 ContextArgsWithDefaultsTest: Fail | 66 ContextArgsWithDefaultsTest: Fail |
| 67 ContextTest: Fail | 67 ContextTest: Fail |
| 68 ContinueTest: Fail | 68 ContinueTest: Fail |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 TypeVariableBoundsTest/06: Fail | 354 TypeVariableBoundsTest/06: Fail |
| 355 TypeVariableBoundsTest/09: Fail | 355 TypeVariableBoundsTest/09: Fail |
| 356 TypeVariableBoundsTest/10: Fail | 356 TypeVariableBoundsTest/10: Fail |
| 357 TypeVariableBoundsTest/none: Fail | 357 TypeVariableBoundsTest/none: Fail |
| 358 TypeVariableScopeTest/none: Fail | 358 TypeVariableScopeTest/none: Fail |
| 359 TypedMessageTest: Fail | 359 TypedMessageTest: Fail |
| 360 Unary2Test: Fail | 360 Unary2Test: Fail |
| 361 UnaryTest: Fail | 361 UnaryTest: Fail |
| 362 UnboundGetterTest: Fail | 362 UnboundGetterTest: Fail |
| 363 WhileTest: Fail | 363 WhileTest: Fail |
| OLD | NEW |