| 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 && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 CharEscapeTest: Fail | 40 CharEscapeTest: Fail |
| 41 ClassCycleNegativeTest: Fail | 41 ClassCycleNegativeTest: Fail |
| 42 ClassExtendsNegativeTest: Fail | 42 ClassExtendsNegativeTest: Fail |
| 43 ClassOverrideNegativeTest: Fail | 43 ClassOverrideNegativeTest: Fail |
| 44 ClassTest: Fail | 44 ClassTest: Fail |
| 45 ClosureBreak1Test: Fail | 45 ClosureBreak1Test: Fail |
| 46 ClosureBreak2Test: Fail | 46 ClosureBreak2Test: Fail |
| 47 ClosureBreakTest: Fail | 47 ClosureBreakTest: Fail |
| 48 ClosureSharedStateTest: Fail | 48 ClosureSharedStateTest: Fail |
| 49 ClosureTest: Fail | 49 ClosureTest: Fail |
| 50 ClosuresWithComplexParamsTest: Fail | |
| 51 ConstConstructorSyntaxTest/none: Fail | 50 ConstConstructorSyntaxTest/none: Fail |
| 52 ConstEscapeFrogTest: Fail | 51 ConstEscapeFrogTest: Fail |
| 53 ConstFieldNegativeTest: Fail | 52 ConstFieldNegativeTest: Fail |
| 54 ConstInit4NegativeTest: Fail | 53 ConstInit4NegativeTest: Fail |
| 55 ConstInitNegativeTest: Fail | 54 ConstInitNegativeTest: Fail |
| 56 ConstInitTest: Fail | 55 ConstInitTest: Fail |
| 57 ConstListTest: Fail | 56 ConstListTest: Fail |
| 58 ConstNamedTest: Fail | 57 ConstNamedTest: Fail |
| 59 ConstObjectsAreImmutableTest: Fail | 58 ConstObjectsAreImmutableTest: Fail |
| 60 ConstSyntaxTest/01: Fail | 59 ConstSyntaxTest/01: Fail |
| 61 ConstSyntaxTest/02: Fail | 60 ConstSyntaxTest/02: Fail |
| 62 ConstSyntaxTest/03: Fail | 61 ConstSyntaxTest/03: Fail |
| 63 ConstTest: Fail | 62 ConstTest: Fail |
| 64 Constructor2NegativeTest: Fail | 63 Constructor2NegativeTest: Fail |
| 65 Constructor2Test: Fail | 64 Constructor2Test: Fail |
| 66 Constructor3Test: Fail | 65 Constructor3Test: Fail |
| 67 Constructor5Test: Fail | 66 Constructor5Test: Fail |
| 68 Constructor6Test: Fail | 67 Constructor6Test: Crash |
| 69 ConstructorDefaultTest: Fail | |
| 70 ConstructorDuplicateInitializersTest/02: Fail | 68 ConstructorDuplicateInitializersTest/02: Fail |
| 71 ConstructorNegativeTest: Pass # For the wrong reason. | 69 ConstructorNegativeTest: Pass # For the wrong reason. |
| 72 ConstructorRedirectTest: Fail | 70 ConstructorRedirectTest: Fail |
| 73 ConstructorReturnNegativeTest: Fail | 71 ConstructorReturnNegativeTest: Fail |
| 74 ConstructorReturnWithArrowNegativeTest: Fail | 72 ConstructorReturnWithArrowNegativeTest: Fail |
| 75 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 73 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 76 ConstructorReturnWithInitNegativeTest: Fail | 74 ConstructorReturnWithInitNegativeTest: Fail |
| 77 Context2Test: Fail | 75 Context2Test: Fail |
| 78 ContextTest: Fail | 76 ContextTest: Fail |
| 79 ContinueTest: Fail | 77 ContinueTest: Fail |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 TypeVariableScopeTest/02: Fail | 341 TypeVariableScopeTest/02: Fail |
| 344 TypeVariableScopeTest/03: Fail | 342 TypeVariableScopeTest/03: Fail |
| 345 TypeVariableScopeTest/04: Fail | 343 TypeVariableScopeTest/04: Fail |
| 346 TypeVariableScopeTest/05: Fail | 344 TypeVariableScopeTest/05: Fail |
| 347 TypedMessageTest: Fail | 345 TypedMessageTest: Fail |
| 348 WhileTest: Fail | 346 WhileTest: Fail |
| 349 | 347 |
| 350 | 348 |
| 351 [ $component == leg && $mode == release] | 349 [ $component == leg && $mode == release] |
| 352 AssignTopMethodNegativeTest: Crash | 350 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |