| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 ConstructorRedirectTest: Fail | 61 ConstructorRedirectTest: Fail |
| 62 ConstructorReturnNegativeTest: Fail | 62 ConstructorReturnNegativeTest: Fail |
| 63 ConstructorReturnWithArrowNegativeTest: Fail | 63 ConstructorReturnWithArrowNegativeTest: Fail |
| 64 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 64 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 65 ConstructorReturnWithInitNegativeTest: Fail | 65 ConstructorReturnWithInitNegativeTest: Fail |
| 66 ConstructorTest: Fail | 66 ConstructorTest: Fail |
| 67 ContextArgsWithDefaultsTest: Fail | 67 ContextArgsWithDefaultsTest: Fail |
| 68 ContextTest: Crash # NPE in Types.isSubtype. | 68 ContextTest: Crash # NPE in Types.isSubtype. |
| 69 ContinueTest: Fail | 69 ContinueTest: Fail |
| 70 CyclicImportTest: Fail | 70 CyclicImportTest: Fail |
| 71 CyclicTypeVariableTest: Fail |
| 71 DefaultClassImplicitConstructorTest: Fail | 72 DefaultClassImplicitConstructorTest: Fail |
| 72 DefaultFactory2Test: Fail | 73 DefaultFactory2Test: Fail |
| 73 DefaultFactoryLibraryTest: Fail | 74 DefaultFactoryLibraryTest: Fail |
| 74 DefaultFactoryTest: Fail | 75 DefaultFactoryTest: Fail |
| 75 DefaultImplementationTest: Fail | 76 DefaultImplementationTest: Fail |
| 76 DefaultInitTest: Fail | 77 DefaultInitTest: Fail |
| 77 DeoptNoFeedbackTest: Fail | 78 DeoptNoFeedbackTest: Fail |
| 78 DeoptimizationTest: Fail | 79 DeoptimizationTest: Fail |
| 79 DivByZeroTest: Fail | 80 DivByZeroTest: Fail |
| 80 DoWhileTest: Fail | 81 DoWhileTest: Fail |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 TypedMessageTest: Fail | 372 TypedMessageTest: Fail |
| 372 Unary2Test: Fail | 373 Unary2Test: Fail |
| 373 UnaryTest: Fail | 374 UnaryTest: Fail |
| 374 UnboundGetterTest: Fail | 375 UnboundGetterTest: Fail |
| 375 WhileTest: Fail | 376 WhileTest: Fail |
| 376 | 377 |
| 377 #Issue 1308 | 378 #Issue 1308 |
| 378 NamedParameters2Test: Fail | 379 NamedParameters2Test: Fail |
| 379 NamedParameters3Test: Fail | 380 NamedParameters3Test: Fail |
| 380 NamedParameters4Test: Fail | 381 NamedParameters4Test: Fail |
| OLD | NEW |