| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ConstFieldNegativeTest: Fail | 42 ConstFieldNegativeTest: Fail |
| 43 ConstInit4NegativeTest: Fail | 43 ConstInit4NegativeTest: Fail |
| 44 ConstInitNegativeTest: Fail | 44 ConstInitNegativeTest: Fail |
| 45 ConstInitTest: Fail | 45 ConstInitTest: Fail |
| 46 ConstListTest: Fail | 46 ConstListTest: Fail |
| 47 ConstNamedTest: Fail | 47 ConstNamedTest: Fail |
| 48 ConstObjectsAreImmutableTest: Fail | 48 ConstObjectsAreImmutableTest: Fail |
| 49 ConstTest: Fail | 49 ConstTest: Fail |
| 50 Constructor2NegativeTest: Fail | 50 Constructor2NegativeTest: Fail |
| 51 Constructor2Test: Fail | 51 Constructor2Test: Fail |
| 52 Constructor3NegativeTest: Fail | |
| 53 Constructor3Test: Fail | 52 Constructor3Test: Fail |
| 54 Constructor4Test: Fail | 53 Constructor4Test: Fail |
| 55 Constructor5Test: Fail | 54 Constructor5Test: Fail |
| 56 Constructor6Test: Fail | 55 Constructor6Test: Fail |
| 57 ConstructorCallWrongArgumentCountNegativeTest: Fail | |
| 58 ConstructorDefaultTest: Fail | 56 ConstructorDefaultTest: Fail |
| 59 ConstructorDuplicateInitializersTest/02: Fail | 57 ConstructorDuplicateInitializersTest/02: Fail |
| 60 ConstructorNegativeTest: Pass # For the wrong reason. | 58 ConstructorNegativeTest: Pass # For the wrong reason. |
| 61 ConstructorRedirectTest: Fail | 59 ConstructorRedirectTest: Fail |
| 62 ConstructorReturnNegativeTest: Fail | 60 ConstructorReturnNegativeTest: Fail |
| 63 ConstructorReturnWithArrowNegativeTest: Fail | 61 ConstructorReturnWithArrowNegativeTest: Fail |
| 64 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 62 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 65 ConstructorReturnWithInitNegativeTest: Fail | 63 ConstructorReturnWithInitNegativeTest: Fail |
| 66 ConstructorTest: Fail | 64 ConstructorTest: Fail |
| 67 ContextArgsWithDefaultsTest: Fail | 65 ContextArgsWithDefaultsTest: Fail |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 ScopeNegativeTest: Fail | 298 ScopeNegativeTest: Fail |
| 301 Script1NegativeTest: Fail | 299 Script1NegativeTest: Fail |
| 302 Script2NegativeTest: Fail | 300 Script2NegativeTest: Fail |
| 303 ScriptNegativeTest: Fail | 301 ScriptNegativeTest: Fail |
| 304 Setter0Test: Fail | 302 Setter0Test: Fail |
| 305 Setter1Test: Fail | 303 Setter1Test: Fail |
| 306 SourceSelfNegativeTest: Fail | 304 SourceSelfNegativeTest: Fail |
| 307 StackOverflowTest: Fail | 305 StackOverflowTest: Fail |
| 308 StackTraceTest: Fail | 306 StackTraceTest: Fail |
| 309 StatementTest: Fail | 307 StatementTest: Fail |
| 310 StaticCallWrongArgumentCountNegativeTest: Fail | |
| 311 StaticFieldTest: Fail | 308 StaticFieldTest: Fail |
| 312 StaticFinalField2NegativeTest: Fail | 309 StaticFinalField2NegativeTest: Fail |
| 313 StaticFinalFieldNegativeTest: Fail | 310 StaticFinalFieldNegativeTest: Fail |
| 314 StaticFinalFieldTest: Fail | 311 StaticFinalFieldTest: Fail |
| 315 StaticImplicitClosureTest: Fail | 312 StaticImplicitClosureTest: Fail |
| 316 StaticImplicitClosureTest: Fail | 313 StaticImplicitClosureTest: Fail |
| 317 StaticTopLevelTest/00: Fail | 314 StaticTopLevelTest/00: Fail |
| 318 StaticTopLevelTest/01: Fail | 315 StaticTopLevelTest/01: Fail |
| 319 StaticTopLevelTest/02: Fail | 316 StaticTopLevelTest/02: Fail |
| 320 StaticTopLevelTest/03: Fail | 317 StaticTopLevelTest/03: Fail |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 TypeVariableBoundsTest/06: Fail | 371 TypeVariableBoundsTest/06: Fail |
| 375 TypeVariableBoundsTest/09: Fail | 372 TypeVariableBoundsTest/09: Fail |
| 376 TypeVariableBoundsTest/10: Fail | 373 TypeVariableBoundsTest/10: Fail |
| 377 TypeVariableBoundsTest/none: Fail | 374 TypeVariableBoundsTest/none: Fail |
| 378 TypeVariableScopeTest/none: Fail | 375 TypeVariableScopeTest/none: Fail |
| 379 TypedMessageTest: Fail | 376 TypedMessageTest: Fail |
| 380 Unary2Test: Fail | 377 Unary2Test: Fail |
| 381 UnaryTest: Fail | 378 UnaryTest: Fail |
| 382 UnboundGetterTest: Fail | 379 UnboundGetterTest: Fail |
| 383 WhileTest: Fail | 380 WhileTest: Fail |
| OLD | NEW |