| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 | 84 |
| 85 # Only checked mode reports an error on type assignment | 85 # Only checked mode reports an error on type assignment |
| 86 # problems in compile time constants. | 86 # problems in compile time constants. |
| 87 compile_time_constant_checked_test/02: Fail, OK | 87 compile_time_constant_checked_test/02: Fail, OK |
| 88 | 88 |
| 89 [ $compiler == dartc ] | 89 [ $compiler == dartc ] |
| 90 metadata_test: Fail | 90 metadata_test: Fail |
| 91 bad_constructor_test/04: Fail # Constructor name clashes with other member | 91 bad_constructor_test/04: Fail # Constructor name clashes with other member |
| 92 bad_constructor_test/05: Fail # Constructor name clashes with other member | 92 bad_constructor_test/05: Fail # Constructor name clashes with other member |
| 93 bad_constructor_test/06: Fail # Constructor name clashes with other member | 93 bad_constructor_test/06: Fail # Constructor name clashes with other member |
| 94 call_constructor_on_unresolvable_class_test/03: Fail, OK # 'library' cannot be u
sed as a prefix because it is a built-in identifier |
| 94 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 95 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| 95 application_negative_test: Fail # Runtime only test, rewrite as multitest | 96 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 96 interface_negative_test: Fail # instantiation of abstract class | 97 interface_negative_test: Fail # instantiation of abstract class |
| 97 argument_definition_test/01: Fail # Issue 5082 | 98 argument_definition_test/01: Fail # Issue 5082 |
| 98 argument_definition_test/02: Fail # Issue 5082 | 99 argument_definition_test/02: Fail # Issue 5082 |
| 99 argument_definition_test/03: Fail # Issue 5082 | 100 argument_definition_test/03: Fail # Issue 5082 |
| 100 argument_definition_test/04: Fail # Issue 5082 | 101 argument_definition_test/04: Fail # Issue 5082 |
| 101 argument_definition_test/05: Fail # Issue 5082 | 102 argument_definition_test/05: Fail # Issue 5082 |
| 102 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 103 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 103 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 104 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 override_field_test/04: Fail # still a valid test? Issue 3656 | 172 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 172 parameter_initializer6_negative_test: Fail # language change 4288 | 173 parameter_initializer6_negative_test: Fail # language change 4288 |
| 173 prefix1_negative_test : Fail # language change 1031 | 174 prefix1_negative_test : Fail # language change 1031 |
| 174 prefix4_negative_test : Fail # language change 1031 | 175 prefix4_negative_test : Fail # language change 1031 |
| 175 prefix5_negative_test : Fail # language change 1031 | 176 prefix5_negative_test : Fail # language change 1031 |
| 176 prefix8_negative_test : Fail # language change 1031 | 177 prefix8_negative_test : Fail # language change 1031 |
| 177 prefix9_negative_test : Fail # language change 1031 | 178 prefix9_negative_test : Fail # language change 1031 |
| 178 prefix10_negative_test : Fail # language change 1031 | 179 prefix10_negative_test : Fail # language change 1031 |
| 179 prefix11_negative_test : Fail # language change 1031 | 180 prefix11_negative_test : Fail # language change 1031 |
| 180 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 181 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 181 pseudo_kw_illegal_test/08: Fail # Issue 356 | 182 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier |
| 182 pseudo_kw_illegal_test/10: Fail # Issue 356 | 183 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier |
| 183 pseudo_kw_illegal_test/14: Fail # Issue 356 | 184 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier |
| 184 resource_test: Fail # out of date - resource directives have been removed | 185 resource_test: Fail # out of date - resource directives have been removed |
| 185 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 186 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 186 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) | 187 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) |
| 187 throw7_negative_test: Fail # Issue 3654 | 188 throw7_negative_test: Fail # Issue 3654 |
| 188 type_variable_bounds_test/00: Fail # issue 3079 | 189 type_variable_bounds_test/00: Fail # issue 3079 |
| 189 type_variable_bounds_test/07: Fail # language change 1031 | 190 type_variable_bounds_test/07: Fail # language change 1031 |
| 190 type_variable_static_context_negative_test: Fail # language change 1031 | 191 type_variable_static_context_negative_test: Fail # language change 1031 |
| 191 | 192 |
| 192 # | 193 # |
| 193 # Add new dartc annotations above in alphabetical order | 194 # Add new dartc annotations above in alphabetical order |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 364 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 364 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 365 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 365 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 366 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 366 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 367 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 367 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 368 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 368 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 369 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 369 | 370 |
| 370 # Only checked mode reports an error on type assignment | 371 # Only checked mode reports an error on type assignment |
| 371 # problems in compile time constants. | 372 # problems in compile time constants. |
| 372 compile_time_constant_checked_test/02: Fail, OK | 373 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |