| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 | 184 |
| 185 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 185 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 186 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 186 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 187 | 187 |
| 188 [ $compiler == dart2dart && $builder_tag == new_backend ] | 188 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 189 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 189 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 190 | 190 |
| 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 && $builder_tag == new_backend && $minified == true ] | 194 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] |
| 195 # This test fails in minified, because the type-argument is | |
| 196 # renamed, but the symbol naming it it is not. | |
| 197 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | |
| 198 | |
| 199 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] | |
| 200 # This test happens not to fail in minified, because the type-argument is | |
| 201 # renamed, but the unresolved reference to it is not. | |
| 202 type_variable_conflict2_test/04: Fail # Issue 19725 | |
| 203 | |
| 204 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ] | |
| 205 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 195 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 206 | 196 |
| 207 [ $compiler == dart2dart ] | 197 [ $compiler == dart2dart ] |
| 208 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 209 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 210 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 211 await_for_cancel_test: RuntimeError # Issue 21404 | 201 await_for_cancel_test: RuntimeError # Issue 21404 |
| 212 | 202 |
| 213 regress_13494_test: Fail # Issue 22370 | 203 regress_13494_test: Fail # Issue 22370 |
| 214 | 204 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 274 super_call4_test: Fail, OK # hardcoded names. | 264 super_call4_test: Fail, OK # hardcoded names. |
| 275 | 265 |
| 276 [ $minified ] | 266 [ $minified ] |
| 277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 278 regress_21795_test: RuntimeError # Issue 12605 | 268 regress_21795_test: RuntimeError # Issue 12605 |
| 279 | 269 |
| 280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 281 *deferred*: Skip # Issue 17458 | 271 *deferred*: Skip # Issue 17458 |
| 282 cha_deopt*: Skip # Issue 17458 | 272 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |