| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 Constructor3Test: Fail | 51 Constructor3Test: Fail |
| 52 Constructor4Test: Fail | 52 Constructor4Test: Fail |
| 53 Constructor5Test: Fail | 53 Constructor5Test: Fail |
| 54 Constructor6Test: Fail | 54 Constructor6Test: Fail |
| 55 ConstructorBodyTest: Fail | 55 ConstructorBodyTest: Fail |
| 56 ConstructorDefaultTest: Fail | 56 ConstructorDefaultTest: Fail |
| 57 ConstructorRedirectTest: Fail | 57 ConstructorRedirectTest: Fail |
| 58 ConstructorReturnNegativeTest: Fail | 58 ConstructorReturnNegativeTest: Fail |
| 59 ConstructorReturnTest: Fail | 59 ConstructorReturnTest: Fail |
| 60 ConstructorReturnWithArrowNegativeTest: Fail | 60 ConstructorReturnWithArrowNegativeTest: Fail |
| 61 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 62 ConstructorSetterNegativeTest: Fail |
| 61 ConstructorTest: Fail | 63 ConstructorTest: Fail |
| 62 ContextArgsWithDefaultsTest: Fail | 64 ContextArgsWithDefaultsTest: Fail |
| 63 ContextTest: Fail | 65 ContextTest: Fail |
| 64 ContinueTest: Fail | 66 ContinueTest: Fail |
| 65 CyclicImportTest: Fail | 67 CyclicImportTest: Fail |
| 66 DefaultClassImplicitConstructorTest: Fail | 68 DefaultClassImplicitConstructorTest: Fail |
| 67 DefaultFactoryLibraryTest: Fail | 69 DefaultFactoryLibraryTest: Fail |
| 68 DefaultFactoryTest: Fail | 70 DefaultFactoryTest: Fail |
| 69 DefaultImplementationTest: Fail | 71 DefaultImplementationTest: Fail |
| 70 DefaultInitTest: Fail | 72 DefaultInitTest: Fail |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 TypeVariableBoundsTest/10: Fail | 344 TypeVariableBoundsTest/10: Fail |
| 343 TypeVariableBoundsTest/none: Fail | 345 TypeVariableBoundsTest/none: Fail |
| 344 TypeVariableScopeTest/none: Fail | 346 TypeVariableScopeTest/none: Fail |
| 345 TypedMessageTest: Fail | 347 TypedMessageTest: Fail |
| 346 Unary2Test: Fail | 348 Unary2Test: Fail |
| 347 UnaryTest: Fail | 349 UnaryTest: Fail |
| 348 UnboundGetterTest: Fail | 350 UnboundGetterTest: Fail |
| 349 UnqualNameTest: Fail | 351 UnqualNameTest: Fail |
| 350 VarInitTest: Fail | 352 VarInitTest: Fail |
| 351 WhileTest: Fail | 353 WhileTest: Fail |
| OLD | NEW |