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