| 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 | 541 |
| 542 | 542 |
| 543 # | 543 # |
| 544 # The following tests are all semantic tests that we can rely on dartc | 544 # The following tests are all semantic tests that we can rely on dartc |
| 545 # catching for now. | 545 # catching for now. |
| 546 # | 546 # |
| 547 abstract_static_negative_test: Fail, OK # Negative language test. | 547 abstract_static_negative_test: Fail, OK # Negative language test. |
| 548 abstract_syntax_test/01: Fail, OK # Negative language test. | 548 abstract_syntax_test/01: Fail, OK # Negative language test. |
| 549 abstract_syntax_test/02: Fail, OK # Negative language test. | 549 abstract_syntax_test/02: Fail, OK # Negative language test. |
| 550 assign_top_method_negative_test: Fail, OK # Negative language test. | 550 assign_top_method_negative_test: Fail, OK # Negative language test. |
| 551 class_cycle_negative_test: Fail, OK # Negative language test. | |
| 552 class_extends_negative_test: Fail, OK # Negative language test. | 551 class_extends_negative_test: Fail, OK # Negative language test. |
| 553 class_override_negative_test: Fail, OK # Negative language test. | 552 class_override_negative_test: Fail, OK # Negative language test. |
| 554 const_constructor_syntax_test/01: Fail, OK # Negative language test. | 553 const_constructor_syntax_test/01: Fail, OK # Negative language test. |
| 555 const_constructor_syntax_test/02: Fail, OK # Negative language test. | 554 const_constructor_syntax_test/02: Fail, OK # Negative language test. |
| 556 const_constructor_syntax_test/03: Fail, OK # Negative language test. | 555 const_constructor_syntax_test/03: Fail, OK # Negative language test. |
| 557 const_constructor_syntax_test/04: Fail, OK # Negative language test. | 556 const_constructor_syntax_test/04: Fail, OK # Negative language test. |
| 558 const_factory_negative_test: Fail, OK # Negative language test. | 557 const_factory_negative_test: Fail, OK # Negative language test. |
| 559 const_field_negative_test: Fail, OK # Negative language test. | 558 const_field_negative_test: Fail, OK # Negative language test. |
| 560 const_init4_negative_test: Fail, OK # Negative language test. | 559 const_init4_negative_test: Fail, OK # Negative language test. |
| 561 const_init_negative_test: Fail, OK # Negative language test. | 560 const_init_negative_test: Fail, OK # Negative language test. |
| (...skipping 11 matching lines...) Expand all Loading... |
| 573 duplicate_implements_test/01: Fail, OK # Negative language test. | 572 duplicate_implements_test/01: Fail, OK # Negative language test. |
| 574 duplicate_implements_test/02: Fail, OK # Negative language test. | 573 duplicate_implements_test/02: Fail, OK # Negative language test. |
| 575 duplicate_implements_test/03: Fail, OK # Negative language test. | 574 duplicate_implements_test/03: Fail, OK # Negative language test. |
| 576 duplicate_implements_test/04: Fail, OK # Negative language test. | 575 duplicate_implements_test/04: Fail, OK # Negative language test. |
| 577 empty_body_member_negative_test: Fail, OK # Negative language test. | 576 empty_body_member_negative_test: Fail, OK # Negative language test. |
| 578 factory2_negative_test: Fail, OK # Negative language test. | 577 factory2_negative_test: Fail, OK # Negative language test. |
| 579 factory3_negative_test: Fail, OK # Negative language test. | 578 factory3_negative_test: Fail, OK # Negative language test. |
| 580 factory_negative_test: Fail, OK # Negative language test. | 579 factory_negative_test: Fail, OK # Negative language test. |
| 581 fauxverride_test/03: Fail, OK # Negative language test. | 580 fauxverride_test/03: Fail, OK # Negative language test. |
| 582 fauxverride_test/05: Fail, OK # Negative language test. | 581 fauxverride_test/05: Fail, OK # Negative language test. |
| 583 field1_negative_test: Fail, OK # Negative language test. | |
| 584 field2_negative_test: Fail, OK # Negative language test. | 582 field2_negative_test: Fail, OK # Negative language test. |
| 585 field3_negative_test: Fail, OK # Negative language test. | 583 field3_negative_test: Fail, OK # Negative language test. |
| 586 field4_negative_test: Fail, OK # Negative language test. | 584 field4_negative_test: Fail, OK # Negative language test. |
| 587 field5_negative_test: Fail, OK # Negative language test. | 585 field5_negative_test: Fail, OK # Negative language test. |
| 588 field6_negative_test: Fail, OK # Negative language test. | |
| 589 field6a_negative_test: Fail, OK # Negative language test. | 586 field6a_negative_test: Fail, OK # Negative language test. |
| 590 field7_negative_test: Fail, OK # Negative language test. | |
| 591 field7a_negative_test: Fail, OK # Negative language test. | 587 field7a_negative_test: Fail, OK # Negative language test. |
| 592 final_for_in_variable_test/01: Fail, OK # Negative language test | 588 final_for_in_variable_test/01: Fail, OK # Negative language test |
| 593 final_param_negative_test: Fail, OK # Negative language test. | 589 final_param_negative_test: Fail, OK # Negative language test. |
| 594 final_var_negative_test: Fail, OK # Negative language test. | 590 final_var_negative_test: Fail, OK # Negative language test. |
| 595 getter_declaration_negative_test: Fail, OK # Negative language test. | 591 getter_declaration_negative_test: Fail, OK # Negative language test. |
| 596 instantiate_type_variable_negative_test: Pass # For the wrong reason. | 592 instantiate_type_variable_negative_test: Pass # For the wrong reason. |
| 597 interface_cycle_negative_test: Fail, OK # Negative language test. | |
| 598 interface_factory3_negative_test: Fail, OK # Negative language test. | 593 interface_factory3_negative_test: Fail, OK # Negative language test. |
| 599 interface_factory_constructor_negative_test: Fail, OK # Negative language test. | 594 interface_factory_constructor_negative_test: Fail, OK # Negative language test. |
| 600 interface_static_method_negative_test: Fail, OK # Negative language test. | 595 interface_static_method_negative_test: Fail, OK # Negative language test. |
| 601 list_literal1_negative_test: Fail, OK # Negative language test. | 596 list_literal1_negative_test: Fail, OK # Negative language test. |
| 602 list_literal2_negative_test: Fail, OK # Negative language test. | 597 list_literal2_negative_test: Fail, OK # Negative language test. |
| 603 map_literal1_negative_test: Fail, OK # Negative language test. | 598 map_literal1_negative_test: Fail, OK # Negative language test. |
| 604 map_literal2_negative_test: Fail, OK # Negative language test. | 599 map_literal2_negative_test: Fail, OK # Negative language test. |
| 605 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. | 600 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. |
| 606 non_const_super_negative_test: Fail, OK # Negative language test. | 601 non_const_super_negative_test: Fail, OK # Negative language test. |
| 607 number_identifier_negative_test: Fail, OK # Negative language test. | 602 number_identifier_negative_test: Fail, OK # Negative language test. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 629 pseudo_kw_illegal_test/10: Fail, OK # Negative language test. | 624 pseudo_kw_illegal_test/10: Fail, OK # Negative language test. |
| 630 pseudo_kw_illegal_test/11: Fail, OK # Negative language test. | 625 pseudo_kw_illegal_test/11: Fail, OK # Negative language test. |
| 631 pseudo_kw_illegal_test/12: Fail, OK # Negative language test. | 626 pseudo_kw_illegal_test/12: Fail, OK # Negative language test. |
| 632 pseudo_kw_illegal_test/13: Fail, OK # Negative language test. | 627 pseudo_kw_illegal_test/13: Fail, OK # Negative language test. |
| 633 pseudo_kw_illegal_test/14: Fail, OK # Negative language test. | 628 pseudo_kw_illegal_test/14: Fail, OK # Negative language test. |
| 634 pseudo_kw_illegal_test/15: Fail, OK # Negative language test. | 629 pseudo_kw_illegal_test/15: Fail, OK # Negative language test. |
| 635 pseudo_kw_illegal_test/16: Fail, OK # Negative language test. | 630 pseudo_kw_illegal_test/16: Fail, OK # Negative language test. |
| 636 scope_negative_test: Fail, OK # Negative language test. | 631 scope_negative_test: Fail, OK # Negative language test. |
| 637 setter_declaration2_negative_test: Fail, OK # Negative language test. | 632 setter_declaration2_negative_test: Fail, OK # Negative language test. |
| 638 setter_declaration_negative_test: Fail, OK # Negative language test. | 633 setter_declaration_negative_test: Fail, OK # Negative language test. |
| 634 static_field1_run_negative_test: Fail, OK # Negative language test. |
| 635 static_field2_run_negative_test: Fail, OK # Negative language test. |
| 639 static_final_field2_negative_test: Fail, OK # Negative language test. | 636 static_final_field2_negative_test: Fail, OK # Negative language test. |
| 640 static_final_field_negative_test: Fail, OK # Negative language test. | 637 static_final_field_negative_test: Fail, OK # Negative language test. |
| 641 static_top_level_test/00: Fail, OK # Negative language test. | 638 static_top_level_test/00: Fail, OK # Negative language test. |
| 642 static_top_level_test/01: Fail, OK # Negative language test. | 639 static_top_level_test/01: Fail, OK # Negative language test. |
| 643 static_top_level_test/02: Fail, OK # Negative language test. | 640 static_top_level_test/02: Fail, OK # Negative language test. |
| 644 static_top_level_test/03: Fail, OK # Negative language test. | 641 static_top_level_test/03: Fail, OK # Negative language test. |
| 645 static_top_level_test/04: Fail, OK # Negative language test. | 642 static_top_level_test/04: Fail, OK # Negative language test. |
| 646 static_top_level_test/05: Fail, OK # Negative language test. | 643 static_top_level_test/05: Fail, OK # Negative language test. |
| 647 string_interpolation7_negative_test: Fail, OK # Negative language test. | 644 string_interpolation7_negative_test: Fail, OK # Negative language test. |
| 648 syntax_test/47: Fail, OK # No error on body in const constructor. | |
| 649 throw7_negative_test: Fail, OK # Negative language test. | 645 throw7_negative_test: Fail, OK # Negative language test. |
| 650 try_catch_syntax_test/08: Fail, OK # Negative language test. | 646 try_catch_syntax_test/08: Fail, OK # Negative language test. |
| 651 type_variable_bounds_test/00: Fail, OK # Negative language test. | 647 type_variable_bounds_test/00: Fail, OK # Negative language test. |
| 652 type_variable_scope_test/00: Fail, OK # Negative language test. | 648 type_variable_scope_test/00: Fail, OK # Negative language test. |
| 653 type_variable_scope_test/01: Fail, OK # Negative language test. | 649 type_variable_scope_test/01: Fail, OK # Negative language test. |
| 654 type_variable_scope_test/02: Fail, OK # Negative language test. | 650 type_variable_scope_test/02: Fail, OK # Negative language test. |
| 655 type_variable_scope_test/03: Fail, OK # Negative language test. | 651 type_variable_scope_test/03: Fail, OK # Negative language test. |
| 656 type_variable_scope_test/04: Fail, OK # Negative language test. | 652 type_variable_scope_test/04: Fail, OK # Negative language test. |
| 657 type_variable_scope_test/05: Fail, OK # Negative language test. | 653 type_variable_scope_test/05: Fail, OK # Negative language test. |
| 658 | 654 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 673 | 669 |
| 674 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 670 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 675 | 671 |
| 676 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 672 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 677 | 673 |
| 678 [ $compiler == dart2js && $mode == release ] | 674 [ $compiler == dart2js && $mode == release ] |
| 679 assign_top_method_negative_test: Crash | 675 assign_top_method_negative_test: Crash |
| 680 | 676 |
| 681 [ $compiler == dart2js && $runtime == none ] | 677 [ $compiler == dart2js && $runtime == none ] |
| 682 *: Fail, Pass # TODO(ahe): Triage these tests. | 678 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |