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