| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 189 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 190 | 190 |
| 191 [ $compiler == dart2dart ] | 191 [ $compiler == dart2dart ] |
| 192 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 | 192 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 |
| 193 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 | 193 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 |
| 194 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 | 194 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 |
| 195 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 | 195 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 |
| 196 regress_13494_test: Fail # Issue 13494 | 196 regress_13494_test: Fail # Issue 13494 |
| 197 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21566 | 197 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21566 |
| 198 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 | 198 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 |
| 199 enum_const_test: Crash # Issue 21681 |
| 199 | 200 |
| 200 built_in_identifier_prefix_test: Fail # Issue 6972 | 201 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 201 constructor_initializer_test/none: Fail # Issue 12633 | 202 constructor_initializer_test/none: Fail # Issue 12633 |
| 202 | 203 |
| 203 # Mixins fail on the VM. | 204 # Mixins fail on the VM. |
| 204 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 205 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 205 | 206 |
| 206 # Calling unresolved class constructor: | 207 # Calling unresolved class constructor: |
| 207 call_nonexistent_constructor_test/01: Fail # Issue 13082 | 208 call_nonexistent_constructor_test/01: Fail # Issue 13082 |
| 208 call_nonexistent_constructor_test/02: Fail # Issue 13082 | 209 call_nonexistent_constructor_test/02: Fail # Issue 13082 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 | 258 |
| 258 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 259 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 259 super_call4_test: Fail, OK # hardcoded names. | 260 super_call4_test: Fail, OK # hardcoded names. |
| 260 | 261 |
| 261 [ $minified ] | 262 [ $minified ] |
| 262 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 263 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 263 | 264 |
| 264 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 265 *deferred*: Skip # Issue 17458 | 266 *deferred*: Skip # Issue 17458 |
| 266 cha_deopt*: Skip # Issue 17458 | 267 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |