| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 typed_equality_test: Fail | 276 typed_equality_test: Fail |
| 277 | 277 |
| 278 | 278 |
| 279 # test issue 7337 (reference unknown ID from static is warning, even when with i
mport prefix) | 279 # test issue 7337 (reference unknown ID from static is warning, even when with i
mport prefix) |
| 280 prefix12_negative_test: Fail | 280 prefix12_negative_test: Fail |
| 281 prefix2_negative_test: Fail | 281 prefix2_negative_test: Fail |
| 282 | 282 |
| 283 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) | 283 # test issue 7523 (const declared without type, so not-a-function warning should
not be reported) |
| 284 call_through_getter_test: Fail | 284 call_through_getter_test: Fail |
| 285 | 285 |
| 286 mixin_illegal_syntax_test/03: Pass # issue 8006 |
| 287 mixin_illegal_syntax_test/13: Fail # issue 8006 |
| 288 mixin_illegal_syntax_test/none: Fail # issue 8006 |
| 286 | 289 |
| 287 | 290 |
| 288 # | 291 # |
| 289 # Add new dartc annotations above in alphabetical order | 292 # Add new dartc annotations above in alphabetical order |
| 290 # | 293 # |
| 291 | 294 |
| 292 # VM specific tests that should not be run by DartC. | 295 # VM specific tests that should not be run by DartC. |
| 293 *vm_test: Skip | 296 *vm_test: Skip |
| 294 *vm_negative_test: Skip | 297 *vm_negative_test: Skip |
| 295 | 298 |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 | 551 |
| 549 [ $compiler == dart2dart && $minified ] | 552 [ $compiler == dart2dart && $minified ] |
| 550 # TODO(tball): Assign proper bug numbers. | 553 # TODO(tball): Assign proper bug numbers. |
| 551 class_literal_test/none: Fail | 554 class_literal_test/none: Fail |
| 552 | 555 |
| 553 import_core_prefix_test: Pass | 556 import_core_prefix_test: Pass |
| 554 prefix22_test: Pass | 557 prefix22_test: Pass |
| 555 invocation_mirror_test: Fail, OK # hardcoded names. | 558 invocation_mirror_test: Fail, OK # hardcoded names. |
| 556 invocation_mirror2_test: Fail, OK # hardcoded names. | 559 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 557 super_call4_test: Fail, OK # hardcoded names. | 560 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |