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 | |
108 ApplicationNegativeTest: Fail | 107 ApplicationNegativeTest: Fail |
109 AssertKeywordNegativeTest: Fail | 108 AssertKeywordNegativeTest: Fail |
110 AssertTest: Fail # Uses AssertError class. Bug 4385894. | 109 AssertTest: Fail # Uses AssertError class. Bug 4385894. |
111 AssignInstanceMethodNegativeTest: Fail | 110 AssignInstanceMethodNegativeTest: Fail |
112 BadNamedParametersTest: Fail # Issue 1941 | 111 BadNamedParametersTest: Fail # Issue 1941 |
113 BadNamedParameters2Test: Fail # Issue 1941 | 112 BadNamedParameters2Test: Fail # Issue 1941 |
114 AssignStaticTypeTest/01: Fail # Issue 1957 | 113 AssignStaticTypeTest/01: Fail # Issue 1957 |
115 AssignStaticTypeTest/02: Fail # Issue 1957 | 114 AssignStaticTypeTest/02: Fail # Issue 1957 |
116 AssignStaticTypeTest/03: Fail # Issue 1957 | 115 AssignStaticTypeTest/03: Fail # Issue 1957 |
117 AssignStaticTypeTest/04: Fail # Issue 1957 | 116 AssignStaticTypeTest/04: Fail # Issue 1957 |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 [ $component == frog && $mode == debug ] | 456 [ $component == frog && $mode == debug ] |
458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
460 | 459 |
461 [ $arch == simarm ] | 460 [ $arch == simarm ] |
462 *: Skip | 461 *: Skip |
463 | 462 |
464 [ $arch == arm ] | 463 [ $arch == arm ] |
465 *: Skip | 464 *: Skip |
466 | 465 |
OLD | NEW |