| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 override_inheritance_mixed_test/08: Fail # Issue 18124 | 6 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 7 override_inheritance_mixed_test/09: Fail # Issue 18124 | 7 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 8 bad_constructor_test/05: CompileTimeError # Issue 13669 | 8 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 call_through_null_getter_test: Fail | 174 call_through_null_getter_test: Fail |
| 175 closure3_test: Fail | 175 closure3_test: Fail |
| 176 execute_finally3_test: Fail | 176 execute_finally3_test: Fail |
| 177 method_invocation_test: Fail | 177 method_invocation_test: Fail |
| 178 stack_overflow_test: Fail | 178 stack_overflow_test: Fail |
| 179 stack_overflow_stacktrace_test: Fail | 179 stack_overflow_stacktrace_test: Fail |
| 180 closure_call_wrong_argument_count_negative_test: Skip | 180 closure_call_wrong_argument_count_negative_test: Skip |
| 181 label_test: Skip | 181 label_test: Skip |
| 182 | 182 |
| 183 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 183 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 184 dynamic_test: RuntimeError # Issue 19751 | |
| 185 | |
| 186 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | |
| 187 # This test happens not to fail in minified, because the type-argument is | 184 # This test happens not to fail in minified, because the type-argument is |
| 188 # renamed, but the unresolved reference to it is not. | 185 # renamed, but the unresolved reference to it is not. |
| 189 type_variable_conflict2_test/04: Fail # Issue 19725 | 186 type_variable_conflict2_test/04: Fail # Issue 19725 |
| 190 | 187 |
| 191 [ $compiler == dart2dart ] | 188 [ $compiler == dart2dart ] |
| 192 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 | 189 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 |
| 193 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 | 190 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 |
| 194 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 | 191 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 |
| 195 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 | 192 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 |
| 196 regress_13494_test: Fail # Issue 13494 | 193 regress_13494_test: Fail # Issue 13494 |
| 197 mixin_super_constructor_named_test: Fail # Issue 12631 | 194 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 198 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 195 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 199 | 196 |
| 200 built_in_identifier_prefix_test: Fail # Issue 6972 | 197 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 201 constructor_initializer_test/none: Fail # Issue 12633 | 198 constructor_initializer_test/none: Fail # Issue 12633 |
| 202 factory3_test: Fail # Issue 13077 | |
| 203 redirecting_factory_long_test: Fail # Issue 13077 | |
| 204 type_checks_in_factory_method_test: Fail # Issue 12747 | |
| 205 | 199 |
| 206 # Mixins fail on the VM. | 200 # Mixins fail on the VM. |
| 207 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 201 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| 208 | 202 |
| 209 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 203 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 210 | 204 |
| 211 # Calling unresolved class constructor: | 205 # Calling unresolved class constructor: |
| 212 call_nonexistent_constructor_test/01: Fail # Issue 13082 | 206 call_nonexistent_constructor_test/01: Fail # Issue 13082 |
| 213 call_nonexistent_constructor_test/02: Fail # Issue 13082 | 207 call_nonexistent_constructor_test/02: Fail # Issue 13082 |
| 214 | 208 |
| 215 bad_override_test/01: Fail # Issue 11496 | 209 bad_override_test/01: Fail # Issue 11496 |
| 216 bad_override_test/02: Fail # Issue 11496 | 210 bad_override_test/02: Fail # Issue 11496 |
| 217 | 211 |
| 218 constructor_named_arguments_test/01: Fail # Issue 5519 | 212 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 219 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 213 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 220 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 214 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 221 not_enough_positional_arguments_test/05: Fail # Issue 12839 | 215 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 222 | 216 |
| 223 metadata_test: Fail # Issue 12762 | 217 metadata_test: Fail # Issue 12762 |
| 224 const_evaluation_test/01: Fail # Issue 12762 | 218 const_evaluation_test/01: Fail # Issue 12762 |
| 225 const_var_test: CompileTimeError # Issue 12794 | 219 const_var_test: CompileTimeError # Issue 12794 |
| 226 map_literal3_test: Fail # Issue 12794 | 220 map_literal3_test: Fail # Issue 12794 |
| 227 external_test/13: Fail # Issue 12888 | 221 external_test/13: Fail # Issue 12888 |
| 228 built_in_identifier_test/01: Fail # Issue 13022 | 222 built_in_identifier_test/01: Fail # Issue 13022 |
| 229 method_override4_test: Fail # Issue 12810 | 223 method_override4_test: Fail # Issue 12810 |
| 230 method_override5_test: Fail # Issue 12810 | 224 method_override5_test: Fail # Issue 12810 |
| 231 scope_variable_test/01: Fail # Issue 13016 | 225 scope_variable_test/01: Fail # Issue 13016 |
| 232 factory_redirection_test/01: Fail # Issue 12753 | 226 factory_redirection_test/01: Fail # Issue 12753 |
| 233 factory_redirection_test/02: Crash # Issue 12753 | |
| 234 factory_redirection_test/03: Crash # Issue 12753 | |
| 235 factory_redirection_test/09: Fail # Issue 12753 | |
| 236 | 227 |
| 237 # DartVM problem. | 228 # DartVM problem. |
| 238 constructor5_test: Fail | 229 constructor5_test: Fail |
| 239 constructor6_test: Fail | 230 constructor6_test: Fail |
| 240 closure_in_initializer_test: Fail | 231 closure_in_initializer_test: Fail |
| 241 | 232 |
| 242 # Minified mode failures. | 233 # Minified mode failures. |
| 243 | 234 |
| 244 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 235 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 245 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 236 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 246 | 237 |
| 247 deferred*: skip # Issue 17523 | 238 deferred*: skip # Issue 17523 |
| 248 cha_deopt1_test: skip # Issue 17523 | 239 cha_deopt1_test: skip # Issue 17523 |
| 249 cha_deopt2_test: skip # Issue 17523 | 240 cha_deopt2_test: skip # Issue 17523 |
| 250 cha_deopt3_test: skip # Issue 17523 | 241 cha_deopt3_test: skip # Issue 17523 |
| 251 | 242 |
| 252 [ $compiler == dart2dart && $minified ] | 243 [ $compiler == dart2dart && $minified ] |
| 253 cyclic_type_test/0*: Fail # Issue 12605. | 244 cyclic_type_test/0*: Fail # Issue 12605. |
| 254 cyclic_type2_test: Fail # Issue 12605. | 245 cyclic_type2_test: Fail # Issue 12605. |
| 255 super_getter_setter_test: Fail # Issue 11065. | 246 super_getter_setter_test: Fail # Issue 11065. |
| 256 f_bounded_quantification4_test: Fail # Issue 12605. | 247 f_bounded_quantification4_test: Fail # Issue 12605. |
| 257 f_bounded_quantification5_test: Fail # Issue 12605. | 248 f_bounded_quantification5_test: Fail # Issue 12605. |
| 258 type_variable_typedef_test: Fail # Issue 11467 | 249 type_variable_typedef_test: Fail # Issue 11467 |
| 259 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | |
| 260 | 250 |
| 261 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 251 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 262 super_call4_test: Fail, OK # hardcoded names. | 252 super_call4_test: Fail, OK # hardcoded names. |
| 263 | 253 |
| 264 [ $minified ] | 254 [ $minified ] |
| 265 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 255 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 266 | 256 |
| 267 [ $runtime == ie9 ] | 257 [ $runtime == ie9 ] |
| 268 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 258 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 269 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126
35 | 259 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126
35 |
| 270 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 | 260 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 |
| 271 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 | 261 deferred_no_such_method_test*: Fail, Pass # http://dartbug.com/12635 |
| 272 deferred_constraints_type_annotation_old_syntax_test/*: Fail, Pass # http://dart
bug.com/12635 | 262 deferred_constraints_type_annotation_old_syntax_test/*: Fail, Pass # http://dart
bug.com/12635 |
| 273 deferred_constraints_constants_old_syntax_test/*: Fail, Pass # http://dartbug.co
m/12635 | 263 deferred_constraints_constants_old_syntax_test/*: Fail, Pass # http://dartbug.co
m/12635 |
| 274 deferred_shadow_load_library_test: Fail, Pass # Issue 17807 | 264 deferred_shadow_load_library_test: Fail, Pass # Issue 17807 |
| 275 deferred_closurize_load_library_test: Fail, Pass # Issue 17807 | 265 deferred_closurize_load_library_test: Fail, Pass # Issue 17807 |
| 276 | 266 |
| 277 [ ($compiler == dart2js && $csp)] | 267 [ ($compiler == dart2js && $csp)] |
| 278 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 268 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 279 deferred_constraints_constants_test/*: Skip # Issue 16898 | 269 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 280 deferred_no_such_method_test*: Skip # Issue 16898 | 270 deferred_no_such_method_test*: Skip # Issue 16898 |
| 281 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 271 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 282 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 272 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 283 | 273 |
| 284 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 274 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 285 *deferred*: Skip # Issue 17458 | 275 *deferred*: Skip # Issue 17458 |
| OLD | NEW |