| 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 constructor_duplicate_final_test/01: Fail # Issue 13363 | 6 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 7 constructor_duplicate_final_test/02: Fail # Issue 13363 | 7 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 8 override_inheritance_mixed_test/08: Fail # Issue 18124 | 8 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 9 override_inheritance_mixed_test/09: Fail # Issue 18124 | 9 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 10 bad_constructor_test/05: CompileTimeError # Issue 13669 | 10 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 mixin_regress_13688_test: RuntimeError # Issue 13109. | 134 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 135 modulo_test: RuntimeError # Issue 15246 | 135 modulo_test: RuntimeError # Issue 15246 |
| 136 truncdiv_test: RuntimeError # Issue 15246 | 136 truncdiv_test: RuntimeError # Issue 15246 |
| 137 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 137 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 138 generic_closure_test: RuntimeError # Issue 12605 | 138 generic_closure_test: RuntimeError # Issue 12605 |
| 139 const_switch_test/02: RuntimeError # Issue 17960 | 139 const_switch_test/02: RuntimeError # Issue 17960 |
| 140 const_switch_test/04: RuntimeError # Issue 17960 | 140 const_switch_test/04: RuntimeError # Issue 17960 |
| 141 | 141 |
| 142 deferred_constant_list_test: RuntimeError # Issue 21293 | 142 deferred_constant_list_test: RuntimeError # Issue 21293 |
| 143 | 143 |
| 144 enum_const_test: RuntimeError # Issue 21817 |
| 145 |
| 144 # Compilation errors. | 146 # Compilation errors. |
| 145 const_var_test: CompileTimeError # Issue 12793 | 147 const_var_test: CompileTimeError # Issue 12793 |
| 146 map_literal3_test: CompileTimeError # Issue 12793 | 148 map_literal3_test: CompileTimeError # Issue 12793 |
| 147 method_override5_test: RuntimeError # Issue 12809 | 149 method_override5_test: RuntimeError # Issue 12809 |
| 148 external_test/10: CompileTimeError # Issue 12887 | 150 external_test/10: CompileTimeError # Issue 12887 |
| 149 external_test/13: CompileTimeError # Issue 12887 | 151 external_test/13: CompileTimeError # Issue 12887 |
| 150 external_test/20: CompileTimeError # Issue 12887 | 152 external_test/20: CompileTimeError # Issue 12887 |
| 151 list_literal4_test: RuntimeError # Issue 12890 | 153 list_literal4_test: RuntimeError # Issue 12890 |
| 152 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 154 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 153 | 155 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 | 260 |
| 259 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 261 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 260 super_call4_test: Fail, OK # hardcoded names. | 262 super_call4_test: Fail, OK # hardcoded names. |
| 261 | 263 |
| 262 [ $minified ] | 264 [ $minified ] |
| 263 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 265 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 264 | 266 |
| 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 267 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 266 *deferred*: Skip # Issue 17458 | 268 *deferred*: Skip # Issue 17458 |
| 267 cha_deopt*: Skip # Issue 17458 | 269 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |