| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 | 197 |
| 198 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 198 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 199 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 199 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 200 call_through_getter_test: Fail, OK | 200 call_through_getter_test: Fail, OK |
| 201 | 201 |
| 202 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 202 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 203 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 203 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 204 | 204 |
| 205 [ $compiler == dart2dart && $builder_tag == new_backend ] | 205 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 206 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 206 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 207 await_for_cancel_test: RuntimeError # Issue 23015 | |
| 208 regress_22936_test/01: RuntimeError # Issue 23015 | |
| 209 async_star_cancel_and_throw_in_finally_test: RuntimeError # Issue 23015 | |
| 210 | 207 |
| 211 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] | 208 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] |
| 212 large_implicit_getter_test: Crash # Stack overflow | 209 large_implicit_getter_test: Crash # Stack overflow |
| 213 | 210 |
| 214 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] | 211 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ] |
| 215 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 212 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 216 | 213 |
| 217 [ $compiler == dart2dart ] | 214 [ $compiler == dart2dart ] |
| 218 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 215 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 219 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 216 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 285 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 289 regress_21795_test: RuntimeError # Issue 12605 | 286 regress_21795_test: RuntimeError # Issue 12605 |
| 290 | 287 |
| 291 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 288 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 292 # Detection of d8 runtime does not work on Windows so the runtime result is | 289 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 293 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 290 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 294 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 291 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 295 *deferred*: Pass,RuntimeError # Issue 17458 | 292 *deferred*: Pass,RuntimeError # Issue 17458 |
| 296 cha_deopt*: Pass,RuntimeError # Issue 17458 | 293 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 297 regress_22443_test: Pass,RuntimeError # Issue 17458 | 294 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| OLD | NEW |