| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 62 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 63 ConstructorSetterNegativeTest: Fail | 63 ConstructorReturnWithInitNegativeTest: Fail |
| 64 Constructor2NegativeTest: Fail |
| 64 ConstructorTest: Fail | 65 ConstructorTest: Fail |
| 65 ContextArgsWithDefaultsTest: Fail | 66 ContextArgsWithDefaultsTest: Fail |
| 66 ContextTest: Fail | 67 ContextTest: Fail |
| 67 ContinueTest: Fail | 68 ContinueTest: Fail |
| 68 CyclicImportTest: Fail | 69 CyclicImportTest: Fail |
| 69 DefaultClassImplicitConstructorTest: Fail | 70 DefaultClassImplicitConstructorTest: Fail |
| 70 DefaultFactoryLibraryTest: Fail | 71 DefaultFactoryLibraryTest: Fail |
| 71 DefaultFactoryTest: Fail | 72 DefaultFactoryTest: Fail |
| 72 DefaultImplementationTest: Fail | 73 DefaultImplementationTest: Fail |
| 73 DefaultInitTest: Fail | 74 DefaultInitTest: Fail |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 TypeVariableBoundsTest/10: Fail | 358 TypeVariableBoundsTest/10: Fail |
| 358 TypeVariableBoundsTest/none: Fail | 359 TypeVariableBoundsTest/none: Fail |
| 359 TypeVariableScopeTest/none: Fail | 360 TypeVariableScopeTest/none: Fail |
| 360 TypedMessageTest: Fail | 361 TypedMessageTest: Fail |
| 361 Unary2Test: Fail | 362 Unary2Test: Fail |
| 362 UnaryTest: Fail | 363 UnaryTest: Fail |
| 363 UnboundGetterTest: Fail | 364 UnboundGetterTest: Fail |
| 364 UnqualNameTest: Fail | 365 UnqualNameTest: Fail |
| 365 VarInitTest: Fail | 366 VarInitTest: Fail |
| 366 WhileTest: Fail | 367 WhileTest: Fail |
| OLD | NEW |