| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 Constructor3NegativeTest: Fail | 121 Constructor3NegativeTest: Fail |
| 122 ConstructorCallWrongArgumentCountNegativeTest: Fail | 122 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 123 DefaultFactoryLibraryTest: Fail # Issue 514 | 123 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 124 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. | 124 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. |
| 125 DuplicateImplementsTest: Skip # Issue 976 | 125 DuplicateImplementsTest: Skip # Issue 976 |
| 126 Field3aNegativeTest: Fail | 126 Field3aNegativeTest: Fail |
| 127 FieldMethod4NegativeTest: Fail | 127 FieldMethod4NegativeTest: Fail |
| 128 FinalSyntaxTest/*: Skip # can't handle base case | 128 FinalSyntaxTest/*: Skip # can't handle base case |
| 129 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 129 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 130 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 130 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 131 GettersSettersTypeTest/01: Fail # Issue 2351 |
| 131 InstanceCallWrongArgumentCountNegativeTest: Fail | 132 InstanceCallWrongArgumentCountNegativeTest: Fail |
| 132 Label2NegativeTest: Fail # issue 1658 | 133 Label2NegativeTest: Fail # issue 1658 |
| 133 Library4NegativeTest: Fail # Bug 5406175 | 134 Library4NegativeTest: Fail # Bug 5406175 |
| 134 ListLiteral4Test: Fail # Issue 1343 | 135 ListLiteral4Test: Fail # Issue 1343 |
| 135 LiteralUnaryPlusTest/01: Fail # Issue 1399 | 136 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
| 136 MapLiteral4Test: Fail # Issue 1343 | 137 MapLiteral4Test: Fail # Issue 1343 |
| 137 NamedParametersNegativeTest: Fail | 138 NamedParametersNegativeTest: Fail |
| 138 NoSuchMethodNegativeTest: Fail | 139 NoSuchMethodNegativeTest: Fail |
| 139 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 140 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| 140 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 | 141 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 [ $compiler == frog && $mode == debug ] | 469 [ $compiler == frog && $mode == debug ] |
| 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 470 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 471 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 471 | 472 |
| 472 [ $arch == simarm ] | 473 [ $arch == simarm ] |
| 473 *: Skip | 474 *: Skip |
| 474 | 475 |
| 475 [ $arch == arm ] | 476 [ $arch == arm ] |
| 476 *: Skip | 477 *: Skip |
| 477 | 478 |
| OLD | NEW |