| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] | 330 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $checked ] |
| 331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 331 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 332 | 332 |
| 333 [ $component == leg ] | 333 [ $component == leg ] |
| 334 FinalVarNegativeTest: Fail | 334 FinalVarNegativeTest: Fail |
| 335 StaticTopLevelTest/00: Fail | 335 StaticTopLevelTest/00: Fail |
| 336 StaticTopLevelTest/03: Fail | 336 StaticTopLevelTest/03: Fail |
| 337 StringInterpolate2Test: Fail | 337 StringInterpolate2Test: Fail |
| 338 ToplevelCollision2Test/01: Fail # added in r1934 | 338 ToplevelCollision2Test/01: Fail # added in r1934 |
| 339 | 339 |
| 340 # Parser errors. |
| 341 OverrideFieldTest/01: Skip |
| 342 OverrideFieldTest/02: Fail |
| 343 OverrideFieldTest/03: Fail |
| 344 OverrideFieldTest/04: Skip |
| 345 OverrideMethodWithFieldTest/none: Fail |
| 346 FauxverrideTest/none: Fail |
| 347 FauxverrideTest/01: Fail |
| 348 FauxverrideTest/03: Skip |
| 349 FauxverrideTest/04: Fail |
| 350 BlockScopeTest: Fail |
| 351 DuplicateConstructorTest/none: Fail |
| 352 ExceptionIdentityTest: Fail |
| 353 |
| 340 [ $component == frog || $component == frogsh || $component == leg ] | 354 [ $component == frog || $component == frogsh || $component == leg ] |
| 341 # these tests are inconsistent in frogium and frogsh-node, investigate | 355 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 342 ParameterInitializerTest: Pass | 356 ParameterInitializerTest: Pass |
| 343 StaticField1RunNegativeTest: Pass | 357 StaticField1RunNegativeTest: Pass |
| 344 StaticField2RunNegativeTest: Pass | 358 StaticField2RunNegativeTest: Pass |
| 345 | 359 |
| 346 [ $component == frogium ] | 360 [ $component == frogium ] |
| 347 # these tests are inconsistent in frogium and frogsh-node, investigate | 361 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 348 ParameterInitializerTest: Fail | 362 ParameterInitializerTest: Fail |
| 349 StaticField1RunNegativeTest: Fail | 363 StaticField1RunNegativeTest: Fail |
| 350 StaticField2RunNegativeTest: Fail | 364 StaticField2RunNegativeTest: Fail |
| 351 | 365 |
| 352 [ $arch == x64 ] | 366 [ $arch == x64 ] |
| 353 *: Skip | 367 *: Skip |
| 354 | 368 |
| 355 [ $arch == simarm ] | 369 [ $arch == simarm ] |
| 356 *: Skip | 370 *: Skip |
| 357 | 371 |
| 358 [ $arch == arm ] | 372 [ $arch == arm ] |
| 359 *: Skip | 373 *: Skip |
| OLD | NEW |