| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 *FrogTest: Skip | 197 *FrogTest: Skip |
| 198 *FrogNegativeTest: Skip | 198 *FrogNegativeTest: Skip |
| 199 | 199 |
| 200 | 200 |
| 201 [ $compiler == none && $runtime == drt ] | 201 [ $compiler == none && $runtime == drt ] |
| 202 # TODO: These need to be retriaged. | 202 # TODO: These need to be retriaged. |
| 203 DisablePrivacyTest: Skip | 203 DisablePrivacyTest: Skip |
| 204 RichardsTest: Fail | 204 RichardsTest: Fail |
| 205 StringEscape1NegativeTest: Skip | 205 StringEscape1NegativeTest: Skip |
| 206 GCTest: Skip # Issue 1487 | 206 GCTest: Skip # Issue 1487 |
| 207 TypedMessageTest: Fail, Pass # Issue 2371. |
| 207 | 208 |
| 208 [ $compiler == frogsh ] | 209 [ $compiler == frogsh ] |
| 209 ArithmeticTest: Fail # Issue 1470 | 210 ArithmeticTest: Fail # Issue 1470 |
| 210 IntrinsifiedMethodsTest: Fail # Issue 1470 | 211 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 211 | 212 |
| 212 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] | 213 [ ($compiler == frog || $compiler == frogsh) && $unchecked ] |
| 213 BoolTest: Fail # Issue 2092 | 214 BoolTest: Fail # Issue 2092 |
| 214 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. | 215 CompileTimeConstantCTest/01: Fail # integers as keys in literal maps. |
| 215 | 216 |
| 216 [ $compiler == frog || $compiler == frogsh ] | 217 [ $compiler == frog || $compiler == frogsh ] |
| (...skipping 251 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 |