| 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 MathTest: Fail | 323 MathTest: Fail |
| 324 MethodOverrideTest: Fail # checking on precise type rules for methods | 324 MethodOverrideTest: Fail # checking on precise type rules for methods |
| 325 NamedParametersPassingFalsyTest: Fail | 325 NamedParametersPassingFalsyTest: Fail |
| 326 NamedParametersTypeTest: Fail | 326 NamedParametersTypeTest: Fail |
| 327 NamedParametersWithConversionsTest: Fail | 327 NamedParametersWithConversionsTest: Fail |
| 328 NonConstSuperNegativeTest: Fail | 328 NonConstSuperNegativeTest: Fail |
| 329 NullPointerExceptionTest: Fail | 329 NullPointerExceptionTest: Fail |
| 330 NullTest: Fail | 330 NullTest: Fail |
| 331 NullToStringTest: Fail | 331 NullToStringTest: Fail |
| 332 NumbersTest: Fail | 332 NumbersTest: Fail |
| 333 Operator4Test: Fail | |
| 334 OverrideFieldTest/01: Fail | 333 OverrideFieldTest/01: Fail |
| 335 OverrideFieldTest/04: Fail | 334 OverrideFieldTest/04: Fail |
| 336 OverrideMethodWithFieldTest/01: Fail | 335 OverrideMethodWithFieldTest/01: Fail |
| 337 ParameterInitializer5NegativeTest: Fail # Issue 581 | 336 ParameterInitializer5NegativeTest: Fail # Issue 581 |
| 338 Prefix101Test: Fail # Allow multiple imports with same prefix. | 337 Prefix101Test: Fail # Allow multiple imports with same prefix. |
| 339 Prefix8NegativeTest: Fail | 338 Prefix8NegativeTest: Fail |
| 340 Prefix9NegativeTest: Fail | 339 Prefix9NegativeTest: Fail |
| 341 Prefix11NegativeTest: Fail | 340 Prefix11NegativeTest: Fail |
| 342 Prefix16NegativeTest: Fail | 341 Prefix16NegativeTest: Fail |
| 343 Prefix20NegativeTest: Fail | 342 Prefix20NegativeTest: Fail |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 | 463 |
| 465 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | 464 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] |
| 466 *: Skip | 465 *: Skip |
| 467 | 466 |
| 468 [ $arch == simarm ] | 467 [ $arch == simarm ] |
| 469 *: Skip | 468 *: Skip |
| 470 | 469 |
| 471 [ $arch == arm ] | 470 [ $arch == arm ] |
| 472 *: Skip | 471 *: Skip |
| 473 | 472 |
| OLD | NEW |