| 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 22 matching lines...) Expand all Loading... |
| 33 ClassExtendsNegativeTest: Fail | 33 ClassExtendsNegativeTest: Fail |
| 34 ClassOverrideNegativeTest: Fail | 34 ClassOverrideNegativeTest: Fail |
| 35 ClassTest: Fail | 35 ClassTest: Fail |
| 36 Closure2Test: Fail | 36 Closure2Test: Fail |
| 37 ClosureBreak1Test: Fail | 37 ClosureBreak1Test: Fail |
| 38 ClosureBreak2Test: Fail | 38 ClosureBreak2Test: Fail |
| 39 ClosureBreakTest: Fail | 39 ClosureBreakTest: Fail |
| 40 ClosureSharedStateTest: Fail | 40 ClosureSharedStateTest: Fail |
| 41 ClosureTest: Fail | 41 ClosureTest: Fail |
| 42 ClosuresWithComplexParamsTest: Fail | 42 ClosuresWithComplexParamsTest: Fail |
| 43 ConstConstructorSyntaxTest/none: Fail |
| 43 ConstEscapeFrogTest: Fail | 44 ConstEscapeFrogTest: Fail |
| 44 ConstFieldNegativeTest: Fail | 45 ConstFieldNegativeTest: Fail |
| 45 ConstInit4NegativeTest: Fail | 46 ConstInit4NegativeTest: Fail |
| 46 ConstInitNegativeTest: Fail | 47 ConstInitNegativeTest: Fail |
| 47 ConstInitTest: Fail | 48 ConstInitTest: Fail |
| 48 ConstListTest: Fail | 49 ConstListTest: Fail |
| 49 ConstNamedTest: Fail | 50 ConstNamedTest: Fail |
| 50 ConstObjectsAreImmutableTest: Fail | 51 ConstObjectsAreImmutableTest: Fail |
| 51 ConstTest: Fail | 52 ConstTest: Fail |
| 52 Constructor2NegativeTest: Fail | |
| 53 Constructor2Test: Fail | 53 Constructor2Test: Fail |
| 54 Constructor3Test: Fail | 54 Constructor3Test: Fail |
| 55 Constructor4Test: Fail | 55 Constructor4Test: Fail |
| 56 Constructor5Test: Fail | 56 Constructor5Test: Fail |
| 57 Constructor6Test: Fail | 57 Constructor6Test: Fail |
| 58 ConstructorDefaultTest: Fail | 58 ConstructorDefaultTest: Fail |
| 59 ConstructorDuplicateInitializersTest/02: Fail | 59 ConstructorDuplicateInitializersTest/02: Fail |
| 60 ConstructorNegativeTest: Pass # For the wrong reason. | 60 ConstructorNegativeTest: Pass # For the wrong reason. |
| 61 ConstructorRedirectTest: Fail | 61 ConstructorRedirectTest: Fail |
| 62 ConstructorReturnNegativeTest: Fail | 62 ConstructorReturnNegativeTest: Fail |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 TypeVariableBoundsTest/10: Fail | 345 TypeVariableBoundsTest/10: Fail |
| 346 TypeVariableBoundsTest/none: Fail | 346 TypeVariableBoundsTest/none: Fail |
| 347 TypeVariableScopeTest/none: Fail | 347 TypeVariableScopeTest/none: Fail |
| 348 TypedMessageTest: Fail | 348 TypedMessageTest: Fail |
| 349 WhileTest: Fail | 349 WhileTest: Fail |
| 350 | 350 |
| 351 [ $component == leg && $mode == debug] | 351 [ $component == leg && $mode == debug] |
| 352 BranchesTest: Crash # VM issue 1570 | 352 BranchesTest: Crash # VM issue 1570 |
| 353 IncrOpTest: Crash # VM issue 1570 | 353 IncrOpTest: Crash # VM issue 1570 |
| 354 ManyCallsTest: Crash # VM issue 1570 | 354 ManyCallsTest: Crash # VM issue 1570 |
| OLD | NEW |