| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 Library1NegativeTest: Fail # issue with test see #354 | 267 Library1NegativeTest: Fail # issue with test see #354 |
| 268 Library4NegativeTest: Fail # issue with test see #354 | 268 Library4NegativeTest: Fail # issue with test see #354 |
| 269 Library5NegativeTest: Fail # issue with test see #354 | 269 Library5NegativeTest: Fail # issue with test see #354 |
| 270 Library6NegativeTest: Fail # issue with test see #354 | 270 Library6NegativeTest: Fail # issue with test see #354 |
| 271 ListLiteral3Test: Fail | 271 ListLiteral3Test: Fail |
| 272 ListTest: Fail # array bound checks not implemented | 272 ListTest: Fail # array bound checks not implemented |
| 273 LocalFunction3Test: Fail | 273 LocalFunction3Test: Fail |
| 274 LocalFunctionTest: Fail | 274 LocalFunctionTest: Fail |
| 275 ManyGenericInstanceofTest: Fail | 275 ManyGenericInstanceofTest: Fail |
| 276 MathTest: Fail | 276 MathTest: Fail |
| 277 MethodBindingTest: Fail |
| 277 MethodOverrideTest: Fail | 278 MethodOverrideTest: Fail |
| 278 NamedParametersPassingFalsyTest: Fail | 279 NamedParametersPassingFalsyTest: Fail |
| 279 NamedParametersTypeTest: Fail | 280 NamedParametersTypeTest: Fail |
| 280 NamedParametersWithConversionsTest: Fail | 281 NamedParametersWithConversionsTest: Fail |
| 281 NamingTest: Fail | 282 NamingTest: Fail |
| 282 NonConstSuperNegativeTest: Fail | 283 NonConstSuperNegativeTest: Fail |
| 283 NullPointerExceptionTest: Fail | 284 NullPointerExceptionTest: Fail |
| 284 NullTest: Fail | 285 NullTest: Fail |
| 285 NullToStringTest: Fail | 286 NullToStringTest: Fail |
| 286 NumberSyntaxTest: Fail | 287 NumberSyntaxTest: Fail |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 352 StaticField2RunNegativeTest: Fail |
| 352 | 353 |
| 353 [ $arch == x64 ] | 354 [ $arch == x64 ] |
| 354 *: Skip | 355 *: Skip |
| 355 | 356 |
| 356 [ $arch == simarm ] | 357 [ $arch == simarm ] |
| 357 *: Skip | 358 *: Skip |
| 358 | 359 |
| 359 [ $arch == arm ] | 360 [ $arch == arm ] |
| 360 *: Skip | 361 *: Skip |
| OLD | NEW |