| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 super_closure_test: Fail # Issue 3197. | 44 super_closure_test: Fail # Issue 3197. |
| 45 parameter_initializer6_negative_test: Fail # Issue 3502 | 45 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 46 | 46 |
| 47 prefix_core_test: Fail # Issue 3638. | 47 prefix_core_test: Fail # Issue 3638. |
| 48 | 48 |
| 49 fauxverride_test/none: Fail # Issue 3778. | 49 fauxverride_test/none: Fail # Issue 3778. |
| 50 | 50 |
| 51 bad_override_test/01: Fail # Issue 3859. | 51 bad_override_test/01: Fail # Issue 3859. |
| 52 bad_override_test/02: Fail # Issue 3859. | 52 bad_override_test/02: Fail # Issue 3859. |
| 53 | 53 |
| 54 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 55 |
| 56 |
| 54 # DartC specific tests that should not be run by the VM | 57 # DartC specific tests that should not be run by the VM |
| 55 *dartc_test: Skip | 58 *dartc_test: Skip |
| 56 *dartc_negative_test: Skip | 59 *dartc_negative_test: Skip |
| 57 | 60 |
| 58 [ $compiler == none && $mode == debug ] | 61 [ $compiler == none && $mode == debug ] |
| 59 gc_test: Skip # Takes too long. | 62 gc_test: Skip # Takes too long. |
| 60 | 63 |
| 61 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
| 62 application_negative_test: Fail # Runtime only test, rewrite as multitest | 65 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 63 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 type_variable_bounds2_test/01: Fail | 331 type_variable_bounds2_test/01: Fail |
| 329 type_variable_bounds2_test/02: Fail | 332 type_variable_bounds2_test/02: Fail |
| 330 type_variable_bounds2_test/03: Fail | 333 type_variable_bounds2_test/03: Fail |
| 331 type_variable_bounds2_test/04: Fail | 334 type_variable_bounds2_test/04: Fail |
| 332 type_variable_bounds2_test/05: Fail | 335 type_variable_bounds2_test/05: Fail |
| 333 type_variable_bounds2_test/06: Fail | 336 type_variable_bounds2_test/06: Fail |
| 334 type_variable_bounds2_test/none: Fail | 337 type_variable_bounds2_test/none: Fail |
| 335 type_variable_bounds_test/02: Fail | 338 type_variable_bounds_test/02: Fail |
| 336 type_variable_bounds_test/04: Fail | 339 type_variable_bounds_test/04: Fail |
| 337 type_variable_bounds_test/05: Fail | 340 type_variable_bounds_test/05: Fail |
| OLD | NEW |