| 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_constructor_test/01: Fail # issue 8025 | |
| 290 mixin_illegal_constructor_test/02: Fail # issue 8025 | |
| 291 mixin_illegal_constructor_test/03: Fail # issue 8025 | |
| 292 mixin_illegal_constructor_test/04: Fail # issue 8025 | |
| 293 mixin_illegal_constructor_test/05: Fail # issue 8025 | |
| 294 mixin_illegal_constructor_test/06: Fail # issue 8025 | |
| 295 mixin_illegal_constructor_test/07: Fail # issue 8025 | |
| 296 mixin_illegal_constructor_test/08: Fail # issue 8025 | |
| 297 mixin_illegal_constructor_test/09: Fail # issue 8025 | |
| 298 mixin_illegal_constructor_test/10: Fail # issue 8025 | |
| 299 mixin_illegal_constructor_test/11: Fail # issue 8025 | |
| 300 mixin_illegal_constructor_test/12: Fail # issue 8025 | |
| 301 mixin_illegal_constructor_test/13: Fail # issue 8025 | |
| 302 mixin_illegal_constructor_test/14: Fail # issue 8025 | |
| 303 mixin_illegal_constructor_test/15: Fail # issue 8025 | |
| 304 mixin_illegal_constructor_test/16: Fail # issue 8025 | |
| 305 | |
| 306 mixin_illegal_cycles_test/01: Fail # issue 8027 | 289 mixin_illegal_cycles_test/01: Fail # issue 8027 |
| 307 mixin_illegal_cycles_test/02: Fail # issue 8027 | 290 mixin_illegal_cycles_test/02: Fail # issue 8027 |
| 308 | 291 |
| 309 # | 292 # |
| 310 # Add new dartc annotations above in alphabetical order | 293 # Add new dartc annotations above in alphabetical order |
| 311 # | 294 # |
| 312 | 295 |
| 313 # VM specific tests that should not be run by DartC. | 296 # VM specific tests that should not be run by DartC. |
| 314 *vm_test: Skip | 297 *vm_test: Skip |
| 315 *vm_negative_test: Skip | 298 *vm_negative_test: Skip |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 | 554 |
| 572 [ $compiler == dart2dart && $minified ] | 555 [ $compiler == dart2dart && $minified ] |
| 573 # TODO(tball): Assign proper bug numbers. | 556 # TODO(tball): Assign proper bug numbers. |
| 574 class_literal_test/none: Fail | 557 class_literal_test/none: Fail |
| 575 | 558 |
| 576 import_core_prefix_test: Pass | 559 import_core_prefix_test: Pass |
| 577 prefix22_test: Pass | 560 prefix22_test: Pass |
| 578 invocation_mirror_test: Fail, OK # hardcoded names. | 561 invocation_mirror_test: Fail, OK # hardcoded names. |
| 579 invocation_mirror2_test: Fail, OK # hardcoded names. | 562 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 580 super_call4_test: Fail, OK # hardcoded names. | 563 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |