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 | |
145 DefaultFactoryLibraryTest: Fail # Issue 514 | 144 DefaultFactoryLibraryTest: Fail # Issue 514 |
146 DuplicateImplementsTest: Skip # Issue 976 | 145 DuplicateImplementsTest: Skip # Issue 976 |
147 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 146 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
148 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 147 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
149 Library4NegativeTest: Fail # Bug 5406175 | 148 Library4NegativeTest: Fail # Bug 5406175 |
150 ListLiteral4Test: Fail # Issue 1343 | 149 ListLiteral4Test: Fail # Issue 1343 |
151 LiteralUnaryPlusTest/01: Fail # Issue 1399 | 150 LiteralUnaryPlusTest/01: Fail # Issue 1399 |
152 MapLiteral4Test: Fail # Issue 1343 | 151 MapLiteral4Test: Fail # Issue 1343 |
153 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 152 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
154 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 | 153 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 [ $component == frog && $mode == debug ] | 452 [ $component == frog && $mode == debug ] |
454 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 453 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
455 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 454 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
456 | 455 |
457 [ $arch == simarm ] | 456 [ $arch == simarm ] |
458 *: Skip | 457 *: Skip |
459 | 458 |
460 [ $arch == arm ] | 459 [ $arch == arm ] |
461 *: Skip | 460 *: Skip |
462 | 461 |
OLD | NEW |