| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 duplicate_export_negative_test: Fail # issue 6134 | 52 duplicate_export_negative_test: Fail # issue 6134 |
| 53 type_annotation_test/04: Fail # Issue 6970 | 53 type_annotation_test/04: Fail # Issue 6970 |
| 54 type_annotation_test/06: Fail # Issue 6973 | 54 type_annotation_test/06: Fail # Issue 6973 |
| 55 type_annotation_test/09: Fail # Issue 6973 | 55 type_annotation_test/09: Fail # Issue 6973 |
| 56 | 56 |
| 57 type_parameter_literal_test: Fail # Issue 7551 | 57 type_parameter_literal_test: Fail # Issue 7551 |
| 58 | 58 |
| 59 on_catch_malformed_type_test: Fail # Issue 8601 | 59 on_catch_malformed_type_test: Fail # Issue 8601 |
| 60 | 60 |
| 61 mixin_mixin_test: Fail | 61 mixin_mixin_test: Fail |
| 62 mixin_lib_extends_field_test: Fail | |
| 63 | 62 |
| 64 type_variable_field_initializer_closure_test: Crash # issue 8847 | 63 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 65 | 64 |
| 66 super_getter_setter_test: Fail # Issue 8917 | 65 super_getter_setter_test: Fail # Issue 8917 |
| 67 super_operator_index7_test: Fail # Issue 8918 | 66 super_operator_index7_test: Fail # Issue 8918 |
| 68 | 67 |
| 69 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | 68 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] |
| 70 gc_test: Skip # Issue 1487, flaky. | 69 gc_test: Skip # Issue 1487, flaky. |
| 71 | 70 |
| 72 [ $compiler == none && $mode == debug ] | 71 [ $compiler == none && $mode == debug ] |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 *: Skip | 555 *: Skip |
| 557 | 556 |
| 558 [ $arch == simarm ] | 557 [ $arch == simarm ] |
| 559 *: Skip | 558 *: Skip |
| 560 | 559 |
| 561 [ $arch == mips ] | 560 [ $arch == mips ] |
| 562 *: Skip | 561 *: Skip |
| 563 | 562 |
| 564 [ $arch == simmips ] | 563 [ $arch == simmips ] |
| 565 *: Skip | 564 *: Skip |
| OLD | NEW |