| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 StaticField2RunNegativeTest: Fail # issue 1662 | 134 StaticField2RunNegativeTest: Fail # issue 1662 |
| 135 Switch3NegativeTest: Fail # issue 1663 | 135 Switch3NegativeTest: Fail # issue 1663 |
| 136 | 136 |
| 137 | 137 |
| 138 # Problems triaged before static analysis-only change | 138 # Problems triaged before static analysis-only change |
| 139 | 139 |
| 140 AssertTest: Fail # Uses AssertError class. Bug 4385894. | 140 AssertTest: Fail # Uses AssertError class. Bug 4385894. |
| 141 CallOperatorTest: Pass # Issue 1355 | 141 CallOperatorTest: Pass # Issue 1355 |
| 142 CharEscapeTest: Pass # Issue 1654 | 142 CharEscapeTest: Pass # Issue 1654 |
| 143 Constructor3NegativeTest: Fail | 143 Constructor3NegativeTest: Fail |
| 144 ConstructorNamedArgumentsTest/01: Fail # Issue 1872 |
| 144 DefaultFactoryLibraryTest: Fail # Issue 514 | 145 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 145 DuplicateImplementsTest: Skip # Issue 976 | 146 DuplicateImplementsTest: Skip # Issue 976 |
| 146 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 147 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
| 147 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 148 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
| 148 Library4NegativeTest: Fail # Bug 5406175 | 149 Library4NegativeTest: Fail # Bug 5406175 |
| 149 ListLiteral4Test: Fail # Issue 1343 | 150 ListLiteral4Test: Fail # Issue 1343 |
| 150 LiteralUnaryPlusTest/01: Fail # Issue 1399 | 151 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
| 151 MapLiteral4Test: Fail # Issue 1343 | 152 MapLiteral4Test: Fail # Issue 1343 |
| 152 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 153 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
| 153 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 154 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 [ $component == frog && $mode == debug ] | 458 [ $component == frog && $mode == debug ] |
| 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 460 | 461 |
| 461 [ $arch == simarm ] | 462 [ $arch == simarm ] |
| 462 *: Skip | 463 *: Skip |
| 463 | 464 |
| 464 [ $arch == arm ] | 465 [ $arch == arm ] |
| 465 *: Skip | 466 *: Skip |
| 466 | 467 |
| OLD | NEW |