| 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 AckermannTest: Fail | 9 AckermannTest: Fail |
| 10 AllocateTest: Fail | 10 AllocateTest: Fail |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ConstructorRedirectTest: Fail | 58 ConstructorRedirectTest: Fail |
| 59 ConstructorReturnNegativeTest: Fail | 59 ConstructorReturnNegativeTest: Fail |
| 60 ConstructorReturnTest: Fail | 60 ConstructorReturnTest: Fail |
| 61 ConstructorReturnWithArrowNegativeTest: Fail | 61 ConstructorReturnWithArrowNegativeTest: Fail |
| 62 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 63 ConstructorSetterNegativeTest: Fail |
| 62 ConstructorTest: Fail | 64 ConstructorTest: Fail |
| 63 ContextArgsWithDefaultsTest: Fail | 65 ContextArgsWithDefaultsTest: Fail |
| 64 ContextTest: Fail | 66 ContextTest: Fail |
| 65 ContinueTest: Fail | 67 ContinueTest: Fail |
| 66 CyclicImportTest: Fail | 68 CyclicImportTest: Fail |
| 67 DefaultClassImplicitConstructorTest: Fail | 69 DefaultClassImplicitConstructorTest: Fail |
| 68 DefaultFactoryLibraryTest: Fail | 70 DefaultFactoryLibraryTest: Fail |
| 69 DefaultFactoryTest: Fail | 71 DefaultFactoryTest: Fail |
| 70 DefaultImplementationTest: Fail | 72 DefaultImplementationTest: Fail |
| 71 DefaultInitTest: Fail | 73 DefaultInitTest: Fail |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 TypeVariableBoundsTest/10: Fail | 357 TypeVariableBoundsTest/10: Fail |
| 356 TypeVariableBoundsTest/none: Fail | 358 TypeVariableBoundsTest/none: Fail |
| 357 TypeVariableScopeTest/none: Fail | 359 TypeVariableScopeTest/none: Fail |
| 358 TypedMessageTest: Fail | 360 TypedMessageTest: Fail |
| 359 Unary2Test: Fail | 361 Unary2Test: Fail |
| 360 UnaryTest: Fail | 362 UnaryTest: Fail |
| 361 UnboundGetterTest: Fail | 363 UnboundGetterTest: Fail |
| 362 UnqualNameTest: Fail | 364 UnqualNameTest: Fail |
| 363 VarInitTest: Fail | 365 VarInitTest: Fail |
| 364 WhileTest: Fail | 366 WhileTest: Fail |
| OLD | NEW |