| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 *FrogTest: Skip | 187 *FrogTest: Skip |
| 188 *FrogNegativeTest: Skip | 188 *FrogNegativeTest: Skip |
| 189 | 189 |
| 190 | 190 |
| 191 [ $compiler == none && $runtime == drt ] | 191 [ $compiler == none && $runtime == drt ] |
| 192 # TODO: These need to be retriaged. | 192 # TODO: These need to be retriaged. |
| 193 DisablePrivacyTest: Skip | 193 DisablePrivacyTest: Skip |
| 194 RichardsTest: Fail | 194 RichardsTest: Fail |
| 195 StringEscape1NegativeTest: Skip | 195 StringEscape1NegativeTest: Skip |
| 196 GCTest: Skip # Issue 1487 | 196 GCTest: Skip # Issue 1487 |
| 197 TypedMessageTest: Fail, Pass # Issue 2371. | |
| 198 | 197 |
| 199 [ $compiler == frogsh ] | 198 [ $compiler == frogsh ] |
| 200 ArithmeticTest: Fail # Issue 1470 | 199 ArithmeticTest: Fail # Issue 1470 |
| 201 IntrinsifiedMethodsTest: Fail # Issue 1470 | 200 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 202 | 201 |
| 203 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] | 202 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] |
| 204 BoolTest: Fail # Issue 2092 | 203 BoolTest: Fail # Issue 2092 |
| 205 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. | 204 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. |
| 206 | 205 |
| 207 [ $compiler == frog || $compiler == frogsh ] | 206 [ $compiler == frog || $compiler == frogsh ] |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 [ $compiler == frog && $mode == debug ] | 458 [ $compiler == frog && $mode == debug ] |
| 460 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 461 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 462 | 461 |
| 463 [ $arch == simarm ] | 462 [ $arch == simarm ] |
| 464 *: Skip | 463 *: Skip |
| 465 | 464 |
| 466 [ $arch == arm ] | 465 [ $arch == arm ] |
| 467 *: Skip | 466 *: Skip |
| 468 | 467 |
| OLD | NEW |