| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 private_member3_negative_test: Pass | 331 private_member3_negative_test: Pass |
| 332 private_member_test: Fail, OK | 332 private_member_test: Fail, OK |
| 333 top_level_prefixed_declaration_test: Fail, OK | 333 top_level_prefixed_declaration_test: Fail, OK |
| 334 typed_message_test: Fail, OK | 334 typed_message_test: Fail, OK |
| 335 | 335 |
| 336 | 336 |
| 337 # test issue 6818 | 337 # test issue 6818 |
| 338 type_variable_identifier_expression_negative_test: Fail, OK | 338 type_variable_identifier_expression_negative_test: Fail, OK |
| 339 | 339 |
| 340 # test issue 6866 | 340 # test issue 6866 |
| 341 abstract_factory_constructor_test/00: Fail, OK | 341 abstract_factory_constructor_test/none: Fail |
| 342 abstract_syntax_test/none: Fail |
| 343 get_set_syntax_test/none: Fail |
| 342 | 344 |
| 343 | 345 |
| 344 # | 346 # |
| 345 # Add new dartc annotations above in alphabetical order | 347 # Add new dartc annotations above in alphabetical order |
| 346 # | 348 # |
| 347 | 349 |
| 348 # VM specific tests that should not be run by DartC. | 350 # VM specific tests that should not be run by DartC. |
| 349 *vm_test: Skip | 351 *vm_test: Skip |
| 350 *vm_negative_test: Skip | 352 *vm_negative_test: Skip |
| 351 | 353 |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 compile_time_constant_checked3_test/03: Fail, OK | 592 compile_time_constant_checked3_test/03: Fail, OK |
| 591 compile_time_constant_checked3_test/04: Fail, OK | 593 compile_time_constant_checked3_test/04: Fail, OK |
| 592 compile_time_constant_checked3_test/05: Fail, OK | 594 compile_time_constant_checked3_test/05: Fail, OK |
| 593 compile_time_constant_checked3_test/06: Fail, OK | 595 compile_time_constant_checked3_test/06: Fail, OK |
| 594 | 596 |
| 595 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 597 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 596 | 598 |
| 597 # This is a VM error when the compiled code is run. | 599 # This is a VM error when the compiled code is run. |
| 598 invocation_mirror_test: Fail # issue 3326, 3622. | 600 invocation_mirror_test: Fail # issue 3326, 3622. |
| 599 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 601 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |