| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 45 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 46 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 | 47 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 |
| 48 malbounded_instantiation_test/01: Fail # Issue 12702 | 48 malbounded_instantiation_test/01: Fail # Issue 12702 |
| 49 malbounded_type_cast_test: Fail # Issue 14121 | 49 malbounded_type_cast_test: Fail # Issue 14121 |
| 50 malbounded_type_test_test/03: Fail # Issue 14121 | 50 malbounded_type_test_test/03: Fail # Issue 14121 |
| 51 malbounded_type_test_test/04: Fail # Issue 14121 | 51 malbounded_type_test_test/04: Fail # Issue 14121 |
| 52 default_factory2_test/01: Fail # Issue 14121 | 52 default_factory2_test/01: Fail # Issue 14121 |
| 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 | 56 |
| 56 [ $compiler == dart2js && $unchecked ] | 57 [ $compiler == dart2js && $unchecked ] |
| 57 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 58 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 58 assertion_test: RuntimeError # Issue 12748 | 59 assertion_test: RuntimeError # Issue 12748 |
| 59 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | 60 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
| 60 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | 61 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
| 61 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 62 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 62 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. | 63 list_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 63 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. | 64 map_literal1_test/01: MissingCompileTimeError, OK # Checked mode test. |
| 64 compile_time_constant_checked_test/02: MissingCompileTimeError, OK | 65 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 132 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 132 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 133 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 133 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 134 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 134 metadata_test: CompileTimeError # Issue 5841 | 135 metadata_test: CompileTimeError # Issue 5841 |
| 135 infinity_test: RuntimeError # Issue 4984 | 136 infinity_test: RuntimeError # Issue 4984 |
| 136 positive_bit_operations_test: RuntimeError # Issue 12795 | 137 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 137 mixin_mixin2_test: RuntimeError # Issue 13109. | 138 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 138 mixin_mixin3_test: RuntimeError # Issue 13109. | 139 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 139 mixin_mixin7_test: RuntimeError # Issue 13109. | 140 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 140 mixin_regress_13688_test: RuntimeError # Issue 13109. | 141 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 142 mixin_mixin_bound_test: RuntimeError # Issue 13109. |
| 143 mixin_mixin_bound2_test: RuntimeError # Issue 13109. |
| 141 modulo_test: RuntimeError # Issue 15246 | 144 modulo_test: RuntimeError # Issue 15246 |
| 142 truncdiv_test: RuntimeError # Issue 15246 | 145 truncdiv_test: RuntimeError # Issue 15246 |
| 143 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 146 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 144 | 147 |
| 145 # Compilation errors. | 148 # Compilation errors. |
| 146 const_var_test: CompileTimeError # Issue 12793 | 149 const_var_test: CompileTimeError # Issue 12793 |
| 147 map_literal3_test: CompileTimeError # Issue 12793 | 150 map_literal3_test: CompileTimeError # Issue 12793 |
| 148 method_override5_test: RuntimeError # Issue 12809 | 151 method_override5_test: RuntimeError # Issue 12809 |
| 149 external_test/13: CompileTimeError # Issue 12887 | 152 external_test/13: CompileTimeError # Issue 12887 |
| 150 list_literal4_test: RuntimeError # Issue 12890 | 153 list_literal4_test: RuntimeError # Issue 12890 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 super_call4_test: Fail, OK # hardcoded names. | 319 super_call4_test: Fail, OK # hardcoded names. |
| 317 | 320 |
| 318 [ $minified ] | 321 [ $minified ] |
| 319 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. |
| 320 | 323 |
| 321 [ $runtime == ie9 ] | 324 [ $runtime == ie9 ] |
| 322 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 325 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 323 | 326 |
| 324 [ $compiler == dart2js && $host_checked ] | 327 [ $compiler == dart2js && $host_checked ] |
| 325 const_factory_with_body_test/01: Crash | 328 const_factory_with_body_test/01: Crash |
| OLD | NEW |