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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 ListTest: Fail # array bound checks not implemented | 261 ListTest: Fail # array bound checks not implemented |
262 LocalFunction3Test: Fail | 262 LocalFunction3Test: Fail |
263 LocalFunctionTest: Fail | 263 LocalFunctionTest: Fail |
264 ManyGenericInstanceofTest: Fail | 264 ManyGenericInstanceofTest: Fail |
265 MapLiteral4Test: Fail # missing checks on map index operations | 265 MapLiteral4Test: Fail # missing checks on map index operations |
266 MathTest: Fail | 266 MathTest: Fail |
267 MethodOverrideTest: Fail | 267 MethodOverrideTest: Fail |
268 NamedParametersPassingFalsyTest: Fail | 268 NamedParametersPassingFalsyTest: Fail |
269 NamedParametersTypeTest: Fail | 269 NamedParametersTypeTest: Fail |
270 NamedParametersWithConversionsTest: Fail | 270 NamedParametersWithConversionsTest: Fail |
| 271 NestedCommentsTest: Fail |
271 NonConstSuperNegativeTest: Fail | 272 NonConstSuperNegativeTest: Fail |
272 NonParameterizedFactoryTest: Fail | 273 NonParameterizedFactoryTest: Fail |
273 NonParameterizedFactory2Test: Fail | 274 NonParameterizedFactory2Test: Fail |
274 NullPointerExceptionTest: Fail | 275 NullPointerExceptionTest: Fail |
275 NullTest: Fail | 276 NullTest: Fail |
276 NullToStringTest: Fail | 277 NullToStringTest: Fail |
277 NumbersTest: Fail | 278 NumbersTest: Fail |
278 NumberSyntaxTest: Fail | 279 NumberSyntaxTest: Fail |
279 ObjectDynamicMethodTest: Fail | 280 ObjectDynamicMethodTest: Fail |
280 OverrideMethodWithFieldTest/01: Fail | 281 OverrideMethodWithFieldTest/01: Fail |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 StaticField2RunNegativeTest: Pass # but error is not correct | 341 StaticField2RunNegativeTest: Pass # but error is not correct |
341 | 342 |
342 [ $arch == x64 ] | 343 [ $arch == x64 ] |
343 *: Skip | 344 *: Skip |
344 | 345 |
345 [ $arch == simarm ] | 346 [ $arch == simarm ] |
346 *: Skip | 347 *: Skip |
347 | 348 |
348 [ $arch == arm ] | 349 [ $arch == arm ] |
349 *: Skip | 350 *: Skip |
OLD | NEW |