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 | 8 |
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 235 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
236 *deferred*: Pass,RuntimeError # Issue 17458 | 236 *deferred*: Pass,RuntimeError # Issue 17458 |
237 cha_deopt*: Pass,RuntimeError # Issue 17458 | 237 cha_deopt*: Pass,RuntimeError # Issue 17458 |
238 regress_22443_test: Pass,RuntimeError # Issue 17458 | 238 regress_22443_test: Pass,RuntimeError # Issue 17458 |
239 | 239 |
240 [ $compiler == dart2js && $cps_ir == false ] | 240 [ $compiler == dart2js && $cps_ir == false ] |
241 generic_field_mixin4_test: Crash # Issue 18651 | 241 generic_field_mixin4_test: Crash # Issue 18651 |
242 generic_field_mixin5_test: Crash # Issue 18651 | 242 generic_field_mixin5_test: Crash # Issue 18651 |
243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
244 method_override5_test: RuntimeError # Issue 12809 | 244 method_override5_test: RuntimeError # Issue 12809 |
| 245 super_no_such_method4_test/01: RuntimeError # Issue 25716 |
| 246 super_no_such_method5_test/01: RuntimeError # Issue 25716 |
245 | 247 |
246 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
247 issue23244_test: RuntimeError # 23244 | 249 issue23244_test: RuntimeError # 23244 |
248 | 250 |
249 [ $compiler == dart2js && $cps_ir ] | 251 [ $compiler == dart2js && $cps_ir ] |
250 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 252 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
251 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 253 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
252 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for | 254 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
253 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 255 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
254 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 256 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
314 | 316 |
315 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 317 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
316 regress_21795_test: Pass, RuntimeError # Due to inlining? | 318 regress_21795_test: Pass, RuntimeError # Due to inlining? |
317 | 319 |
318 [ $compiler == dart2js && $cps_ir && $host_checked ] | 320 [ $compiler == dart2js && $cps_ir && $host_checked ] |
319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 321 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
320 async_throw_in_catch_test/none: Crash # Issue 24485 | 322 async_throw_in_catch_test/none: Crash # Issue 24485 |
321 execute_finally9_test: Crash # Issue 24485 | 323 execute_finally9_test: Crash # Issue 24485 |
322 regress_21795_test: Crash # Issue 24485 | 324 regress_21795_test: Crash # Issue 24485 |
323 regress_23537_test: Crash # Issue 24485 | 325 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |