| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 type_variable_bounds_test/06: Fail, OK | 432 type_variable_bounds_test/06: Fail, OK |
| 433 type_variable_bounds_test/01: Fail, OK | 433 type_variable_bounds_test/01: Fail, OK |
| 434 type_variable_bounds_test/07: Fail, OK | 434 type_variable_bounds_test/07: Fail, OK |
| 435 type_variable_bounds_test/10: Fail, OK | 435 type_variable_bounds_test/10: Fail, OK |
| 436 type_variable_bounds_test/09: Fail, OK | 436 type_variable_bounds_test/09: Fail, OK |
| 437 type_variable_scope_test/none: Fail, OK | 437 type_variable_scope_test/none: Fail, OK |
| 438 interface_factory1_negative_test: Pass | 438 interface_factory1_negative_test: Pass |
| 439 type_variable_bounds_test/07: Pass | 439 type_variable_bounds_test/07: Pass |
| 440 | 440 |
| 441 | 441 |
| 442 # test issue 6512 | |
| 443 arithmetic_test: Pass, Fail, OK | |
| 444 call_constructor_on_unresolvable_class_test/none: Pass, Fail, OK | |
| 445 call_constructor_on_unresolvable_class_test/01: Pass, Fail, OK | |
| 446 call_constructor_on_unresolvable_class_test/02: Pass, Fail, OK | |
| 447 call_constructor_on_unresolvable_class_test/07: Pass, Fail, OK | |
| 448 call_constructor_on_unresolvable_class_test/03: Pass, Fail, OK | |
| 449 closure_type_test: Pass, Fail, OK | |
| 450 const_var_test: Pass, Fail, OK | |
| 451 ct_const4_test: Pass, Fail, OK | |
| 452 cyclic_import_test: Pass, Fail, OK | |
| 453 function_type_alias3_test: Pass, Fail, OK | |
| 454 getter_setter_in_lib_test: Pass, Fail, OK | |
| 455 import_collection_no_prefix_test: Pass, Fail, OK | |
| 456 import_core_no_prefix_test: Pass, Fail, OK | |
| 457 import_core_prefix_test: Pass, Fail, OK | |
| 458 import_core_test: Pass, Fail, OK | |
| 459 intrinsified_methods_test: Pass, Fail, OK | |
| 460 issue1363_test: Pass, Fail, OK | |
| 461 library5_test: Pass, Fail, OK | |
| 462 library_private_in_constructor_test: Pass, Fail, OK | |
| 463 numbers_test: Pass, Fail, OK | |
| 464 prefix101_test: Pass, Fail, OK | |
| 465 prefix10_negative_test: Pass | |
| 466 prefix10_test: Pass, Fail, OK | |
| 467 prefix11_test: Pass, Fail, OK | |
| 468 prefix12_test: Pass, Fail, OK | |
| 469 prefix1_negative_test: Pass | |
| 470 prefix21_test: Pass, Fail, OK | |
| 471 prefix4_negative_test: Pass | |
| 472 prefix5_negative_test: Pass | |
| 473 prefix_new_test: Pass, Fail, OK | |
| 474 prefix_test: Pass, Fail, OK | |
| 475 private_member3_negative_test: Pass | |
| 476 private_member_test: Pass, Fail, OK | |
| 477 top_level_prefixed_declaration_test: Pass, Fail, OK | |
| 478 typed_message_test: Pass, Fail, OK | |
| 479 | |
| 480 prefix6_negative_test: Fail | 442 prefix6_negative_test: Fail |
| 481 | 443 |
| 482 # test issue 6818 | 444 # test issue 6818 |
| 483 type_variable_identifier_expression_negative_test: Fail, OK | 445 type_variable_identifier_expression_negative_test: Fail, OK |
| 484 | 446 |
| 485 # test issue 6866 | 447 # test issue 6866 |
| 486 abstract_factory_constructor_test/none: Fail | 448 abstract_factory_constructor_test/none: Fail |
| 487 abstract_syntax_test/none: Fail | 449 abstract_syntax_test/none: Fail |
| 488 get_set_syntax_test/none: Fail | 450 get_set_syntax_test/none: Fail |
| 489 | 451 |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 compile_time_constant_checked3_test/03: Fail, OK | 769 compile_time_constant_checked3_test/03: Fail, OK |
| 808 compile_time_constant_checked3_test/04: Fail, OK | 770 compile_time_constant_checked3_test/04: Fail, OK |
| 809 compile_time_constant_checked3_test/05: Fail, OK | 771 compile_time_constant_checked3_test/05: Fail, OK |
| 810 compile_time_constant_checked3_test/06: Fail, OK | 772 compile_time_constant_checked3_test/06: Fail, OK |
| 811 | 773 |
| 812 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 774 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 813 | 775 |
| 814 # This is a VM error when the compiled code is run. | 776 # This is a VM error when the compiled code is run. |
| 815 invocation_mirror_test: Fail # issue 3326, 3622. | 777 invocation_mirror_test: Fail # issue 3326, 3622. |
| 816 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 778 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |