| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 IsNotClass3NegativeTest: Fail # Spec unclear. | 97 IsNotClass3NegativeTest: Fail # Spec unclear. |
| 98 Prefix16NegativeTest: Fail # Bug 5532534 | 98 Prefix16NegativeTest: Fail # Bug 5532534 |
| 99 | 99 |
| 100 [ ($component == vm || $component == dartium) && $mode == debug ] | 100 [ ($component == vm || $component == dartium) && $mode == debug ] |
| 101 GCTest: Skip # Takes too long. | 101 GCTest: Skip # Takes too long. |
| 102 | 102 |
| 103 [ $component == vm && $mode == release ] | 103 [ $component == vm && $mode == release ] |
| 104 | 104 |
| 105 [ $component == dartc || $component == chromium ] | 105 [ $component == dartc || $component == chromium ] |
| 106 AbstractSyntaxTest/01: Fail | 106 AbstractSyntaxTest/01: Fail |
| 107 AdjacentStringLiteralsTest: Crash # Issue 2079 |
| 107 ApplicationNegativeTest: Fail | 108 ApplicationNegativeTest: Fail |
| 108 AssertKeywordNegativeTest: Fail | 109 AssertKeywordNegativeTest: Fail |
| 109 AssertTest: Fail # Uses AssertError class. Bug 4385894. | 110 AssertTest: Fail # Uses AssertError class. Bug 4385894. |
| 110 AssignInstanceMethodNegativeTest: Fail | 111 AssignInstanceMethodNegativeTest: Fail |
| 111 AssignStaticTypeTest/01: Fail # Issue 1957 | 112 AssignStaticTypeTest/01: Fail # Issue 1957 |
| 112 AssignStaticTypeTest/02: Fail # Issue 1957 | 113 AssignStaticTypeTest/02: Fail # Issue 1957 |
| 113 AssignStaticTypeTest/03: Fail # Issue 1957 | 114 AssignStaticTypeTest/03: Fail # Issue 1957 |
| 114 AssignStaticTypeTest/04: Fail # Issue 1957 | 115 AssignStaticTypeTest/04: Fail # Issue 1957 |
| 115 BodyLessConstructorWrongArgNegativeTest: Fail | 116 BodyLessConstructorWrongArgNegativeTest: Fail |
| 116 CallOperatorTest: Pass # Issue 1355 | 117 CallOperatorTest: Pass # Issue 1355 |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 [ $component == frog && $mode == debug ] | 455 [ $component == frog && $mode == debug ] |
| 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 456 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 457 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 | 458 |
| 458 [ $arch == simarm ] | 459 [ $arch == simarm ] |
| 459 *: Skip | 460 *: Skip |
| 460 | 461 |
| 461 [ $arch == arm ] | 462 [ $arch == arm ] |
| 462 *: Skip | 463 *: Skip |
| 463 | 464 |
| OLD | NEW |