| 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 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 malformed2_test/01: MissingCompileTimeError, OK | 75 malformed2_test/01: MissingCompileTimeError, OK |
| 76 generic_test: RuntimeError, OK | 76 generic_test: RuntimeError, OK |
| 77 named_parameters_type_test/01: MissingRuntimeError, OK | 77 named_parameters_type_test/01: MissingRuntimeError, OK |
| 78 named_parameters_type_test/02: MissingRuntimeError, OK | 78 named_parameters_type_test/02: MissingRuntimeError, OK |
| 79 named_parameters_type_test/03: MissingRuntimeError, OK | 79 named_parameters_type_test/03: MissingRuntimeError, OK |
| 80 positional_parameters_type_test/01: MissingRuntimeError, OK | 80 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 81 positional_parameters_type_test/02: MissingRuntimeError, OK | 81 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 82 issue13474_test: RuntimeError, OK | 82 issue13474_test: RuntimeError, OK |
| 83 | 83 |
| 84 [ $compiler == dart2js && $minified ] | 84 [ $compiler == dart2js && $minified ] |
| 85 cyclic_type_test: Fail # Issue 12605. |
| 85 f_bounded_quantification4_test: Fail # Issue 12605. | 86 f_bounded_quantification4_test: Fail # Issue 12605. |
| 86 f_bounded_quantification5_test: Fail # Issue 12605. | 87 f_bounded_quantification5_test: Fail # Issue 12605. |
| 87 mixin_generic_test: Fail # Issue 12605. | 88 mixin_generic_test: Fail # Issue 12605. |
| 88 mixin_mixin2_test: Fail # Issue 12605. | 89 mixin_mixin2_test: Fail # Issue 12605. |
| 89 mixin_mixin3_test: Fail # Issue 12605. | 90 mixin_mixin3_test: Fail # Issue 12605. |
| 90 mixin_mixin4_test: Fail # Issue 12605. | 91 mixin_mixin4_test: Fail # Issue 12605. |
| 91 mixin_mixin5_test: Fail # Issue 12605. | 92 mixin_mixin5_test: Fail # Issue 12605. |
| 92 mixin_mixin6_test: Fail # Issue 12605. | 93 mixin_mixin6_test: Fail # Issue 12605. |
| 93 | 94 |
| 94 [ $compiler == dart2js ] | 95 [ $compiler == dart2js ] |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 method_invocation_test: Fail | 192 method_invocation_test: Fail |
| 192 stack_overflow_test: Fail | 193 stack_overflow_test: Fail |
| 193 stack_overflow_stacktrace_test: Fail | 194 stack_overflow_stacktrace_test: Fail |
| 194 closure_call_wrong_argument_count_negative_test: Skip | 195 closure_call_wrong_argument_count_negative_test: Skip |
| 195 label_test: Skip | 196 label_test: Skip |
| 196 | 197 |
| 197 | 198 |
| 198 [ $compiler == dart2dart ] | 199 [ $compiler == dart2dart ] |
| 199 regress_13494_test: Fail # Issue 13494 | 200 regress_13494_test: Fail # Issue 13494 |
| 200 malformed_test/none: CompileTimeError # Issue 12695 | 201 malformed_test/none: CompileTimeError # Issue 12695 |
| 201 mixin_regress_13688_test: RuntimeError # Issue 15244 | |
| 202 mixin_super_constructor_named_test: Fail # Issue 12631 | 202 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 203 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 203 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 204 | 204 |
| 205 built_in_identifier_prefix_test: Fail # Issue 6972 | 205 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 206 constructor_initializer_test/none: Fail # Issue 12633 | 206 constructor_initializer_test/none: Fail # Issue 12633 |
| 207 factory3_test: Fail # Issue 13077 | 207 factory3_test: Fail # Issue 13077 |
| 208 redirecting_factory_long_test: Fail # Issue 13077 | 208 redirecting_factory_long_test: Fail # Issue 13077 |
| 209 type_checks_in_factory_method_test: Fail # Issue 12747 | 209 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 210 | 210 |
| 211 # Mixins fail on the VM. | 211 # Mixins fail on the VM. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 factory_redirection_test/02: Crash # Issue 12753 | 259 factory_redirection_test/02: Crash # Issue 12753 |
| 260 factory_redirection_test/03: Crash # Issue 12753 | 260 factory_redirection_test/03: Crash # Issue 12753 |
| 261 factory_redirection_test/09: Fail # Issue 12753 | 261 factory_redirection_test/09: Fail # Issue 12753 |
| 262 | 262 |
| 263 malbounded_type_literal_test: Fail # Issue 13960 | 263 malbounded_type_literal_test: Fail # Issue 13960 |
| 264 | 264 |
| 265 # DartVM problem. | 265 # DartVM problem. |
| 266 constructor5_test: Fail | 266 constructor5_test: Fail |
| 267 constructor6_test: Fail | 267 constructor6_test: Fail |
| 268 closure_in_initializer_test: Fail | 268 closure_in_initializer_test: Fail |
| 269 f_bounded_equality_test: RuntimeError # Issue 14000 | |
| 270 | 269 |
| 271 # Minified mode failures. | 270 # Minified mode failures. |
| 272 | 271 |
| 273 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 272 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 274 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 273 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 275 | 274 |
| 276 # Only checked mode reports an error on type assignment | 275 # Only checked mode reports an error on type assignment |
| 277 # problems in compile time constants. | 276 # problems in compile time constants. |
| 278 compile_time_constant_checked_test/02: Fail, OK | 277 compile_time_constant_checked_test/02: Fail, OK |
| 279 compile_time_constant_checked2_test/01: Fail, OK | 278 compile_time_constant_checked2_test/01: Fail, OK |
| (...skipping 10 matching lines...) Expand all Loading... |
| 290 compile_time_constant_checked3_test/06: Fail, OK | 289 compile_time_constant_checked3_test/06: Fail, OK |
| 291 malformed2_test/01: Fail, OK | 290 malformed2_test/01: Fail, OK |
| 292 | 291 |
| 293 [ $compiler == dart2dart && $checked ] | 292 [ $compiler == dart2dart && $checked ] |
| 294 # Dart VM problems | 293 # Dart VM problems |
| 295 malbounded_type_cast_test: Fail # Issue 14123 | 294 malbounded_type_cast_test: Fail # Issue 14123 |
| 296 malbounded_type_test_test/01: Fail # Issue 14131 | 295 malbounded_type_test_test/01: Fail # Issue 14131 |
| 297 malbounded_instantiation_test/01: Fail # Issue 14132 | 296 malbounded_instantiation_test/01: Fail # Issue 14132 |
| 298 | 297 |
| 299 [ $compiler == dart2dart && $minified ] | 298 [ $compiler == dart2dart && $minified ] |
| 299 cyclic_type_test: Fail # Issue 12605. |
| 300 super_getter_setter_test: Fail # Issue 11065. | 300 super_getter_setter_test: Fail # Issue 11065. |
| 301 f_bounded_quantification4_test: Fail # Issue 12605. | 301 f_bounded_quantification4_test: Fail # Issue 12605. |
| 302 f_bounded_quantification5_test: Fail # Issue 12605. | 302 f_bounded_quantification5_test: Fail # Issue 12605. |
| 303 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 303 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 304 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 304 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 305 no_such_method_test: Pass, Fail # Issue 13078 | 305 no_such_method_test: Pass, Fail # Issue 13078 |
| 306 | 306 |
| 307 import_core_prefix_test: Pass | 307 import_core_prefix_test: Pass |
| 308 prefix22_test: Pass | 308 prefix22_test: Pass |
| 309 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 309 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 310 super_call4_test: Fail, OK # hardcoded names. | 310 super_call4_test: Fail, OK # hardcoded names. |
| 311 | 311 |
| 312 [ $minified ] | 312 [ $minified ] |
| 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 314 | 314 |
| 315 [ $runtime == ie9 ] | 315 [ $runtime == ie9 ] |
| 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 317 | 317 |
| 318 [ $compiler == dart2js && $host_checked ] | 318 [ $compiler == dart2js && $host_checked ] |
| 319 const_factory_with_body_test/01: Crash | 319 const_factory_with_body_test/01: Crash |
| OLD | NEW |