| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 MapLiteral2NegativeTest: Fail # Issue 221 | 270 MapLiteral2NegativeTest: Fail # Issue 221 |
| 271 MapLiteral4Test: Fail # Issue 221 | 271 MapLiteral4Test: Fail # Issue 221 |
| 272 MathTest: Fail | 272 MathTest: Fail |
| 273 MethodBindingTest: Fail | 273 MethodBindingTest: Fail |
| 274 MethodOverrideTest: Fail | 274 MethodOverrideTest: Fail |
| 275 NamedParametersPassingFalsyTest: Fail | 275 NamedParametersPassingFalsyTest: Fail |
| 276 NamedParametersTypeTest: Fail | 276 NamedParametersTypeTest: Fail |
| 277 NamedParametersWithConversionsTest: Fail | 277 NamedParametersWithConversionsTest: Fail |
| 278 NamingTest: Fail | 278 NamingTest: Fail |
| 279 NativeClassInheritance2FrogTest: Fail | 279 NativeClassInheritance2FrogTest: Fail |
| 280 NativeClassIsCheck1FrogTest: Fail |
| 281 NativeClassIsCheck2FrogTest: Fail |
| 280 NonConstSuperNegativeTest: Fail | 282 NonConstSuperNegativeTest: Fail |
| 281 NullPointerExceptionTest: Fail | 283 NullPointerExceptionTest: Fail |
| 282 NullTest: Fail | 284 NullTest: Fail |
| 283 NullToStringTest: Fail | 285 NullToStringTest: Fail |
| 284 NumberSyntaxTest: Fail | 286 NumberSyntaxTest: Fail |
| 285 NumbersTest: Fail | 287 NumbersTest: Fail |
| 286 OverrideMethodWithFieldTest/01: Fail | 288 OverrideMethodWithFieldTest/01: Fail |
| 287 OverrideFieldTest/01: Fail | 289 OverrideFieldTest/01: Fail |
| 288 OverrideFieldTest/04: Fail | 290 OverrideFieldTest/04: Fail |
| 289 ParameterInitializer5NegativeTest: Fail # Issue 581 | 291 ParameterInitializer5NegativeTest: Fail # Issue 581 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 StaticField2RunNegativeTest: Fail | 351 StaticField2RunNegativeTest: Fail |
| 350 | 352 |
| 351 [ $arch == x64 ] | 353 [ $arch == x64 ] |
| 352 *: Skip | 354 *: Skip |
| 353 | 355 |
| 354 [ $arch == simarm ] | 356 [ $arch == simarm ] |
| 355 *: Skip | 357 *: Skip |
| 356 | 358 |
| 357 [ $arch == arm ] | 359 [ $arch == arm ] |
| 358 *: Skip | 360 *: Skip |
| OLD | NEW |