| 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 10 matching lines...) Expand all Loading... |
| 21 BreakTest: Fail | 21 BreakTest: Fail |
| 22 CTConst2Test: Fail | 22 CTConst2Test: Fail |
| 23 CTConst3Test: Fail | 23 CTConst3Test: Fail |
| 24 CTConst4Test: Fail | 24 CTConst4Test: Fail |
| 25 CTConstTest: Fail | 25 CTConstTest: Fail |
| 26 CallThroughGetterTest: Fail | 26 CallThroughGetterTest: Fail |
| 27 CallThroughNullGetterTest: Fail | 27 CallThroughNullGetterTest: Fail |
| 28 CanonicalConstTest: Fail | 28 CanonicalConstTest: Fail |
| 29 CharEscapeTest: Crash | 29 CharEscapeTest: Crash |
| 30 ClassCycleNegativeTest: Fail | 30 ClassCycleNegativeTest: Fail |
| 31 ClassLiteralTest/02: Crash | |
| 32 ClassLiteralTest/07: Crash | |
| 33 ClassLiteralTest/14: Crash | |
| 34 ClassLiteralTest/28: Crash | 31 ClassLiteralTest/28: Crash |
| 35 ClassLiteralTest/29: Crash | 32 ClassLiteralTest/29: Crash |
| 36 ClassOverrideNegativeTest: Fail | 33 ClassOverrideNegativeTest: Fail |
| 37 ClassTest: Fail | 34 ClassTest: Fail |
| 38 Closure2Test: Crash | 35 Closure2Test: Crash |
| 39 ClosureBreak1Test: Fail | 36 ClosureBreak1Test: Fail |
| 40 ClosureBreak2Test: Fail | 37 ClosureBreak2Test: Fail |
| 41 ClosureBreakTest: Fail | 38 ClosureBreakTest: Fail |
| 42 ClosureSharedStateTest: Fail | 39 ClosureSharedStateTest: Fail |
| 43 ClosureTest: Fail | 40 ClosureTest: Fail |
| (...skipping 12 matching lines...) Expand all Loading... |
| 56 Constructor3Test: Fail | 53 Constructor3Test: Fail |
| 57 Constructor4Test: Fail | 54 Constructor4Test: Fail |
| 58 Constructor5Test: Fail | 55 Constructor5Test: Fail |
| 59 Constructor6Test: Fail | 56 Constructor6Test: Fail |
| 60 ConstructorBodyTest: Crash | 57 ConstructorBodyTest: Crash |
| 61 ConstructorCallWrongArgumentCountNegativeTest: Fail | 58 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 62 ConstructorDefaultTest: Fail | 59 ConstructorDefaultTest: Fail |
| 63 ConstructorDuplicateInitializersTest/01: Crash | 60 ConstructorDuplicateInitializersTest/01: Crash |
| 64 ConstructorDuplicateInitializersTest/02: Crash | 61 ConstructorDuplicateInitializersTest/02: Crash |
| 65 ConstructorDuplicateInitializersTest/none: Crash | 62 ConstructorDuplicateInitializersTest/none: Crash |
| 66 ConstructorNegativeTest: Crash | 63 ConstructorNegativeTest: Pass # For the wrong reason. |
| 67 ConstructorRedirect1NegativeTest: Crash | 64 ConstructorRedirect1NegativeTest: Crash |
| 68 ConstructorRedirect3NegativeTest: Crash | 65 ConstructorRedirect3NegativeTest: Crash |
| 69 ConstructorRedirect4NegativeTest: Crash | 66 ConstructorRedirect4NegativeTest: Crash |
| 70 ConstructorRedirect5NegativeTest: Crash | 67 ConstructorRedirect5NegativeTest: Crash |
| 71 ConstructorRedirectTest: Crash | 68 ConstructorRedirectTest: Crash |
| 72 ConstructorReturnNegativeTest: Fail | 69 ConstructorReturnNegativeTest: Fail |
| 73 ConstructorReturnTest: Fail | 70 ConstructorReturnTest: Fail |
| 74 ConstructorReturnWithArrowNegativeTest: Fail | 71 ConstructorReturnWithArrowNegativeTest: Fail |
| 75 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 72 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 76 ConstructorReturnWithInitNegativeTest: Fail | 73 ConstructorReturnWithInitNegativeTest: Fail |
| (...skipping 297 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 |