OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 NamedParametersNegativeTest: Fail # Implementation in progress. | 96 NamedParametersNegativeTest: Fail # Implementation in progress. |
97 NamedParameters2NegativeTest: Fail # Implementation in progress. | 97 NamedParameters2NegativeTest: Fail # Implementation in progress. |
98 NamedParameters3NegativeTest: Fail # Implementation in progress. | 98 NamedParameters3NegativeTest: Fail # Implementation in progress. |
99 NamedParameters4NegativeTest: Fail # Implementation in progress. | 99 NamedParameters4NegativeTest: Fail # Implementation in progress. |
100 NamedParameters6NegativeTest: Crash # Implementation in progress. | 100 NamedParameters6NegativeTest: Crash # Implementation in progress. |
101 RegExp3Test: Fail # 5299683 | 101 RegExp3Test: Fail # 5299683 |
102 InterfaceFactory3NegativeTest: Fail # Bug 5387405 | 102 InterfaceFactory3NegativeTest: Fail # Bug 5387405 |
103 GenericParameterizedExtendsTest: Skip # Bug 5392297 | 103 GenericParameterizedExtendsTest: Skip # Bug 5392297 |
104 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 104 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
105 NullToStringTest: Fail # Bug 5421978 | 105 NullToStringTest: Fail # Bug 5421978 |
106 FunctionTypeAliasTest: Crash # Bug 4519208. | 106 FunctionTypeAliasTest: Fail # Bug 4519208. |
107 | 107 |
108 # Other bugs (or unimplemented features) in dartc. | 108 # Other bugs (or unimplemented features) in dartc. |
109 For2Test: Fail # Bug 4995208. | 109 For2Test: Fail # Bug 4995208. |
110 SuperOperatorTest: Fail # Bug 4995463. | 110 SuperOperatorTest: Fail # Bug 4995463. |
111 GenericTest: Fail # Bug 5393302 (missing call to super constructor) | 111 GenericTest: Fail # Bug 5393302 (missing call to super constructor) |
112 Throw7NegativeTest: Fail # Bug 4208459. | 112 Throw7NegativeTest: Fail # Bug 4208459. |
113 SwitchLabelTest: Fail # Bug 4208467. | 113 SwitchLabelTest: Fail # Bug 4208467. |
114 Switch7NegativeTest: Fail # Bug 4208467. | 114 Switch7NegativeTest: Fail # Bug 4208467. |
115 StackOverflowTest: Fail # Bug 4591172. | 115 StackOverflowTest: Fail # Bug 4591172. |
116 ScopeNegativeTest: Fail # Bug 4207538. | 116 ScopeNegativeTest: Fail # Bug 4207538. |
117 PseudoKWNegativeTest: Fail # Bug 4979760. | 117 PseudoKWNegativeTest: Fail # Bug 4979760. |
118 OverriddenNoSuchMethodTest: Fail # Bug 4202974. | 118 OverriddenNoSuchMethodTest: Fail # Bug 4202974. |
119 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. | 119 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. |
120 NoSuchMethodTest: Fail # Bug 4202974. | 120 NoSuchMethodTest: Fail # Bug 4202974. |
121 NumbersTest: Fail # Fails because numbers are mapped to doubles. | 121 NumbersTest: Fail # Fails because numbers are mapped to doubles. |
122 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). | 122 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). |
123 LocalFunction3Test: Fail # Bug 4202974. | 123 LocalFunction3Test: Fail # Bug 4202974. |
124 MethodOverrideTest: Crash # Bug 5516001. | 124 DynamicTest: Fail # Bug 5527899. |
125 DynamicTest: Crash # Bug 5527899. | |
126 | 125 |
127 FieldNegativeTest: Fail # Bug 4207626. | 126 FieldNegativeTest: Fail # Bug 4207626. |
128 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. | 127 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. |
129 ExampleConstructorTest: Fail # Bug 4205742. | 128 ExampleConstructorTest: Fail # Bug 4205742. |
130 CTConstTest: Fail # Bug 4510015. | 129 CTConstTest: Fail # Bug 4510015. |
131 Constructor2NegativeTest: Fail # Bug 4208594. | 130 Constructor2NegativeTest: Fail # Bug 4208594. |
132 Constructor2Test: Fail # Issue 255 | 131 Constructor2Test: Fail # Issue 255 |
133 Constructor3Test: Fail # Issue 257 | 132 Constructor3Test: Fail # Issue 257 |
134 Constructor4Test: Fail # Issue 286 | 133 Constructor4Test: Fail # Issue 286 |
135 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 134 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
(...skipping 28 matching lines...) Expand all Loading... |
164 BlackListedTest/03: Fail # Bug 5469684 | 163 BlackListedTest/03: Fail # Bug 5469684 |
165 BlackListedTest/04: Fail # Bug 5469684 | 164 BlackListedTest/04: Fail # Bug 5469684 |
166 BlackListedTest/05: Fail # Bug 5469684 | 165 BlackListedTest/05: Fail # Bug 5469684 |
167 BlackListedTest/06: Fail # Bug 5469684 | 166 BlackListedTest/06: Fail # Bug 5469684 |
168 BlackListedTest/07: Fail # Bug 5469684 | 167 BlackListedTest/07: Fail # Bug 5469684 |
169 BlackListedTest/08: Fail # Bug 5469684 | 168 BlackListedTest/08: Fail # Bug 5469684 |
170 BlackListedTest/09: Fail # Bug 5469684 | 169 BlackListedTest/09: Fail # Bug 5469684 |
171 BlackListedTest/10: Fail # Bug 5469684 | 170 BlackListedTest/10: Fail # Bug 5469684 |
172 BlackListedTest/11: Fail # Bug 5469684 | 171 BlackListedTest/11: Fail # Bug 5469684 |
173 BlackListedTest/12: Fail # Bug 5469684 | 172 BlackListedTest/12: Fail # Bug 5469684 |
174 BlackListedTest/13: Crash # Bug 5469684 | 173 BlackListedTest/13: Fail # Bug 5469684 |
175 BlackListedTest/14: Crash # Bug 5469684 | 174 BlackListedTest/14: Fail # Bug 5469684 |
176 | 175 |
177 ImplicitThisTest/none: Fail # Issue 375 | 176 ImplicitThisTest/none: Fail # Issue 375 |
178 | 177 |
179 # VM or Frog specific tests that should not be run by DartC. | 178 # VM or Frog specific tests that should not be run by DartC. |
180 *VMTest: Skip | 179 *VMTest: Skip |
181 *VMNegativeTest: Skip | 180 *VMNegativeTest: Skip |
182 *FrogTest: Skip | 181 *FrogTest: Skip |
183 *FrogNegativeTest: Skip | 182 *FrogNegativeTest: Skip |
184 | 183 |
185 | 184 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 StaticField2RunNegativeTest: Fail | 350 StaticField2RunNegativeTest: Fail |
352 | 351 |
353 [ $arch == x64 ] | 352 [ $arch == x64 ] |
354 *: Skip | 353 *: Skip |
355 | 354 |
356 [ $arch == simarm ] | 355 [ $arch == simarm ] |
357 *: Skip | 356 *: Skip |
358 | 357 |
359 [ $arch == arm ] | 358 [ $arch == arm ] |
360 *: Skip | 359 *: Skip |
OLD | NEW |