| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] | 59 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 &
& $checked ] |
| 60 gc_test: Skip # Issue 1487, flaky. | 60 gc_test: Skip # Issue 1487, flaky. |
| 61 | 61 |
| 62 [ $compiler == none && $mode == debug ] | 62 [ $compiler == none && $mode == debug ] |
| 63 gc_test: Skip # Takes too long. | 63 gc_test: Skip # Takes too long. |
| 64 issue7513_test: Crash # Issue 7513 | |
| 65 | 64 |
| 66 [ $compiler == none && $unchecked ] | 65 [ $compiler == none && $unchecked ] |
| 67 | 66 |
| 68 # Only checked mode reports an error on type assignment | 67 # Only checked mode reports an error on type assignment |
| 69 # problems in compile time constants. | 68 # problems in compile time constants. |
| 70 compile_time_constant_checked_test/02: Fail, OK | 69 compile_time_constant_checked_test/02: Fail, OK |
| 71 compile_time_constant_checked2_test/01: Fail, OK | 70 compile_time_constant_checked2_test/01: Fail, OK |
| 72 compile_time_constant_checked2_test/02: Fail, OK | 71 compile_time_constant_checked2_test/02: Fail, OK |
| 73 compile_time_constant_checked2_test/03: Fail, OK | 72 compile_time_constant_checked2_test/03: Fail, OK |
| 74 compile_time_constant_checked2_test/04: Fail, OK | 73 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 | 530 |
| 532 [ $compiler == dart2dart && $minified ] | 531 [ $compiler == dart2dart && $minified ] |
| 533 # TODO(tball): Assign proper bug numbers. | 532 # TODO(tball): Assign proper bug numbers. |
| 534 class_literal_test/none: Fail | 533 class_literal_test/none: Fail |
| 535 | 534 |
| 536 import_core_prefix_test: Pass | 535 import_core_prefix_test: Pass |
| 537 prefix22_test: Pass | 536 prefix22_test: Pass |
| 538 invocation_mirror_test: Fail, OK # hardcoded names. | 537 invocation_mirror_test: Fail, OK # hardcoded names. |
| 539 invocation_mirror2_test: Fail, OK # hardcoded names. | 538 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 540 super_call4_test: Fail, OK # hardcoded names. | 539 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |