| 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 ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 | 9 |
| 10 async_star_test/02: RuntimeError # 22853 | 10 async_star_test/02: RuntimeError # 22853 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] | 191 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] |
| 192 large_implicit_getter_test: Crash # Stack overflow | 192 large_implicit_getter_test: Crash # Stack overflow |
| 193 | 193 |
| 194 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] | 194 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] |
| 195 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 195 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 196 | 196 |
| 197 [ $compiler == dart2dart ] | 197 [ $compiler == dart2dart ] |
| 198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 201 await_for_cancel_test: RuntimeError # Issue 21404 | |
| 202 | 201 |
| 203 regress_13494_test: Fail # Issue 22370 | 202 regress_13494_test: Fail # Issue 22370 |
| 204 | 203 |
| 205 enum_duplicate_test/01: CompileTimeError # Issue 22169 | 204 enum_duplicate_test/01: CompileTimeError # Issue 22169 |
| 206 | 205 |
| 207 built_in_identifier_prefix_test: Fail # Issue 6972 | 206 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 208 constructor_initializer_test/none: Fail # Issue 12633 | 207 constructor_initializer_test/none: Fail # Issue 12633 |
| 209 | 208 |
| 210 # Mixins fail on the VM. | 209 # Mixins fail on the VM. |
| 211 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 210 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 264 super_call4_test: Fail, OK # hardcoded names. | 263 super_call4_test: Fail, OK # hardcoded names. |
| 265 | 264 |
| 266 [ $minified ] | 265 [ $minified ] |
| 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 268 regress_21795_test: RuntimeError # Issue 12605 | 267 regress_21795_test: RuntimeError # Issue 12605 |
| 269 | 268 |
| 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 271 *deferred*: Skip # Issue 17458 | 270 *deferred*: Skip # Issue 17458 |
| 272 cha_deopt*: Skip # Issue 17458 | 271 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |