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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 ConstTest: Fail | 47 ConstTest: Fail |
48 Constructor2NegativeTest: Fail | 48 Constructor2NegativeTest: Fail |
49 Constructor2Test: Fail | 49 Constructor2Test: Fail |
50 Constructor3NegativeTest: Fail | 50 Constructor3NegativeTest: Fail |
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 ConstructorDuplicateInitializersTest/*: Skip # Exception |
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 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 62 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
62 ConstructorReturnWithInitNegativeTest: Fail | 63 ConstructorReturnWithInitNegativeTest: Fail |
63 ConstructorTest: Fail | 64 ConstructorTest: Fail |
64 ContextArgsWithDefaultsTest: Fail | 65 ContextArgsWithDefaultsTest: Fail |
65 ContextTest: Fail | 66 ContextTest: Fail |
66 ContinueTest: Fail | 67 ContinueTest: Fail |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 TypeVariableBoundsTest/06: Fail | 349 TypeVariableBoundsTest/06: Fail |
349 TypeVariableBoundsTest/09: Fail | 350 TypeVariableBoundsTest/09: Fail |
350 TypeVariableBoundsTest/10: Fail | 351 TypeVariableBoundsTest/10: Fail |
351 TypeVariableBoundsTest/none: Fail | 352 TypeVariableBoundsTest/none: Fail |
352 TypeVariableScopeTest/none: Fail | 353 TypeVariableScopeTest/none: Fail |
353 TypedMessageTest: Fail | 354 TypedMessageTest: Fail |
354 Unary2Test: Fail | 355 Unary2Test: Fail |
355 UnaryTest: Fail | 356 UnaryTest: Fail |
356 UnboundGetterTest: Fail | 357 UnboundGetterTest: Fail |
357 WhileTest: Fail | 358 WhileTest: Fail |
OLD | NEW |