| 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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
| 7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
| 8 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
| 9 | 9 |
| 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 236 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 237 call_through_getter_test: Fail, OK | 237 call_through_getter_test: Fail, OK |
| 238 | 238 |
| 239 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 239 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 240 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 240 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 241 | 241 |
| 242 [ $minified ] | 242 [ $minified ] |
| 243 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 243 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 244 regress_21795_test: RuntimeError # Issue 12605 | 244 regress_21795_test: RuntimeError # Issue 12605 |
| 245 | 245 |
| 246 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | |
| 247 # Detection of d8 runtime does not work on Windows so the runtime result is | |
| 248 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | |
| 249 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | |
| 250 *deferred*: Pass,RuntimeError # Issue 17458 | |
| 251 cha_deopt*: Pass,RuntimeError # Issue 17458 | |
| 252 regress_22443_test: Pass,RuntimeError # Issue 17458 | |
| 253 | |
| 254 [ $compiler == dart2js && $cps_ir == false ] | 246 [ $compiler == dart2js && $cps_ir == false ] |
| 255 accessor_conflict_export2_test: Crash # Issue 25626 | 247 accessor_conflict_export2_test: Crash # Issue 25626 |
| 256 accessor_conflict_export_test: Crash # Issue 25626 | 248 accessor_conflict_export_test: Crash # Issue 25626 |
| 257 generic_field_mixin4_test: Crash # Issue 18651 | 249 generic_field_mixin4_test: Crash # Issue 18651 |
| 258 generic_field_mixin5_test: Crash # Issue 18651 | 250 generic_field_mixin5_test: Crash # Issue 18651 |
| 259 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 251 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
| 260 method_override5_test: RuntimeError # Issue 12809 | 252 method_override5_test: RuntimeError # Issue 12809 |
| 261 super_no_such_method4_test/01: RuntimeError # Issue 25716 | 253 super_no_such_method4_test/01: RuntimeError # Issue 25716 |
| 262 super_no_such_method5_test/01: RuntimeError # Issue 25716 | 254 super_no_such_method5_test/01: RuntimeError # Issue 25716 |
| 263 | 255 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 try_finally_regress_25333_test: Crash # Issue 24485 | 328 try_finally_regress_25333_test: Crash # Issue 24485 |
| 337 | 329 |
| 338 [ $compiler == dart2js && $cps_ir && $checked ] | 330 [ $compiler == dart2js && $cps_ir && $checked ] |
| 339 *: Skip # `assert` not implemented | 331 *: Skip # `assert` not implemented |
| 340 | 332 |
| 341 [ $compiler == dart2js && $host_checked ] | 333 [ $compiler == dart2js && $host_checked ] |
| 342 regress_26855_test/1: Crash # Issue 26867 | 334 regress_26855_test/1: Crash # Issue 26867 |
| 343 regress_26855_test/2: Crash # Issue 26867 | 335 regress_26855_test/2: Crash # Issue 26867 |
| 344 regress_26855_test/3: Crash # Issue 26867 | 336 regress_26855_test/3: Crash # Issue 26867 |
| 345 regress_26855_test/4: Crash # Issue 26867 | 337 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |