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 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 | 10 |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 regress_22443_test: Pass,RuntimeError # Issue 17458 | 227 regress_22443_test: Pass,RuntimeError # Issue 17458 |
228 | 228 |
229 [ $compiler == dart2js && $cps_ir == false ] | 229 [ $compiler == dart2js && $cps_ir == false ] |
230 generic_field_mixin5_test: Crash # Issue 18651 | 230 generic_field_mixin5_test: Crash # Issue 18651 |
231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
232 | 232 |
233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] | 233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] |
234 issue23244_test: RuntimeError # 23244 | 234 issue23244_test: RuntimeError # 23244 |
235 | 235 |
236 [ $compiler == dart2js && $cps_ir ] | 236 [ $compiler == dart2js && $cps_ir ] |
| 237 assert_assignable_type_test: Crash # Internal Error: Pending statics. |
237 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 238 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
238 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 239 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
239 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for | 240 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
240 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 241 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
241 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 242 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
242 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions | 243 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions |
243 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn
c* functions | 244 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn
c* functions |
244 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for | 245 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for |
245 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 246 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
246 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 247 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 384 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
384 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 385 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
385 type_variable_nested_test: RuntimeError # Please triage this failure. | 386 type_variable_nested_test: RuntimeError # Please triage this failure. |
386 | 387 |
387 [ $compiler == dart2js && $cps_ir && $host_checked ] | 388 [ $compiler == dart2js && $cps_ir && $host_checked ] |
388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 389 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
389 async_throw_in_catch_test/none: Crash # Issue 24485 | 390 async_throw_in_catch_test/none: Crash # Issue 24485 |
390 execute_finally9_test: Crash # Issue 24485 | 391 execute_finally9_test: Crash # Issue 24485 |
391 regress_21795_test: Crash # Issue 24485 | 392 regress_21795_test: Crash # Issue 24485 |
392 regress_23537_test: Crash # Issue 24485 | 393 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |