Chromium Code Reviews| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 compile_time_constant10_test/none: Fail # issue 5214 | 58 compile_time_constant10_test/none: Fail # issue 5214 |
| 59 | 59 |
| 60 export_cyclic_test: Fail, Crash # issue 6060 | 60 export_cyclic_test: Fail, Crash # issue 6060 |
| 61 duplicate_export_negative_test: Fail # issue 6134 | 61 duplicate_export_negative_test: Fail # issue 6134 |
| 62 type_annotation_test/04: Fail # Issue 6970 | 62 type_annotation_test/04: Fail # Issue 6970 |
| 63 type_annotation_test/06: Fail # Issue 6973 | 63 type_annotation_test/06: Fail # Issue 6973 |
| 64 type_annotation_test/09: Fail # Issue 6973 | 64 type_annotation_test/09: Fail # Issue 6973 |
| 65 | 65 |
| 66 on_catch_malformed_type_test: Fail # Issue 8601 | 66 on_catch_malformed_type_test: Fail # Issue 8601 |
| 67 | 67 |
| 68 mixin_mixin_test: Fail | 68 #mixin_mixin_test: Fail |
| 69 mixin_issue10216_2_test: Fail | 69 #mixin_issue10216_2_test: Fail |
| 70 mixin_illegal_object_test/01: Crash # Issue 10952 | 70 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 71 mixin_illegal_object_test/02: Crash # Issue 10952 | 71 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 72 | 72 |
| 73 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 73 mixin_forwarding_constructor2_test: Fail # Issue 11888 |
| 74 mixin_typedef_constructor_test: Fail # Issue 11888 | 74 #mixin_typedef_constructor_test: Fail # Issue 11888 |
| 75 mixin_type_parameter2_test: Fail # Issue 11888 | 75 #mixin_type_parameter2_test: Fail # Issue 11888 |
|
regis
2013/08/15 22:51:48
Should be removed if passing, not just commented o
| |
| 76 | 76 |
| 77 [ $compiler == none && $unchecked ] | 77 [ $compiler == none && $unchecked ] |
| 78 | 78 |
| 79 # Only checked mode reports an error on type assignment | 79 # Only checked mode reports an error on type assignment |
| 80 # problems in compile time constants. | 80 # problems in compile time constants. |
| 81 compile_time_constant_checked_test/02: Fail, OK | 81 compile_time_constant_checked_test/02: Fail, OK |
| 82 compile_time_constant_checked2_test/01: Fail, OK | 82 compile_time_constant_checked2_test/01: Fail, OK |
| 83 compile_time_constant_checked2_test/02: Fail, OK | 83 compile_time_constant_checked2_test/02: Fail, OK |
| 84 compile_time_constant_checked2_test/03: Fail, OK | 84 compile_time_constant_checked2_test/03: Fail, OK |
| 85 compile_time_constant_checked2_test/04: Fail, OK | 85 compile_time_constant_checked2_test/04: Fail, OK |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 302 | 302 |
| 303 [ $compiler == dart2js || $compiler == dart2dart] | 303 [ $compiler == dart2js || $compiler == dart2dart] |
| 304 null_test/03: Fail # Issue 12445. | 304 null_test/03: Fail # Issue 12445. |
| 305 | 305 |
| 306 [ $compiler == dart2js ] | 306 [ $compiler == dart2js ] |
| 307 null_test/none: Fail # Issue 12482 | 307 null_test/none: Fail # Issue 12482 |
| 308 | 308 |
| 309 [ $compiler == dartanalyzer ] | 309 [ $compiler == dartanalyzer ] |
| 310 null_test/02: Fail # Issue 12484 | 310 null_test/02: Fail # Issue 12484 |
| 311 null_test/03: Fail # Issue 12484 | 311 null_test/03: Fail # Issue 12484 |
| OLD | NEW |