| 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 && $csp ] | 5 [ $compiler == dart2js && $csp ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 symbol_literal_test/*: Fail # Issue 21825 | 9 symbol_literal_test/*: Fail # Issue 21825 |
| 10 constructor_duplicate_final_test/01: Fail # Issue 13363 | 10 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 | 187 |
| 188 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 188 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
| 189 # This test happens not to fail in minified, because the type-argument is | 189 # This test happens not to fail in minified, because the type-argument is |
| 190 # renamed, but the unresolved reference to it is not. | 190 # renamed, but the unresolved reference to it is not. |
| 191 type_variable_conflict2_test/04: Fail # Issue 19725 | 191 type_variable_conflict2_test/04: Fail # Issue 19725 |
| 192 | 192 |
| 193 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | 193 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] |
| 194 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 194 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 195 | 195 |
| 196 [ $compiler == dart2dart ] | 196 [ $compiler == dart2dart ] |
| 197 type_variable_conflict2_test/02: MissingCompileTimeError # Issue 19725 | |
| 198 type_variable_conflict2_test/06: MissingCompileTimeError # Issue 16180 | |
| 199 type_variable_conflict2_test/08: MissingCompileTimeError # Issue 16180 | |
| 200 type_variable_conflict2_test/10: MissingCompileTimeError # Issue 16180 | |
| 201 regress_13494_test: Fail # Issue 13494 | 197 regress_13494_test: Fail # Issue 13494 |
| 202 reify_typevar_static_test/00: MissingCompileTimeError # Issue 21566 | |
| 203 reify_typevar_static_test/01: MissingCompileTimeError # Issue 21566 | |
| 204 enum_const_test: Crash # Issue 21681 | 198 enum_const_test: Crash # Issue 21681 |
| 205 | 199 |
| 206 built_in_identifier_prefix_test: Fail # Issue 6972 | 200 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 207 constructor_initializer_test/none: Fail # Issue 12633 | 201 constructor_initializer_test/none: Fail # Issue 12633 |
| 208 | 202 |
| 209 # Mixins fail on the VM. | 203 # Mixins fail on the VM. |
| 210 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 204 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 211 | 205 |
| 212 # Calling unresolved class constructor: | 206 # Calling unresolved class constructor: |
| 213 call_nonexistent_constructor_test/01: Fail # Issue 13082 | 207 call_nonexistent_constructor_test/01: Fail # Issue 13082 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 | 255 |
| 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 256 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 263 super_call4_test: Fail, OK # hardcoded names. | 257 super_call4_test: Fail, OK # hardcoded names. |
| 264 | 258 |
| 265 [ $minified ] | 259 [ $minified ] |
| 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 260 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 267 | 261 |
| 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 262 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 269 *deferred*: Skip # Issue 17458 | 263 *deferred*: Skip # Issue 17458 |
| 270 cha_deopt*: Skip # Issue 17458 | 264 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |