| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 *FrogTest: Skip | 91 *FrogTest: Skip |
| 92 *FrogNegativeTest: Skip | 92 *FrogNegativeTest: Skip |
| 93 | 93 |
| 94 [ ($component == vm || $component == dartium) && $unchecked ] | 94 [ ($component == vm || $component == dartium) && $unchecked ] |
| 95 | 95 |
| 96 IsNotClass3NegativeTest: Fail # Spec unclear. | 96 IsNotClass3NegativeTest: Fail # Spec unclear. |
| 97 Prefix16NegativeTest: Fail # Bug 5532534 | 97 Prefix16NegativeTest: Fail # Bug 5532534 |
| 98 | 98 |
| 99 [ ($component == vm || $component == dartium) && $checked ] | 99 [ ($component == vm || $component == dartium) && $checked ] |
| 100 | 100 |
| 101 TypeVariableBounds2Test/03: Fail # Work in progress. |
| 101 Prefix22Test: Fail # This test should be negative in checked mode. | 102 Prefix22Test: Fail # This test should be negative in checked mode. |
| 102 WrongNumberTypeArgumentsTest: Fail # This test should be negative in checked mod
e. | |
| 103 TypeVariableBoundsTest/09: Fail # This test should be negative in checked mode. | |
| 104 TypeVariableBoundsTest/10: Fail # This test should be negative in checked mode. | |
| 105 | 103 |
| 106 [ ($component == vm || $component == dartium) && $mode == debug ] | 104 [ ($component == vm || $component == dartium) && $mode == debug ] |
| 107 GCTest: Skip # Takes too long. | 105 GCTest: Skip # Takes too long. |
| 108 | 106 |
| 109 [ $component == vm && $mode == release ] | 107 [ $component == vm && $mode == release ] |
| 110 | 108 |
| 111 [ $component == dartc || $component == chromium ] | 109 [ $component == dartc || $component == chromium ] |
| 112 AbstractSyntaxTest/01: Fail | 110 AbstractSyntaxTest/01: Fail |
| 113 ApplicationNegativeTest: Fail | 111 ApplicationNegativeTest: Fail |
| 114 AssertKeywordNegativeTest: Fail | 112 AssertKeywordNegativeTest: Fail |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 [ $component == frog && $mode == debug ] | 452 [ $component == frog && $mode == debug ] |
| 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 453 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 454 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 | 455 |
| 458 [ $arch == simarm ] | 456 [ $arch == simarm ] |
| 459 *: Skip | 457 *: Skip |
| 460 | 458 |
| 461 [ $arch == arm ] | 459 [ $arch == arm ] |
| 462 *: Skip | 460 *: Skip |
| 463 | 461 |
| OLD | NEW |