| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 typed_equality_test: Fail | 279 typed_equality_test: Fail |
| 280 | 280 |
| 281 | 281 |
| 282 # test issue 7337 (reference unknown ID from static is warning, even when with i
mport prefix) | 282 # test issue 7337 (reference unknown ID from static is warning, even when with i
mport prefix) |
| 283 prefix12_negative_test: Fail | 283 prefix12_negative_test: Fail |
| 284 prefix2_negative_test: Fail | 284 prefix2_negative_test: Fail |
| 285 | 285 |
| 286 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) | 286 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) |
| 287 call_through_getter_test: Fail | 287 call_through_getter_test: Fail |
| 288 | 288 |
| 289 mixin_illegal_syntax_test/03: Pass # issue 8006 | |
| 290 mixin_illegal_syntax_test/13: Fail # issue 8006 | |
| 291 mixin_illegal_syntax_test/none: Fail # issue 8006 | |
| 292 | |
| 293 mixin_illegal_superclass_test/01: Fail # issue 8022 | 289 mixin_illegal_superclass_test/01: Fail # issue 8022 |
| 294 mixin_illegal_superclass_test/02: Fail # issue 8022 | 290 mixin_illegal_superclass_test/02: Fail # issue 8022 |
| 295 mixin_illegal_superclass_test/03: Fail # issue 8022 | 291 mixin_illegal_superclass_test/03: Fail # issue 8022 |
| 296 mixin_illegal_superclass_test/04: Fail # issue 8022 | 292 mixin_illegal_superclass_test/04: Fail # issue 8022 |
| 297 mixin_illegal_superclass_test/05: Fail # issue 8022 | 293 mixin_illegal_superclass_test/05: Fail # issue 8022 |
| 298 mixin_illegal_superclass_test/06: Fail # issue 8022 | 294 mixin_illegal_superclass_test/06: Fail # issue 8022 |
| 299 mixin_illegal_superclass_test/07: Fail # issue 8022 | 295 mixin_illegal_superclass_test/07: Fail # issue 8022 |
| 300 mixin_illegal_superclass_test/08: Fail # issue 8022 | 296 mixin_illegal_superclass_test/08: Fail # issue 8022 |
| 301 mixin_illegal_superclass_test/09: Fail # issue 8022 | 297 mixin_illegal_superclass_test/09: Fail # issue 8022 |
| 302 mixin_illegal_superclass_test/10: Fail # issue 8022 | 298 mixin_illegal_superclass_test/10: Fail # issue 8022 |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 | 606 |
| 611 [ $compiler == dart2dart && $minified ] | 607 [ $compiler == dart2dart && $minified ] |
| 612 # TODO(tball): Assign proper bug numbers. | 608 # TODO(tball): Assign proper bug numbers. |
| 613 class_literal_test/none: Fail | 609 class_literal_test/none: Fail |
| 614 | 610 |
| 615 import_core_prefix_test: Pass | 611 import_core_prefix_test: Pass |
| 616 prefix22_test: Pass | 612 prefix22_test: Pass |
| 617 invocation_mirror_test: Fail, OK # hardcoded names. | 613 invocation_mirror_test: Fail, OK # hardcoded names. |
| 618 invocation_mirror2_test: Fail, OK # hardcoded names. | 614 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 619 super_call4_test: Fail, OK # hardcoded names. | 615 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |