| 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| 11 async_star_test/02: RuntimeError # 22853 | 11 async_star_test/02: RuntimeError # 22853 |
| 12 async_star_test/05: RuntimeError, Timeout | 12 async_star_test/05: RuntimeError, Timeout |
| 13 | 13 |
| 14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 16 | 16 |
| 17 [ $compiler == dart2js && $runtime == jsshell ] | 17 [ $compiler == dart2js && $runtime == jsshell ] |
| 18 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 18 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 19 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 19 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 20 | 20 |
| 21 [ $compiler == dart2js || $compiler == dart2dart ] | 21 [ $compiler == dart2js ] |
| 22 symbol_literal_test/*: Fail # Issue 21825 | 22 symbol_literal_test/*: Fail # Issue 21825 |
| 23 constructor_duplicate_final_test/01: Fail # Issue 13363 | 23 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 24 constructor_duplicate_final_test/02: Fail # Issue 13363 | 24 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 25 override_inheritance_mixed_test/08: Fail # Issue 18124 | 25 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 26 override_inheritance_mixed_test/09: Fail # Issue 18124 | 26 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 27 bad_constructor_test/05: CompileTimeError # Issue 13669 | 27 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 28 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 28 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 29 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 29 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| 30 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 30 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
| 31 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 31 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 86 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 87 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 87 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 88 malbounded_instantiation_test/01: Fail # Issue 12702 | 88 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 89 malbounded_type_cast_test: Fail # Issue 14121 | 89 malbounded_type_cast_test: Fail # Issue 14121 |
| 90 malbounded_type_cast2_test: Fail # Issue 14121 | 90 malbounded_type_cast2_test: Fail # Issue 14121 |
| 91 malbounded_type_test_test/03: Fail # Issue 14121 | 91 malbounded_type_test_test/03: Fail # Issue 14121 |
| 92 malbounded_type_test_test/04: Fail # Issue 14121 | 92 malbounded_type_test_test/04: Fail # Issue 14121 |
| 93 malbounded_type_test2_test: Fail # Issue 14121 | 93 malbounded_type_test2_test: Fail # Issue 14121 |
| 94 default_factory2_test/01: Fail # Issue 14121 | 94 default_factory2_test/01: Fail # Issue 14121 |
| 95 | 95 |
| 96 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] | 96 [ $compiler == dart2js && $checked ] |
| 97 compile_time_constant_checked5_test/06: Fail # Issue 23182 | 97 compile_time_constant_checked5_test/06: Fail # Issue 23182 |
| 98 compile_time_constant_checked5_test/07: Fail # Issue 23182 | 98 compile_time_constant_checked5_test/07: Fail # Issue 23182 |
| 99 compile_time_constant_checked5_test/10: Fail # Issue 23182 | 99 compile_time_constant_checked5_test/10: Fail # Issue 23182 |
| 100 compile_time_constant_checked5_test/11: Fail # Issue 23182 | 100 compile_time_constant_checked5_test/11: Fail # Issue 23182 |
| 101 compile_time_constant_checked5_test/12: Fail # Issue 23182 | 101 compile_time_constant_checked5_test/12: Fail # Issue 23182 |
| 102 compile_time_constant_checked5_test/15: Fail # Issue 23182 | 102 compile_time_constant_checked5_test/15: Fail # Issue 23182 |
| 103 compile_time_constant_checked5_test/16: Fail # Issue 23182 | 103 compile_time_constant_checked5_test/16: Fail # Issue 23182 |
| 104 compile_time_constant_checked5_test/17: Fail # Issue 23182 | 104 compile_time_constant_checked5_test/17: Fail # Issue 23182 |
| 105 compile_time_constant_checked5_test/20: Fail # Issue 23182 | 105 compile_time_constant_checked5_test/20: Fail # Issue 23182 |
| 106 compile_time_constant_checked5_test/21: Fail # Issue 23182 | 106 compile_time_constant_checked5_test/21: Fail # Issue 23182 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 [ $compiler == dart2js && $runtime == ff ] | 211 [ $compiler == dart2js && $runtime == ff ] |
| 212 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 212 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 213 | 213 |
| 214 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 214 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 215 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 215 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 216 call_through_getter_test: Fail, OK | 216 call_through_getter_test: Fail, OK |
| 217 | 217 |
| 218 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 218 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 219 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 219 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 220 | 220 |
| 221 [ $compiler == dart2dart && $builder_tag == new_backend ] | |
| 222 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | |
| 223 | |
| 224 [ $compiler == dart2dart && $minified == true ] | |
| 225 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | |
| 226 | |
| 227 [ $compiler == dart2dart ] | |
| 228 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | |
| 229 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | |
| 230 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | |
| 231 | |
| 232 regress_13494_test: Fail # Issue 22370 | |
| 233 | |
| 234 enum_duplicate_test/01: CompileTimeError # Issue 22169 | |
| 235 | |
| 236 built_in_identifier_prefix_test: Fail # Issue 6972 | |
| 237 constructor_initializer_test/none: Fail # Issue 12633 | |
| 238 | |
| 239 # Mixins fail on the VM. | |
| 240 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | |
| 241 | |
| 242 # Calling unresolved class constructor: | |
| 243 call_nonexistent_constructor_test/01: Fail # Issue 13082 | |
| 244 call_nonexistent_constructor_test/02: Fail # Issue 13082 | |
| 245 private_access_test/05: Fail # Issue 13082 | |
| 246 private_access_test/06: Fail # Issue 13082 | |
| 247 | |
| 248 bad_override_test/01: Fail # Issue 11496 | |
| 249 bad_override_test/02: Fail # Issue 11496 | |
| 250 | |
| 251 constructor_named_arguments_test/01: Fail # Issue 5519 | |
| 252 not_enough_positional_arguments_test/01: Fail # Issue 12839 | |
| 253 not_enough_positional_arguments_test/02: Fail # Issue 12839 | |
| 254 not_enough_positional_arguments_test/05: Fail # Issue 12839 | |
| 255 | |
| 256 metadata_test: Fail # Issue 12762 | |
| 257 const_evaluation_test/01: Fail # Issue 12762 | |
| 258 built_in_identifier_test/01: Fail # Issue 13022 | |
| 259 method_override4_test: Fail # Issue 12810 | |
| 260 method_override5_test: Fail # Issue 12810 | |
| 261 scope_variable_test/01: Fail # Issue 13016 | |
| 262 factory_redirection_test/01: Fail # Issue 12753 | |
| 263 | |
| 264 # DartVM problem. | |
| 265 constructor5_test: Fail | |
| 266 constructor6_test: Fail | |
| 267 closure_in_initializer_test: Fail | |
| 268 | |
| 269 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | |
| 270 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | |
| 271 | |
| 272 deferred*: skip # Issue 17523 | |
| 273 cha_deopt1_test: skip # Issue 17523 | |
| 274 cha_deopt2_test: skip # Issue 17523 | |
| 275 cha_deopt3_test: skip # Issue 17523 | |
| 276 issue_1751477_test: skip # Issue 17523 | |
| 277 | |
| 278 external_test/21: MissingCompileTimeError # Issue 12888 | |
| 279 external_test/24: MissingCompileTimeError # Issue 12888 | |
| 280 | |
| 281 function_propagation_test: RuntimeError # Issue 21673 | |
| 282 function_subtype_call0_test: RuntimeError # Issue 21673 | |
| 283 function_subtype_call1_test: RuntimeError # Issue 21673 | |
| 284 function_subtype_call2_test: RuntimeError # Issue 21673 | |
| 285 | |
| 286 instance_creation_in_function_annotation_test: Fail # Issue 23363 | |
| 287 | |
| 288 [ $compiler == dart2dart && $minified ] | |
| 289 cyclic_type_test/0*: Fail # Issue 12605. | |
| 290 cyclic_type2_test: Fail # Issue 12605. | |
| 291 super_getter_setter_test: Fail # Issue 11065. | |
| 292 f_bounded_quantification4_test: Fail # Issue 12605. | |
| 293 f_bounded_quantification5_test: Fail # Issue 12605. | |
| 294 type_variable_typedef_test: Fail # Issue 11467 | |
| 295 | |
| 296 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | |
| 297 super_call4_test: Fail, OK # hardcoded names. | |
| 298 | |
| 299 [ $minified ] | 221 [ $minified ] |
| 300 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 222 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 301 regress_21795_test: RuntimeError # Issue 12605 | 223 regress_21795_test: RuntimeError # Issue 12605 |
| 302 | 224 |
| 303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 225 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 304 # Detection of d8 runtime does not work on Windows so the runtime result is | 226 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 305 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 227 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 306 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 228 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 307 *deferred*: Pass,RuntimeError # Issue 17458 | 229 *deferred*: Pass,RuntimeError # Issue 17458 |
| 308 cha_deopt*: Pass,RuntimeError # Issue 17458 | 230 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| (...skipping 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2171 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield | 2093 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f
ield |
| 2172 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d | 2094 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel
d |
| 2173 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2095 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2174 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator | 2096 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene
rator |
| 2175 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 2097 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 2176 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. | 2098 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2177 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. | 2099 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new
C()` unhandled. |
| 2178 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 2100 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 2179 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block | 2101 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_
error=true;}): "on T" catch block |
| 2180 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator | 2102 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator |
| OLD | NEW |