| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 OverrideFieldTest/03: Fail | 351 OverrideFieldTest/03: Fail |
| 352 OverrideFieldTest/04: Skip | 352 OverrideFieldTest/04: Skip |
| 353 OverrideMethodWithFieldTest/none: Fail | 353 OverrideMethodWithFieldTest/none: Fail |
| 354 FauxverrideTest/none: Fail | 354 FauxverrideTest/none: Fail |
| 355 FauxverrideTest/01: Fail | 355 FauxverrideTest/01: Fail |
| 356 FauxverrideTest/03: Skip | 356 FauxverrideTest/03: Skip |
| 357 FauxverrideTest/04: Fail | 357 FauxverrideTest/04: Fail |
| 358 BlockScopeTest: Fail | 358 BlockScopeTest: Fail |
| 359 DuplicateConstructorTest/none: Fail | 359 DuplicateConstructorTest/none: Fail |
| 360 ExceptionIdentityTest: Fail | 360 ExceptionIdentityTest: Fail |
| 361 NewExpressionTypeArgsFrogTest/none: Fail |
| 361 | 362 |
| 362 [ $component == frog || $component == frogsh || $component == leg ] | 363 [ $component == frog || $component == frogsh || $component == leg ] |
| 363 # these tests are inconsistent in frogium and frogsh-node, investigate | 364 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 364 ParameterInitializerTest: Pass | 365 ParameterInitializerTest: Pass |
| 365 StaticField1RunNegativeTest: Pass | 366 StaticField1RunNegativeTest: Pass |
| 366 StaticField2RunNegativeTest: Pass | 367 StaticField2RunNegativeTest: Pass |
| 367 | 368 |
| 368 [ $component == frogium ] | 369 [ $component == frogium ] |
| 369 # these tests are inconsistent in frogium and frogsh-node, investigate | 370 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 370 ParameterInitializerTest: Fail | 371 ParameterInitializerTest: Fail |
| 371 StaticField1RunNegativeTest: Fail | 372 StaticField1RunNegativeTest: Fail |
| 372 StaticField2RunNegativeTest: Fail | 373 StaticField2RunNegativeTest: Fail |
| 373 | 374 |
| 374 [ $arch == x64 ] | 375 [ $arch == x64 ] |
| 375 *: Skip | 376 *: Skip |
| 376 | 377 |
| 377 [ $arch == simarm ] | 378 [ $arch == simarm ] |
| 378 *: Skip | 379 *: Skip |
| 379 | 380 |
| 380 [ $arch == arm ] | 381 [ $arch == arm ] |
| 381 *: Skip | 382 *: Skip |
| OLD | NEW |