| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 # DartC or Frog specific tests that should not be run by the VM | 55 # DartC or Frog specific tests that should not be run by the VM |
| 56 *dartc_test: Skip | 56 *dartc_test: Skip |
| 57 *dartc_negative_test: Skip | 57 *dartc_negative_test: Skip |
| 58 *frog_test: Skip | 58 *frog_test: Skip |
| 59 *frog_negative_test: Skip | 59 *frog_negative_test: Skip |
| 60 | 60 |
| 61 [ $compiler == none && $mode == debug ] | 61 [ $compiler == none && $mode == debug ] |
| 62 gc_test: Skip # Takes too long. | 62 gc_test: Skip # Takes too long. |
| 63 | 63 |
| 64 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
| 65 application_negative_test: Fail | 65 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 66 assert_keyword_negative_test: Fail | 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 67 assert_test: Fail # Uses AssertError class. Bug 4385894. | 67 assign_instance_method_negative_test: Fail # Issue 3662 |
| 68 assign_instance_method_negative_test: Fail | 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 69 body_less_constructor_wrong_arg_negative_test: Fail | 69 call_operator_test: Pass # Issue 1355 |
| 70 call_operator_test: Pass # Issue 1355 | |
| 71 char_escape_test: Pass # Issue 1654 | 70 char_escape_test: Pass # Issue 1654 |
| 72 closure_call_wrong_argument_count_negative_test: Fail | 71 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 73 compile_time_constant_o_test: Fail # Issue 2126 | 72 compile_time_constant_o_test: Fail # Issue 2126 |
| 74 compile_time_constant_p_test/01: Fail # Issue 2580 | 73 compile_time_constant_p_test/01: Fail # Issue 2580 |
| 75 const_constructor_syntax_test/05: Fail | 74 const_constructor_syntax_test/05: Fail # Issue 3663 |
| 76 const_counter_negative_test: Fail # issue 1655 | 75 const_counter_negative_test: Fail # issue 1655 |
| 77 const_syntax_test/01: Fail # test issue 3626 | 76 const_syntax_test/01: Fail # test issue 3626 |
| 78 const_syntax_test/02: Fail # test issue 3626 | 77 const_syntax_test/02: Fail # test issue 3626 |
| 79 const_syntax_test/03: Fail # test issue 3626 | 78 const_syntax_test/03: Fail # test issue 3626 |
| 80 constructor3_negative_test: Fail | 79 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 81 constructor_call_wrong_argument_count_negative_test: Fail | 80 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 82 default_factory_library_test: Fail # Issue 514 | 81 default_factory_library_test: Fail # Issue 514 |
| 83 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 82 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 84 duplicate_implements_test: Skip # Issue 976 | 83 duplicate_implements_test: Skip # Issue 976 |
| 85 factory5_test/00: Fail # issue 3079 | 84 factory5_test/00: Fail # issue 3079 |
| 86 field3a_negative_test: Fail | 85 field3a_negative_test: Fail # Issue 3655 |
| 87 field_method4_negative_test: Fail | 86 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 88 final_syntax_test/*: Skip # can't handle base case | 87 final_syntax_test/*: Skip # can't handle base case |
| 89 function_type_alias_negative_test: Fail # Bug 5231617. | 88 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 90 generic_parameterized_extends_test: Skip # Bug 5392297 | |
| 91 instance_call_wrong_argument_count_negative_test: Fail | |
| 92 instanceof3_test: Fail # Issue 2571 | 89 instanceof3_test: Fail # Issue 2571 |
| 93 library4_negative_test: Fail # Bug 5406175 | 90 library4_negative_test: Fail # still a valid test? Bug 3530 |
| 94 list_literal4_test: Fail # Issue 1343 | 91 list_literal4_test: Fail # Issue 1343 |
| 95 map_literal4_test: Fail # Issue 1343 | 92 map_literal4_test: Fail # Issue 1343 |
| 96 named_parameters_negative_test: Fail | 93 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest |
| 97 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 94 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 98 no_such_method_negative_test: Fail | 95 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| 99 override_field_test/04: Fail # Bug 5215249 | 96 override_field_test/04: Fail # Issue 3656 |
| 100 private_factory_resolution_negative_test: Fail # Issue 2275 | 97 private_factory_resolution_negative_test: Fail # Issue 2275 |
| 101 private_member3_negative_test: Fail # Issue 2383 | 98 private_member3_negative_test: Fail # Issue 2383 |
| 102 pseudo_kw_illegal_test/08: Fail # Issue 356 | 99 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 103 pseudo_kw_illegal_test/10: Fail # Issue 356 | 100 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 104 pseudo_kw_illegal_test/14: Fail # Issue 356 | 101 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 105 pseudo_kw_test: Fail # Issue 356 | 102 pseudo_kw_test: Fail # Issue 356 |
| 106 scope_negative_test: Fail # Bug 4207538. | 103 scope_negative_test: Fail # Runtime only test, rewrite as multitest |
| 107 static_call_wrong_argument_count_negative_test: Fail | 104 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 108 string_interpolation8_test: Fail # Issue 2126. | 105 string_interpolation8_test: Fail # Issue 2126. |
| 109 switch7_negative_test: Fail # Bug 4208467. | 106 switch7_negative_test: Fail # Issue 3658 |
| 110 switch_label_test: Fail # Bug 4208467. | 107 switch_label_test: Fail # Issue 3658 |
| 111 syntax_test: Skip # Bug 2107 Static type warnings in none case | 108 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 112 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 109 third_test: Fail # Issue 3659 |
| 113 throw7_negative_test: Fail # Bug 4208459. | 110 throw7_negative_test: Fail # Issue 3654 |
| 114 type_dartc_test: Fail # Issue 2348 | 111 type_dartc_test: Fail # Issue 2348 |
| 115 type_variable_bounds_test/00: Fail # issue 3079 | 112 type_variable_bounds_test/00: Fail # issue 3079 |
| 116 | 113 |
| 117 # | 114 # |
| 118 # Add new dartc annotations above in alphabetical order | 115 # Add new dartc annotations above in alphabetical order |
| 119 # | 116 # |
| 120 | 117 |
| 121 # VM or Frog specific tests that should not be run by DartC. | 118 # VM or Frog specific tests that should not be run by DartC. |
| 122 *vm_test: Skip | 119 *vm_test: Skip |
| 123 *vm_negative_test: Skip | 120 *vm_negative_test: Skip |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 prefix_core_test: Fail # Issue 2264. | 422 prefix_core_test: Fail # Issue 2264. |
| 426 | 423 |
| 427 [ $compiler == frog && $runtime == none ] | 424 [ $compiler == frog && $runtime == none ] |
| 428 *: Skip | 425 *: Skip |
| 429 | 426 |
| 430 [ $arch == simarm ] | 427 [ $arch == simarm ] |
| 431 *: Skip | 428 *: Skip |
| 432 | 429 |
| 433 [ $arch == arm ] | 430 [ $arch == arm ] |
| 434 *: Skip | 431 *: Skip |
| OLD | NEW |