| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 compile_time_constant3_test: Fail # Issue 1780 | 79 compile_time_constant3_test: Fail # Issue 1780 |
| 80 compile_time_constant_o_test: Fail # Issue 2126 | 80 compile_time_constant_o_test: Fail # Issue 2126 |
| 81 compile_time_constant_p_test/01: Fail # Issue 2580 | 81 compile_time_constant_p_test/01: Fail # Issue 2580 |
| 82 const_constructor_syntax_test/05: Fail | 82 const_constructor_syntax_test/05: Fail |
| 83 const_counter_negative_test: Fail # issue 1655 | 83 const_counter_negative_test: Fail # issue 1655 |
| 84 constructor3_negative_test: Fail | 84 constructor3_negative_test: Fail |
| 85 constructor_call_wrong_argument_count_negative_test: Fail | 85 constructor_call_wrong_argument_count_negative_test: Fail |
| 86 default_factory_library_test: Fail # Issue 514 | 86 default_factory_library_test: Fail # Issue 514 |
| 87 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 87 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 88 duplicate_implements_test: Skip # Issue 976 | 88 duplicate_implements_test: Skip # Issue 976 |
| 89 factory5_test/00: Fail # issue 3079 |
| 89 field3a_negative_test: Fail | 90 field3a_negative_test: Fail |
| 90 field_method4_negative_test: Fail | 91 field_method4_negative_test: Fail |
| 91 final_syntax_test/*: Skip # can't handle base case | 92 final_syntax_test/*: Skip # can't handle base case |
| 92 function_type_alias5_test/00: Fail # Legally self referencing typedef | 93 function_type_alias5_test/00: Fail # Legally self referencing typedef |
| 93 function_type_alias5_test/01: Fail # Legally self referencing typedef | 94 function_type_alias5_test/01: Fail # Legally self referencing typedef |
| 94 function_type_alias5_test/02: Fail # Legally self referencing typedef | 95 function_type_alias5_test/02: Fail # Legally self referencing typedef |
| 95 function_type_alias_negative_test: Fail # Bug 5231617. | 96 function_type_alias_negative_test: Fail # Bug 5231617. |
| 96 generic_parameterized_extends_test: Skip # Bug 5392297 | 97 generic_parameterized_extends_test: Skip # Bug 5392297 |
| 97 getters_setters_type3_test: Fail # Issue 2351 | 98 getters_setters_type3_test: Fail # Issue 2351 |
| 98 instance_call_wrong_argument_count_negative_test: Fail | 99 instance_call_wrong_argument_count_negative_test: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 string_escape1_negative_test: Fail # Issue 1351. | 142 string_escape1_negative_test: Fail # Issue 1351. |
| 142 string_escape4_negative_test: Fail # Issue 1351. | 143 string_escape4_negative_test: Fail # Issue 1351. |
| 143 string_interpolation8_test: Fail # Issue 2126. | 144 string_interpolation8_test: Fail # Issue 2126. |
| 144 switch3_negative_test: Fail # issue 1663 | 145 switch3_negative_test: Fail # issue 1663 |
| 145 switch7_negative_test: Fail # Bug 4208467. | 146 switch7_negative_test: Fail # Bug 4208467. |
| 146 switch_label_test: Fail # Bug 4208467. | 147 switch_label_test: Fail # Bug 4208467. |
| 147 syntax_test: Skip # Bug 2107 Static type warnings in none case | 148 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 148 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 149 third_test: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 149 throw7_negative_test: Fail # Bug 4208459. | 150 throw7_negative_test: Fail # Bug 4208459. |
| 150 type_dartc_test: Fail # Issue 2348 | 151 type_dartc_test: Fail # Issue 2348 |
| 152 type_variable_bounds_test/00: Fail # issue 3079 |
| 151 type_variable_scope_test/00: Fail # Issue 2395 | 153 type_variable_scope_test/00: Fail # Issue 2395 |
| 152 type_variable_scope_test/01: Fail # Issue 2395 | 154 type_variable_scope_test/01: Fail # Issue 2395 |
| 153 type_variable_scope_test/02: Fail # Issue 2395 | 155 type_variable_scope_test/02: Fail # Issue 2395 |
| 154 type_variable_scope_test/03: Fail # Issue 2395 | 156 type_variable_scope_test/03: Fail # Issue 2395 |
| 155 type_variable_scope_test/04: Fail # Issue 2395 | 157 type_variable_scope_test/04: Fail # Issue 2395 |
| 156 type_variable_scope_test/05: Fail # Issue 2395 | 158 type_variable_scope_test/05: Fail # Issue 2395 |
| 157 constructor_redirect_test/01: Fail # Issue 2105. | 159 constructor_redirect_test/01: Fail # Issue 2105. |
| 158 | 160 |
| 159 # | 161 # |
| 160 # Add new dartc annotations above in alphabetical order | 162 # Add new dartc annotations above in alphabetical order |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 private_member2_negative_test: Fail | 335 private_member2_negative_test: Fail |
| 334 private_member3_negative_test: Fail | 336 private_member3_negative_test: Fail |
| 335 private_test: Fail | 337 private_test: Fail |
| 336 reg_exp3_test: Fail | 338 reg_exp3_test: Fail |
| 337 scope_negative_test: Fail | 339 scope_negative_test: Fail |
| 338 script_negative_test: Fail | 340 script_negative_test: Fail |
| 339 super_implicit_closure_test: Fail | 341 super_implicit_closure_test: Fail |
| 340 super_test: Fail # this is testing precise ordering of super constructor call | 342 super_test: Fail # this is testing precise ordering of super constructor call |
| 341 switch_label_test: Fail | 343 switch_label_test: Fail |
| 342 type_checks_in_factory_method_test: Fail # Issue 925 | 344 type_checks_in_factory_method_test: Fail # Issue 925 |
| 343 type_variable_bounds_test/00: Fail # Issue 2134 | |
| 344 type_variable_bounds_test/10: Fail # Issue 2134 | 345 type_variable_bounds_test/10: Fail # Issue 2134 |
| 345 type_variable_identifier_expression_negative_test: Fail # Issue 643 | 346 type_variable_identifier_expression_negative_test: Fail # Issue 643 |
| 346 type_variable_shadows_class: Fail # Issue 643 | 347 type_variable_shadows_class: Fail # Issue 643 |
| 347 wrong_number_type_arguments_test/00: Fail # Issue 2134 | 348 wrong_number_type_arguments_test/00: Fail # Issue 2134 |
| 348 implicit_this_test/01: Fail # Issue 376 | 349 implicit_this_test/01: Fail # Issue 376 |
| 349 implicit_this_test/02: Fail # Issue 376 | 350 implicit_this_test/02: Fail # Issue 376 |
| 350 implicit_this_test/03: Fail # Issue 376 | 351 implicit_this_test/03: Fail # Issue 376 |
| 351 implicit_this_test/04: Fail # Issue 376 | 352 implicit_this_test/04: Fail # Issue 376 |
| 352 implicit_this_test/none: Fail # Issue 376 | 353 implicit_this_test/none: Fail # Issue 376 |
| 353 | 354 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. | 457 constructor_redirect2_negative_test: Skip # Undiagnosed infinite loop. |
| 457 | 458 |
| 458 [ $compiler == frog && $runtime == none ] | 459 [ $compiler == frog && $runtime == none ] |
| 459 *: Skip | 460 *: Skip |
| 460 | 461 |
| 461 [ $arch == simarm ] | 462 [ $arch == simarm ] |
| 462 *: Skip | 463 *: Skip |
| 463 | 464 |
| 464 [ $arch == arm ] | 465 [ $arch == arm ] |
| 465 *: Skip | 466 *: Skip |
| OLD | NEW |