| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875 | 53 typevariable_substitution2_test/01: CompileTimeError # Issue 15875 |
| 54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875 | 54 typevariable_substitution2_test/02: CompileTimeError # Issue 15875 |
| 55 mixin_bound_test: CompileTimeError # Issue 15875 | 55 mixin_bound_test: CompileTimeError # Issue 15875 |
| 56 | 56 |
| 57 [ $compiler == dart2js && $unchecked ] | 57 [ $compiler == dart2js && $unchecked ] |
| 58 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 58 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 59 assertion_test: RuntimeError # Issue 12748 | 59 assertion_test: RuntimeError # Issue 12748 |
| 60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
| 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
| 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 63 generic_test: RuntimeError, OK | 63 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 64 named_parameters_type_test/01: MissingRuntimeError, OK | 64 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 65 named_parameters_type_test/02: MissingRuntimeError, OK | |
| 66 named_parameters_type_test/03: MissingRuntimeError, OK | |
| 67 positional_parameters_type_test/01: MissingRuntimeError, OK | |
| 68 positional_parameters_type_test/02: MissingRuntimeError, OK | |
| 69 issue13474_test: RuntimeError, OK | |
| 70 | |
| 71 [ $compiler == dart2js && $unchecked ] | |
| 72 # This section is for tests that intentionally have incompatible behavior in | |
| 73 # unchecked and checked mode. For instance tests for type errors in compile | |
| 74 # time constants, which cause static type warnings in unchecked mode and | |
| 75 # compile-time errors in checked mode. -- Issue 16411. | |
| 76 compile_time_constant_checked_test/02: MissingCompileTimeError, OK | 65 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
| 77 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK | 66 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK |
| 78 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK | 67 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK |
| 79 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK | 68 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK |
| 80 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK | 69 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK |
| 81 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK | 70 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK |
| 82 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK | 71 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK |
| 83 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK | 72 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK |
| 84 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK | 73 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK |
| 85 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK | 74 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
| 86 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK | 75 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
| 87 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK | 76 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
| 88 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK | 77 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
| 89 malformed2_test/01: MissingCompileTimeError, OK | 78 malformed2_test/01: MissingCompileTimeError, OK |
| 90 list_literal1_test/01: MissingCompileTimeError, OK | 79 generic_test: RuntimeError, OK |
| 91 map_literal1_test/01: MissingCompileTimeError, OK | 80 named_parameters_type_test/01: MissingRuntimeError, OK |
| 92 const_constructor2_test/13: MissingCompileTimeError, OK | 81 named_parameters_type_test/02: MissingRuntimeError, OK |
| 93 const_constructor2_test/14: MissingCompileTimeError, OK | 82 named_parameters_type_test/03: MissingRuntimeError, OK |
| 94 const_constructor2_test/15: MissingCompileTimeError, OK | 83 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 95 const_constructor2_test/16: MissingCompileTimeError, OK | 84 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 96 const_constructor2_test/17: MissingCompileTimeError, OK | 85 issue13474_test: RuntimeError, OK |
| 97 const_constructor2_test/20: MissingCompileTimeError, OK | |
| 98 const_constructor2_test/22: MissingCompileTimeError, OK | |
| 99 const_constructor2_test/24: MissingCompileTimeError, OK | |
| 100 | 86 |
| 101 [ $compiler == dart2js && $minified ] | 87 [ $compiler == dart2js && $minified ] |
| 102 cyclic_type_test: Fail # Issue 12605 | 88 cyclic_type_test: Fail # Issue 12605 |
| 103 cyclic_type2_test: Fail # Issue 12605 | 89 cyclic_type2_test: Fail # Issue 12605 |
| 104 f_bounded_quantification4_test: Fail # Issue 12605 | 90 f_bounded_quantification4_test: Fail # Issue 12605 |
| 105 f_bounded_quantification5_test: Fail # Issue 12605 | 91 f_bounded_quantification5_test: Fail # Issue 12605 |
| 106 mixin_generic_test: Fail # Issue 12605 | 92 mixin_generic_test: Fail # Issue 12605 |
| 107 mixin_mixin2_test: Fail # Issue 12605 | 93 mixin_mixin2_test: Fail # Issue 12605 |
| 108 mixin_mixin3_test: Fail # Issue 12605 | 94 mixin_mixin3_test: Fail # Issue 12605 |
| 109 mixin_mixin4_test: Fail # Issue 12605 | 95 mixin_mixin4_test: Fail # Issue 12605 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 constructor5_test: Fail | 272 constructor5_test: Fail |
| 287 constructor6_test: Fail | 273 constructor6_test: Fail |
| 288 closure_in_initializer_test: Fail | 274 closure_in_initializer_test: Fail |
| 289 | 275 |
| 290 # Minified mode failures. | 276 # Minified mode failures. |
| 291 | 277 |
| 292 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 278 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 293 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 279 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 294 | 280 |
| 295 # Only checked mode reports an error on type assignment | 281 # Only checked mode reports an error on type assignment |
| 296 # problems in compile time constants. -- Issue 16411. | 282 # problems in compile time constants. |
| 297 compile_time_constant_checked_test/02: Fail, OK | 283 compile_time_constant_checked_test/02: Fail, OK |
| 298 compile_time_constant_checked2_test/01: Fail, OK | 284 compile_time_constant_checked2_test/01: Fail, OK |
| 299 compile_time_constant_checked2_test/02: Fail, OK | 285 compile_time_constant_checked2_test/02: Fail, OK |
| 300 compile_time_constant_checked2_test/03: Fail, OK | 286 compile_time_constant_checked2_test/03: Fail, OK |
| 301 compile_time_constant_checked2_test/04: Fail, OK | 287 compile_time_constant_checked2_test/04: Fail, OK |
| 302 compile_time_constant_checked2_test/05: Fail, OK | 288 compile_time_constant_checked2_test/05: Fail, OK |
| 303 compile_time_constant_checked2_test/06: Fail, OK | 289 compile_time_constant_checked2_test/06: Fail, OK |
| 304 compile_time_constant_checked3_test/01: Fail, OK | 290 compile_time_constant_checked3_test/01: Fail, OK |
| 305 compile_time_constant_checked3_test/02: Fail, OK | 291 compile_time_constant_checked3_test/02: Fail, OK |
| 306 compile_time_constant_checked3_test/03: Fail, OK | 292 compile_time_constant_checked3_test/03: Fail, OK |
| 307 compile_time_constant_checked3_test/04: Fail, OK | 293 compile_time_constant_checked3_test/04: Fail, OK |
| 308 compile_time_constant_checked3_test/05: Fail, OK | 294 compile_time_constant_checked3_test/05: Fail, OK |
| 309 compile_time_constant_checked3_test/06: Fail, OK | 295 compile_time_constant_checked3_test/06: Fail, OK |
| 310 malformed2_test/01: Fail, OK | 296 malformed2_test/01: Fail, OK |
| 311 const_constructor2_test/13: Fail, OK | |
| 312 const_constructor2_test/14: Fail, OK | |
| 313 const_constructor2_test/15: Fail, OK | |
| 314 const_constructor2_test/16: Fail, OK | |
| 315 const_constructor2_test/17: Fail, OK | |
| 316 const_constructor2_test/20: Fail, OK | |
| 317 const_constructor2_test/22: Fail, OK | |
| 318 const_constructor2_test/24: Fail, OK | |
| 319 | 297 |
| 320 [ $compiler == dart2dart && $checked ] | 298 [ $compiler == dart2dart && $checked ] |
| 321 # Dart VM problems | 299 # Dart VM problems |
| 322 malbounded_type_cast_test: Fail # Issue 14123 | 300 malbounded_type_cast_test: Fail # Issue 14123 |
| 323 malbounded_type_test_test/01: Fail # Issue 14131 | 301 malbounded_type_test_test/01: Fail # Issue 14131 |
| 324 malbounded_instantiation_test/01: Fail # Issue 14132 | 302 malbounded_instantiation_test/01: Fail # Issue 14132 |
| 325 | 303 |
| 326 [ $compiler == dart2dart && $minified ] | 304 [ $compiler == dart2dart && $minified ] |
| 327 cyclic_type_test: Fail # Issue 12605. | 305 cyclic_type_test: Fail # Issue 12605. |
| 328 cyclic_type2_test: Fail # Issue 12605. | 306 cyclic_type2_test: Fail # Issue 12605. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 341 super_call4_test: Fail, OK # hardcoded names. | 319 super_call4_test: Fail, OK # hardcoded names. |
| 342 | 320 |
| 343 [ $minified ] | 321 [ $minified ] |
| 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 322 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 345 | 323 |
| 346 [ $runtime == ie9 ] | 324 [ $runtime == ie9 ] |
| 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 325 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 348 | 326 |
| 349 [ $compiler == dart2js && $host_checked ] | 327 [ $compiler == dart2js && $host_checked ] |
| 350 const_factory_with_body_test/01: Crash | 328 const_factory_with_body_test/01: Crash |
| OLD | NEW |