| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 Prefix20NegativeTest: Fail # Issue 307 | 44 Prefix20NegativeTest: Fail # Issue 307 |
| 45 | 45 |
| 46 ImplicitThisTest/01: Fail # Issue 374 | 46 ImplicitThisTest/01: Fail # Issue 374 |
| 47 ImplicitThisTest/02: Fail # Issue 374 | 47 ImplicitThisTest/02: Fail # Issue 374 |
| 48 ImplicitThisTest/03: Fail # Issue 374 | 48 ImplicitThisTest/03: Fail # Issue 374 |
| 49 ImplicitThisTest/04: Fail # Issue 374 | 49 ImplicitThisTest/04: Fail # Issue 374 |
| 50 ImplicitThisTest/none: Fail # Issue 374 | 50 ImplicitThisTest/none: Fail # Issue 374 |
| 51 | 51 |
| 52 NonParameterizedFactoryTest: Fail # Bug 5257789 | 52 NonParameterizedFactoryTest: Fail # Bug 5257789 |
| 53 | 53 |
| 54 FactoryNegativeTest: Skip # Srdjan & Regis working on it |
| 55 |
| 54 # DartC or Frog specific tests that should not be run by the VM | 56 # DartC or Frog specific tests that should not be run by the VM |
| 55 *DartcTest: Skip | 57 *DartcTest: Skip |
| 56 *DartcNegativeTest: Skip | 58 *DartcNegativeTest: Skip |
| 57 *FrogTest: Skip | 59 *FrogTest: Skip |
| 58 *FrogNegativeTest: Skip | 60 *FrogNegativeTest: Skip |
| 59 | 61 |
| 60 | 62 |
| 61 [ $component == vm && $mode == debug ] | 63 [ $component == vm && $mode == debug ] |
| 62 | 64 |
| 63 [ $component == vm && $mode == release ] | 65 [ $component == vm && $mode == release ] |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 StaticField2RunNegativeTest: Fail | 357 StaticField2RunNegativeTest: Fail |
| 356 | 358 |
| 357 [ $arch == x64 ] | 359 [ $arch == x64 ] |
| 358 *: Skip | 360 *: Skip |
| 359 | 361 |
| 360 [ $arch == simarm ] | 362 [ $arch == simarm ] |
| 361 *: Skip | 363 *: Skip |
| 362 | 364 |
| 363 [ $arch == arm ] | 365 [ $arch == arm ] |
| 364 *: Skip | 366 *: Skip |
| OLD | NEW |