| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 ToplevelCollision2Test/01: Fail # added in r1934 | 335 ToplevelCollision2Test/01: Fail # added in r1934 |
| 336 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin
g the test harness? Leg is bailing on all these tests after seeing the "extends"
factory syntax. | 336 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin
g the test harness? Leg is bailing on all these tests after seeing the "extends"
factory syntax. |
| 337 TypeVariableBoundsTest/00: Pass | 337 TypeVariableBoundsTest/00: Pass |
| 338 TypeVariableBoundsTest/03: Pass | 338 TypeVariableBoundsTest/03: Pass |
| 339 TypeVariableBoundsTest/04: Pass | 339 TypeVariableBoundsTest/04: Pass |
| 340 TypeVariableBoundsTest/02: Fail | 340 TypeVariableBoundsTest/02: Fail |
| 341 TypeVariableBoundsTest/06: Fail | 341 TypeVariableBoundsTest/06: Fail |
| 342 ConstructorReturnNegativeTest: Fail | 342 ConstructorReturnNegativeTest: Fail |
| 343 ConstructorReturnWithArrowNegativeTest: Fail | 343 ConstructorReturnWithArrowNegativeTest: Fail |
| 344 DuplicateConstructorTest/01: Fail | 344 DuplicateConstructorTest/01: Fail |
| 345 InstFieldInitializer1NegativeTest: Fail # Unused fields are not analyzed. |
| 345 | 346 |
| 346 [ $component == frog || $component == frogsh || $component == leg ] | 347 [ $component == frog || $component == frogsh || $component == leg ] |
| 347 # these tests are inconsistent in frogium and frogsh-node, investigate | 348 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 348 ParameterInitializerTest: Pass | 349 ParameterInitializerTest: Pass |
| 349 StaticField1RunNegativeTest: Pass | 350 StaticField1RunNegativeTest: Pass |
| 350 StaticField2RunNegativeTest: Pass | 351 StaticField2RunNegativeTest: Pass |
| 351 | 352 |
| 352 [ $component == frogium ] | 353 [ $component == frogium ] |
| 353 # these tests are inconsistent in frogium and frogsh-node, investigate | 354 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 354 ParameterInitializerTest: Fail | 355 ParameterInitializerTest: Fail |
| 355 StaticField1RunNegativeTest: Fail | 356 StaticField1RunNegativeTest: Fail |
| 356 StaticField2RunNegativeTest: Fail | 357 StaticField2RunNegativeTest: Fail |
| 357 | 358 |
| 358 [ $arch == x64 ] | 359 [ $arch == x64 ] |
| 359 *: Skip | 360 *: Skip |
| 360 | 361 |
| 361 [ $arch == simarm ] | 362 [ $arch == simarm ] |
| 362 *: Skip | 363 *: Skip |
| 363 | 364 |
| 364 [ $arch == arm ] | 365 [ $arch == arm ] |
| 365 *: Skip | 366 *: Skip |
| OLD | NEW |