| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 | 183 |
| 184 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 184 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 185 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 185 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 186 call_through_getter_test: Fail, OK | 186 call_through_getter_test: Fail, OK |
| 187 | 187 |
| 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 189 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 189 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 190 | 190 |
| 191 [ $compiler == dart2dart && $builder_tag == new_backend ] | 191 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 192 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 192 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 193 await_for_cancel_test: RuntimeError # Issue 23015 |
| 194 regress_22936_test/01: RuntimeError # Issue 23015 |
| 195 async_star_cancel_and_throw_in_finally_test: RuntimeError # Issue 23015 |
| 193 | 196 |
| 194 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] | 197 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] |
| 195 large_implicit_getter_test: Crash # Stack overflow | 198 large_implicit_getter_test: Crash # Stack overflow |
| 196 | 199 |
| 197 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] | 200 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] |
| 198 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 201 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 199 | 202 |
| 200 [ $compiler == dart2dart ] | 203 [ $compiler == dart2dart ] |
| 201 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 204 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 202 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 205 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 268 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 266 super_call4_test: Fail, OK # hardcoded names. | 269 super_call4_test: Fail, OK # hardcoded names. |
| 267 | 270 |
| 268 [ $minified ] | 271 [ $minified ] |
| 269 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 272 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 270 regress_21795_test: RuntimeError # Issue 12605 | 273 regress_21795_test: RuntimeError # Issue 12605 |
| 271 | 274 |
| 272 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 275 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 273 *deferred*: Skip # Issue 17458 | 276 *deferred*: Skip # Issue 17458 |
| 274 cha_deopt*: Skip # Issue 17458 | 277 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |