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 && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
7 | 7 |
8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
9 async_control_structures_test: CompileTimeError # Issue 21411 | 9 async_control_structures_test: CompileTimeError # Issue 21411 |
10 async_test/none: CompileTimeError # Issue 21411 | 10 async_test/none: CompileTimeError # Issue 21411 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | 201 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] |
202 # This test happens not to fail in minified, because the type-argument is | 202 # This test happens not to fail in minified, because the type-argument is |
203 # renamed, but the unresolved reference to it is not. | 203 # renamed, but the unresolved reference to it is not. |
204 type_variable_conflict2_test/04: Fail # Issue 19725 | 204 type_variable_conflict2_test/04: Fail # Issue 19725 |
205 | 205 |
206 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | 206 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] |
207 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 207 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
208 | 208 |
209 [ $compiler == dart2dart ] | 209 [ $compiler == dart2dart ] |
210 regress_13494_test: Fail # Issue 13494 | 210 regress_13494_test: Fail # Issue 13494 |
211 enum_const_test/01: Crash # Issue 21681 | |
212 enum_const_test/02: Crash # Issue 21681 | |
213 | 211 |
| 212 enum_duplicate_test/01: CompileTimeError # Issue 22169 |
214 | 213 |
215 built_in_identifier_prefix_test: Fail # Issue 6972 | 214 built_in_identifier_prefix_test: Fail # Issue 6972 |
216 constructor_initializer_test/none: Fail # Issue 12633 | 215 constructor_initializer_test/none: Fail # Issue 12633 |
217 | 216 |
218 # Mixins fail on the VM. | 217 # Mixins fail on the VM. |
219 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 218 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
220 | 219 |
221 # Calling unresolved class constructor: | 220 # Calling unresolved class constructor: |
222 call_nonexistent_constructor_test/01: Fail # Issue 13082 | 221 call_nonexistent_constructor_test/01: Fail # Issue 13082 |
223 call_nonexistent_constructor_test/02: Fail # Issue 13082 | 222 call_nonexistent_constructor_test/02: Fail # Issue 13082 |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 270 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
272 super_call4_test: Fail, OK # hardcoded names. | 271 super_call4_test: Fail, OK # hardcoded names. |
273 | 272 |
274 [ $minified ] | 273 [ $minified ] |
275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 274 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
276 regress_21795_test: RuntimeError # Issue 12605 | 275 regress_21795_test: RuntimeError # Issue 12605 |
277 | 276 |
278 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 277 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
279 *deferred*: Skip # Issue 17458 | 278 *deferred*: Skip # Issue 17458 |
280 cha_deopt*: Skip # Issue 17458 | 279 cha_deopt*: Skip # Issue 17458 |
OLD | NEW |