| 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. |
| 11 # | 11 # |
| 12 # 1) Copy the old version of the test to | 12 # 1) Copy the old version of the test to |
| 13 # tests/language/src/test_name_[dartc|vm]_test.dart. | 13 # tests/language/src/test_name_[dartc|vm]_test.dart. |
| 14 # to maintain coverage. | 14 # to maintain coverage. |
| 15 # 2) File a bug on each architecture for the failure due to the language change. | 15 # 2) File a bug on each architecture for the failure due to the language change. |
| 16 # 3) Update the language/src directory with the updated test. | 16 # 3) Update the language/src directory with the updated test. |
| 17 | 17 |
| 18 [ $compiler == none ] | 18 [ $compiler == none ] |
| 19 call_constructor_on_unresolvable_class_test/01: Fail # Issue 3801 | |
| 20 call_constructor_on_unresolvable_class_test/02: Fail # Issue 3801 | |
| 21 call_constructor_on_unresolvable_class_test/03: Fail # Issue 3801 | |
| 22 call_constructor_on_unresolvable_class_test/07: Fail # Issue 3801 | |
| 23 call_nonexistent_constructor_test: Fail # Issue 3801 | |
| 24 gc_test: Fail # Issue 1487 | 19 gc_test: Fail # Issue 1487 |
| 25 field_override_test/none: Fail # Issue 742: field shadowing now allowed | 20 field_override_test/none: Fail # Issue 742: field shadowing now allowed |
| 26 field_override_test/01: Fail # Issue 742: field shadowing now allowed | 21 field_override_test/01: Fail # Issue 742: field shadowing now allowed |
| 27 super_field_access_test: Fail # Issue 742: field shadowing now allowed | 22 super_field_access_test: Fail # Issue 742: field shadowing now allowed |
| 28 pseudo_kw_illegal_test/03: Fail # Issue 356 | 23 pseudo_kw_illegal_test/03: Fail # Issue 356 |
| 29 pseudo_kw_illegal_test/08: Fail # Issue 356 | 24 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 30 pseudo_kw_illegal_test/10: Fail # Issue 356 | 25 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 31 pseudo_kw_illegal_test/14: Fail # Issue 356 | 26 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 32 | 27 |
| 33 | |
| 34 # These bugs refer currently ongoing language discussions. | 28 # These bugs refer currently ongoing language discussions. |
| 35 constructor5_test: Fail # (Discussion ongoing) | 29 constructor5_test: Fail # (Discussion ongoing) |
| 36 constructor6_test: Fail # (Discussion ongoing) | 30 constructor6_test: Fail # (Discussion ongoing) |
| 37 | 31 |
| 38 # Regular bugs which should be fixed. | 32 # Regular bugs which should be fixed. |
| 39 const_init6_negative_test: Fail # Issue 811 | 33 const_init6_negative_test: Fail # Issue 811 |
| 40 super_first_constructor_test: Fail # Issue 1372. | 34 super_first_constructor_test: Fail # Issue 1372. |
| 41 | 35 |
| 42 # Issue 1355 | 36 # Issue 1355 |
| 43 call_operator_test: Fail | 37 call_operator_test: Fail |
| 44 | 38 |
| 45 constructor_redirect_test/01: Fail # Issue 2103. | 39 constructor_redirect_test/01: Fail # Issue 2103. |
| 46 | 40 |
| 47 closure_with_super_send_test: Fail # Issue 3197. | 41 closure_with_super_send_test: Fail # Issue 3197. |
| 48 closure_with_super_field_test: Fail # Issue 3197. | 42 closure_with_super_field_test: Fail # Issue 3197. |
| 49 super_closure_test: Fail # Issue 3197. | 43 super_closure_test: Fail # Issue 3197. |
| 50 parameter_initializer6_negative_test: Fail # Issue 3502 | 44 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 51 | 45 |
| 52 fauxverride_test/none: Fail # Issue 3778. | 46 fauxverride_test/none: Fail # Issue 3778. |
| 53 | 47 |
| 54 bad_override_test/01: Fail # Issue 3859. | 48 bad_override_test/01: Fail # Issue 3859. |
| 55 bad_override_test/02: Fail # Issue 3859. | 49 bad_override_test/02: Fail # Issue 3859. |
| 56 | 50 |
| 57 setter_no_getter_call_test/01: Crash # Issue 4360 | |
| 58 setter_no_getter_test/01: Crash # Issue 4360 | |
| 59 | |
| 60 getter_no_setter2_test/01: Fail # Issue 4898 | |
| 61 | |
| 62 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 51 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 63 | 52 |
| 64 lazy_static3_test: Fail # Issue 3558 | 53 lazy_static3_test: Fail # Issue 3558 |
| 65 | 54 |
| 66 type_error_test: Fail # http://dartbug.com/5280 | 55 type_error_test: Fail # http://dartbug.com/5280 |
| 67 | 56 |
| 68 # DartC specific tests that should not be run by the VM | 57 # DartC specific tests that should not be run by the VM |
| 69 *dartc_test: Skip | 58 *dartc_test: Skip |
| 70 *dartc_negative_test: Skip | 59 *dartc_negative_test: Skip |
| 71 | 60 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. | 105 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. |
| 117 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er
rors. | 106 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er
rors. |
| 118 call_operator_test: Pass # Issue 1355 | 107 call_operator_test: Pass # Issue 1355 |
| 119 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason | 108 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 120 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason | 109 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 121 cascade_test/02: Fail # Issue 3729 | 110 cascade_test/02: Fail # Issue 3729 |
| 122 cascade_test/none: Fail # Issue 3729 | 111 cascade_test/none: Fail # Issue 3729 |
| 123 char_escape_test: Pass # Issue 1654 | 112 char_escape_test: Pass # Issue 1654 |
| 124 class_literal_test/01 : Fail # language change 3368 | 113 class_literal_test/01 : Fail # language change 3368 |
| 125 class_literal_test/03 : Fail # language change 1031 | 114 class_literal_test/03 : Fail # language change 1031 |
| 126 class_literal_test/04 : Fail # language change 1031 | |
| 127 class_literal_test/05 : Fail # language change 3368 | 115 class_literal_test/05 : Fail # language change 3368 |
| 128 class_literal_test/06 : Fail # language change 3368 | 116 class_literal_test/06 : Fail # language change 3368 |
| 129 class_literal_test/08 : Fail # language change 1031 | 117 class_literal_test/08 : Fail # language change 1031 |
| 130 class_literal_test/09 : Fail # language change 1031 | |
| 131 class_literal_test/10 : Fail # language change 3368 | 118 class_literal_test/10 : Fail # language change 3368 |
| 132 class_literal_test/11 : Fail # language change 3368 | 119 class_literal_test/11 : Fail # language change 3368 |
| 133 class_literal_test/12 : Fail # language change 3368 | 120 class_literal_test/12 : Fail # language change 3368 |
| 134 class_literal_test/13 : Fail # language change 3368 | 121 class_literal_test/13 : Fail # language change 3368 |
| 135 class_literal_test/15 : Fail # language change 1031 | 122 class_literal_test/15 : Fail # language change 1031 |
| 136 class_literal_test/16 : Fail # language change 1031 | |
| 137 class_literal_test/17 : Fail # language change 3368 | 123 class_literal_test/17 : Fail # language change 3368 |
| 138 class_literal_test/18 : Fail # language change 3368 | 124 class_literal_test/18 : Fail # language change 3368 |
| 139 class_literal_test/19 : Fail # language change 3368 | 125 class_literal_test/19 : Fail # language change 3368 |
| 140 class_literal_test/20 : Fail # language change 3368 | 126 class_literal_test/20 : Fail # language change 3368 |
| 141 class_literal_test/21 : Fail # language change 3368 | 127 class_literal_test/21 : Fail # language change 3368 |
| 142 class_literal_test/22 : Fail # language change 3368 | 128 class_literal_test/22 : Fail # language change 3368 |
| 143 class_literal_test/23 : Fail # language change 3368 | 129 class_literal_test/23 : Fail # language change 3368 |
| 144 class_literal_test/24 : Fail # language change 3368 | 130 class_literal_test/24 : Fail # language change 3368 |
| 145 class_literal_test/25 : Fail # language change 3368 | 131 class_literal_test/25 : Fail # language change 3368 |
| 146 class_literal_test/26 : Fail # language change 3368 | 132 class_literal_test/26 : Fail # language change 3368 |
| 147 class_literal_test/27 : Fail # language change 3368 | 133 class_literal_test/27 : Fail # language change 3368 |
| 148 class_literal_test/28 : Fail # language change 3368 | 134 class_literal_test/28 : Fail # language change 3368 |
| 149 class_literal_test/29 : Fail # language change 3368 | 135 class_literal_test/29 : Fail # language change 3368 |
| 150 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 136 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 151 compile_time_constant10_test/none: Fail # issue 5215. | 137 compile_time_constant10_test/none: Fail # issue 5215. |
| 152 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 138 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 153 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 139 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 154 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 140 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 155 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces | 141 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces |
| 156 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces | 142 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces |
| 157 factory5_test/00: Fail # issue 3079 | 143 factory5_test/00: Fail # issue 3079 |
| 158 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 144 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 159 field7_negative_test: Fail, OK # language changed, test issue 5249 | 145 field7_negative_test: Fail, OK # language changed, test issue 5249 |
| 160 field7a_negative_test: Fail, OK # language changed, test issue 5249 | 146 field7a_negative_test: Fail, OK # language changed, test issue 5249 |
| 161 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 147 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 162 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 148 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 163 setter_no_getter_test/01: Fail # Fails to detect compile-time error. | |
| 164 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 149 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 165 interface_factory1_negative_test: Fail # language change 1031 | 150 interface_factory1_negative_test: Fail # language change 1031 |
| 166 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 151 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 167 library2_negative_test: Fail # still a valid test? Issue 3649 | 152 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 168 library4_negative_test: Fail # still a valid test? Issue 3530 | 153 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 169 library6_negative_test: Fail # still a valid test? Issue 3650 | 154 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 170 list_literal4_test: Fail # Issue 1343 | 155 list_literal4_test: Fail # Issue 1343 |
| 171 map_literal4_test: Fail # Issue 1343 | 156 map_literal4_test: Fail # Issue 1343 |
| 172 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 157 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 173 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 158 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
| 174 override_field_test/03: Fail # still a valid test? Issue 3894 | 159 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 175 override_field_test/04: Fail # still a valid test? Issue 3656 | 160 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 176 override_field_method3_negative_test: Fail, OK # test issue 5249 | 161 override_field_method3_negative_test: Fail, OK # test issue 5249 |
| 177 override_field_method6_negative_test: Fail, OK # test issue 5249 | 162 override_field_method6_negative_test: Fail, OK # test issue 5249 |
| 178 parameter_initializer6_negative_test: Fail # language change 4288 | 163 parameter_initializer6_negative_test: Fail # language change 4288 |
| 179 prefix1_negative_test : Fail # language change 1031 | 164 prefix1_negative_test : Fail # language change 1031 |
| 180 prefix4_negative_test : Fail # language change 1031 | 165 prefix4_negative_test : Fail # language change 1031 |
| 181 prefix5_negative_test : Fail # language change 1031 | 166 prefix5_negative_test : Fail # language change 1031 |
| 182 prefix8_negative_test : Fail # language change 1031 | 167 prefix8_negative_test : Fail # language change 1031 |
| 183 prefix9_negative_test : Fail # language change 1031 | 168 prefix9_negative_test : Fail # language change 1031 |
| 184 prefix10_negative_test : Fail # language change 1031 | 169 prefix10_negative_test : Fail # language change 1031 |
| 185 prefix11_negative_test : Fail # language change 1031 | 170 prefix11_negative_test : Fail # language change 1031 |
| 186 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 171 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 187 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier | 172 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier |
| 188 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier | 173 pseudo_kw_illegal_test/11: Fail, OK # 'negate' is not a built-in identifier |
| 189 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier | 174 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier |
| 190 resource_test: Fail # out of date - resource directives have been removed | 175 resource_test: Fail # out of date - resource directives have been removed |
| 191 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 176 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 177 static_field3_test/01: Fail # http://dartbug.com/5519 |
| 178 static_field3_test/02: Fail # http://dartbug.com/5519 |
| 179 static_field3_test/03: Fail # http://dartbug.com/5519 |
| 180 static_field3_test/04: Fail # http://dartbug.com/5519 |
| 192 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) | 181 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) |
| 193 throw7_negative_test: Fail # Issue 3654 | 182 throw7_negative_test: Fail # Issue 3654 |
| 194 type_variable_bounds_test/00: Fail # issue 3079 | 183 type_variable_bounds_test/00: Fail # issue 3079 |
| 195 type_variable_bounds_test/07: Fail # language change 1031 | 184 type_variable_bounds_test/07: Fail # language change 1031 |
| 196 | 185 |
| 197 # test issue 5291 | 186 # test issue 5291 |
| 198 type_parameter_test/01: Fail, OK | 187 type_parameter_test/01: Fail, OK |
| 199 type_parameter_test/02: Fail, OK | 188 type_parameter_test/02: Fail, OK |
| 200 type_parameter_test/03: Fail, OK | 189 type_parameter_test/03: Fail, OK |
| 201 type_parameter_test/04: Fail, OK | 190 type_parameter_test/04: Fail, OK |
| (...skipping 25 matching lines...) Expand all Loading... |
| 227 gc_test: Skip # Issue 1487 | 216 gc_test: Skip # Issue 1487 |
| 228 prefix_new_test: Fail | 217 prefix_new_test: Fail |
| 229 import_combinators_test: Fail | 218 import_combinators_test: Fail |
| 230 | 219 |
| 231 | 220 |
| 232 [ $runtime == dartium ] | 221 [ $runtime == dartium ] |
| 233 import_combinators_test: Fail | 222 import_combinators_test: Fail |
| 234 | 223 |
| 235 | 224 |
| 236 [ $runtime == vm ] | 225 [ $runtime == vm ] |
| 237 call_nonexistent_static_test/01: Fail # Issues 3094 | |
| 238 call_nonexistent_static_test/02: Fail # Issues 3088 | |
| 239 call_nonexistent_static_test/03: Fail # Issues 3085 | |
| 240 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. | |
| 241 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. | |
| 242 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. | |
| 243 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. | |
| 244 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. | |
| 245 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. | |
| 246 call_nonexistent_static_test/10: Fail, Crash # Unresolved static calls are no lo
nger errors. | |
| 247 getter_no_setter2_test/01: Fail # Unresolved static calls are no longer errors. | |
| 248 setter_no_getter_test/01: Crash # Unresolved static calls are no longer errors. | |
| 249 | 226 |
| 250 [ $runtime == chrome ] | 227 [ $runtime == chrome ] |
| 251 string_escape1_negative_test: Skip | 228 string_escape1_negative_test: Skip |
| 252 | 229 |
| 253 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 230 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 254 [ $runtime == opera ] | 231 [ $runtime == opera ] |
| 255 *: Skip | 232 *: Skip |
| 256 | 233 |
| 257 [ $runtime == ie && ($system == linux || $system == macos) ] | 234 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 258 *: Skip | 235 *: Skip |
| 259 | 236 |
| 260 [ $runtime == safari && ($system == linux || $system == windows) ] | 237 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 261 *: Skip | 238 *: Skip |
| 262 | 239 |
| 263 [ $browser ] | 240 [ $browser ] |
| 264 | 241 |
| 265 | 242 |
| 266 [ $arch == simarm ] | 243 [ $arch == simarm ] |
| 267 *: Skip | 244 *: Skip |
| 268 | 245 |
| 269 [ $arch == arm ] | 246 [ $arch == arm ] |
| 270 *: Skip | 247 *: Skip |
| 271 | 248 |
| 272 [ $compiler == dart2dart ] | 249 [ $compiler == dart2dart ] |
| 273 class_literal_test/03: Fail # http://dartbug.com/5519 | |
| 274 class_literal_test/04: Fail # http://dartbug.com/5519 | |
| 275 class_literal_test/05: Fail # http://dartbug.com/5519 | 250 class_literal_test/05: Fail # http://dartbug.com/5519 |
| 276 class_literal_test/08: Fail # http://dartbug.com/5519 | |
| 277 class_literal_test/09: Fail # http://dartbug.com/5519 | |
| 278 class_literal_test/10: Fail # http://dartbug.com/5519 | 251 class_literal_test/10: Fail # http://dartbug.com/5519 |
| 279 class_literal_test/11: Fail # http://dartbug.com/5519 | 252 class_literal_test/11: Fail # http://dartbug.com/5519 |
| 280 class_literal_test/12: Fail # http://dartbug.com/5519 | 253 class_literal_test/12: Fail # http://dartbug.com/5519 |
| 281 class_literal_test/15: Fail # http://dartbug.com/5519 | |
| 282 class_literal_test/16: Fail # http://dartbug.com/5519 | |
| 283 class_literal_test/17: Fail # http://dartbug.com/5519 | 254 class_literal_test/17: Fail # http://dartbug.com/5519 |
| 284 class_literal_test/18: Fail # http://dartbug.com/5519 | 255 class_literal_test/18: Fail # http://dartbug.com/5519 |
| 285 class_literal_test/19: Fail # http://dartbug.com/5519 | 256 class_literal_test/19: Fail # http://dartbug.com/5519 |
| 286 class_literal_test/20: Fail # http://dartbug.com/5519 | 257 class_literal_test/20: Fail # http://dartbug.com/5519 |
| 287 class_literal_test/22: Fail # http://dartbug.com/5519 | 258 class_literal_test/22: Fail # http://dartbug.com/5519 |
| 288 class_literal_test/25: Fail # http://dartbug.com/5519 | 259 class_literal_test/25: Fail # http://dartbug.com/5519 |
| 289 class_literal_test/27: Fail # http://dartbug.com/5519 | 260 class_literal_test/27: Fail # http://dartbug.com/5519 |
| 290 class_literal_test/28: Fail # http://dartbug.com/5519 | 261 class_literal_test/28: Fail # http://dartbug.com/5519 |
| 291 class_literal_test/29: Fail # http://dartbug.com/5519 | 262 class_literal_test/29: Fail # http://dartbug.com/5519 |
| 292 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 | 263 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 312 const_syntax_test/10: Fail # http://dartbug.com/5519 | 283 const_syntax_test/10: Fail # http://dartbug.com/5519 |
| 313 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 | 284 constructor_named_arguments_test/01: Fail # http://dartbug.com/5519 |
| 314 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 | 285 final_for_in_variable_test/01: Fail # http://dartbug.com/5519 |
| 315 final_is_not_const_test/01: Fail # http://dartbug.com/5519 | 286 final_is_not_const_test/01: Fail # http://dartbug.com/5519 |
| 316 final_syntax_test/01: Fail # http://dartbug.com/5519 | 287 final_syntax_test/01: Fail # http://dartbug.com/5519 |
| 317 final_syntax_test/02: Fail # http://dartbug.com/5519 | 288 final_syntax_test/02: Fail # http://dartbug.com/5519 |
| 318 final_syntax_test/03: Fail # http://dartbug.com/5519 | 289 final_syntax_test/03: Fail # http://dartbug.com/5519 |
| 319 final_syntax_test/04: Fail # http://dartbug.com/5519 | 290 final_syntax_test/04: Fail # http://dartbug.com/5519 |
| 320 final_syntax_test/09: Fail # http://dartbug.com/5519 | 291 final_syntax_test/09: Fail # http://dartbug.com/5519 |
| 321 getter_no_setter_test/01: Fail # http://dartbug.com/5519 | 292 getter_no_setter_test/01: Fail # http://dartbug.com/5519 |
| 293 getter_no_setter2_test/01: Fail # http://dartbug.com/5519 |
| 322 illegal_invocation_test/03: Fail # http://dartbug.com/5519 | 294 illegal_invocation_test/03: Fail # http://dartbug.com/5519 |
| 323 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 | 295 isnot_malformed_type_test/01: Fail # http://dartbug.com/5519 |
| 324 method_override2_test/01: Fail # http://dartbug.com/5519 | 296 method_override2_test/01: Fail # http://dartbug.com/5519 |
| 325 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 | 297 named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519 |
| 326 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 | 298 named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519 |
| 327 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 | 299 named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519 |
| 328 new_expression_type_args_test/01: Fail # http://dartbug.com/5519 | 300 new_expression_type_args_test/01: Fail # http://dartbug.com/5519 |
| 329 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 | 301 not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519 |
| 330 override_field_test/04: Fail # http://dartbug.com/5519 | 302 override_field_test/04: Fail # http://dartbug.com/5519 |
| 331 setter_no_getter_call_test/01: Fail # http://dartbug.com/5519 | 303 static_field3_test/01: Fail # http://dartbug.com/5519 |
| 332 setter_no_getter_test/01: Fail # http://dartbug.com/5519 | 304 static_field3_test/02: Fail # http://dartbug.com/5519 |
| 305 static_field3_test/03: Fail # http://dartbug.com/5519 |
| 306 static_field3_test/04: Fail # http://dartbug.com/5519 |
| 333 | 307 |
| 334 import_combinators_test: Fail | 308 import_combinators_test: Fail |
| 335 throw_expr_test: Fail | 309 throw_expr_test: Fail |
| 336 metadata_test: Fail | 310 metadata_test: Fail |
| 337 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 311 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 338 bad_constructor_test/04: Fail | 312 bad_constructor_test/04: Fail |
| 339 bad_constructor_test/05: Fail | 313 bad_constructor_test/05: Fail |
| 340 bad_constructor_test/06: Fail | 314 bad_constructor_test/06: Fail |
| 341 argument_definition_test/*: Skip # Not implemented. | 315 argument_definition_test/*: Skip # Not implemented. |
| 342 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 316 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 343 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM | |
| 344 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved
()' which fails on the VM | |
| 345 call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved
()' which fails on the VM | |
| 346 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved
()' which fails on the VM | |
| 347 call_nonexistent_constructor_test: Fail # Issue 1031 | |
| 348 const_var_test: Fail # Map literals take 2 type arguments. | 317 const_var_test: Fail # Map literals take 2 type arguments. |
| 349 map_literal3_test: Fail # Map literals take 2 type arguments. | 318 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 350 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 319 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 351 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | 320 field1_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 352 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | 321 field6_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 353 field7_negative_test: Fail, OK # Bad test: assumes eager loading. | 322 field7_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 354 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 323 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 355 # Common problems with dart2js. In illegal family, invalid | 324 # Common problems with dart2js. In illegal family, invalid |
| 356 # declarations are simply not parsed. In pseudo kw dart2js | 325 # declarations are simply not parsed. In pseudo kw dart2js |
| 357 # chokes on things like typedef(x) => "typedef $x" and alike. | 326 # chokes on things like typedef(x) => "typedef $x" and alike. |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 compile_time_constant_checked2_test/05: Fail, OK | 434 compile_time_constant_checked2_test/05: Fail, OK |
| 466 compile_time_constant_checked2_test/06: Fail, OK | 435 compile_time_constant_checked2_test/06: Fail, OK |
| 467 compile_time_constant_checked3_test/01: Fail, OK | 436 compile_time_constant_checked3_test/01: Fail, OK |
| 468 compile_time_constant_checked3_test/02: Fail, OK | 437 compile_time_constant_checked3_test/02: Fail, OK |
| 469 compile_time_constant_checked3_test/03: Fail, OK | 438 compile_time_constant_checked3_test/03: Fail, OK |
| 470 compile_time_constant_checked3_test/04: Fail, OK | 439 compile_time_constant_checked3_test/04: Fail, OK |
| 471 compile_time_constant_checked3_test/05: Fail, OK | 440 compile_time_constant_checked3_test/05: Fail, OK |
| 472 compile_time_constant_checked3_test/06: Fail, OK | 441 compile_time_constant_checked3_test/06: Fail, OK |
| 473 | 442 |
| 474 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 443 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |