| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ClosuresWithComplexParamsTest: Fail | 42 ClosuresWithComplexParamsTest: Fail |
| 43 ConstConstructorSyntaxTest/none: Fail | 43 ConstConstructorSyntaxTest/none: Fail |
| 44 ConstEscapeFrogTest: Fail | 44 ConstEscapeFrogTest: Fail |
| 45 ConstFieldNegativeTest: Fail | 45 ConstFieldNegativeTest: Fail |
| 46 ConstInit4NegativeTest: Fail | 46 ConstInit4NegativeTest: Fail |
| 47 ConstInitNegativeTest: Fail | 47 ConstInitNegativeTest: Fail |
| 48 ConstInitTest: Fail | 48 ConstInitTest: Fail |
| 49 ConstListTest: Fail | 49 ConstListTest: Fail |
| 50 ConstNamedTest: Fail | 50 ConstNamedTest: Fail |
| 51 ConstObjectsAreImmutableTest: Fail | 51 ConstObjectsAreImmutableTest: Fail |
| 52 ConstSyntaxTest/01: Fail |
| 53 ConstSyntaxTest/02: Fail |
| 54 ConstSyntaxTest/03: Fail |
| 52 ConstTest: Fail | 55 ConstTest: Fail |
| 56 Constructor2NegativeTest: Fail |
| 53 Constructor2Test: Fail | 57 Constructor2Test: Fail |
| 54 Constructor3Test: Fail | 58 Constructor3Test: Fail |
| 55 Constructor4Test: Fail | 59 Constructor4Test: Fail |
| 56 Constructor5Test: Fail | 60 Constructor5Test: Fail |
| 57 Constructor6Test: Fail | 61 Constructor6Test: Fail |
| 58 ConstructorDefaultTest: Fail | 62 ConstructorDefaultTest: Fail |
| 59 ConstructorDuplicateInitializersTest/02: Fail | 63 ConstructorDuplicateInitializersTest/02: Fail |
| 60 ConstructorNegativeTest: Pass # For the wrong reason. | 64 ConstructorNegativeTest: Pass # For the wrong reason. |
| 61 ConstructorRedirectTest: Fail | 65 ConstructorRedirectTest: Fail |
| 62 ConstructorReturnNegativeTest: Fail | 66 ConstructorReturnNegativeTest: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 Field2NegativeTest: Fail | 109 Field2NegativeTest: Fail |
| 106 Field4NegativeTest: Fail | 110 Field4NegativeTest: Fail |
| 107 Field5NegativeTest: Fail | 111 Field5NegativeTest: Fail |
| 108 Field6NegativeTest: Fail | 112 Field6NegativeTest: Fail |
| 109 Field6aNegativeTest: Fail | 113 Field6aNegativeTest: Fail |
| 110 Field7NegativeTest: Fail | 114 Field7NegativeTest: Fail |
| 111 Field7aNegativeTest: Fail | 115 Field7aNegativeTest: Fail |
| 112 FieldMethodTest: Fail | 116 FieldMethodTest: Fail |
| 113 FinalParamNegativeTest: Fail | 117 FinalParamNegativeTest: Fail |
| 114 FinalVarNegativeTest: Fail | 118 FinalVarNegativeTest: Fail |
| 119 FinalSyntaxTest/none: Fail |
| 115 For2Test: Fail | 120 For2Test: Fail |
| 116 ForTest: Fail | 121 ForTest: Fail |
| 117 FunctionArgumentTest: Fail | 122 FunctionArgumentTest: Fail |
| 118 FunctionFieldTest: Fail | 123 FunctionFieldTest: Fail |
| 119 FunctionLiterals2Test: Fail | 124 FunctionLiterals2Test: Fail |
| 120 FunctionLiteralsTest: Fail | 125 FunctionLiteralsTest: Fail |
| 121 FunctionSyntaxTest: Fail | 126 FunctionSyntaxTest: Fail |
| 122 FunctionTest: Fail | 127 FunctionTest: Fail |
| 123 FunctionTypeAlias2Test: Fail | 128 FunctionTypeAlias2Test: Fail |
| 124 FunctionTypeAlias3Test: Fail | 129 FunctionTypeAlias3Test: Fail |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 TypeVariableBoundsTest/10: Fail | 350 TypeVariableBoundsTest/10: Fail |
| 346 TypeVariableBoundsTest/none: Fail | 351 TypeVariableBoundsTest/none: Fail |
| 347 TypeVariableScopeTest/none: Fail | 352 TypeVariableScopeTest/none: Fail |
| 348 TypedMessageTest: Fail | 353 TypedMessageTest: Fail |
| 349 WhileTest: Fail | 354 WhileTest: Fail |
| 350 | 355 |
| 351 [ $component == leg && $mode == debug] | 356 [ $component == leg && $mode == debug] |
| 352 BranchesTest: Crash # VM issue 1570 | 357 BranchesTest: Crash # VM issue 1570 |
| 353 IncrOpTest: Crash # VM issue 1570 | 358 IncrOpTest: Crash # VM issue 1570 |
| 354 ManyCallsTest: Crash # VM issue 1570 | 359 ManyCallsTest: Crash # VM issue 1570 |
| OLD | NEW |