| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 217 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 218 *deferred*: Pass,RuntimeError # Issue 17458 | 218 *deferred*: Pass,RuntimeError # Issue 17458 |
| 219 cha_deopt*: Pass,RuntimeError # Issue 17458 | 219 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 220 regress_22443_test: Pass,RuntimeError # Issue 17458 | 220 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| 221 | 221 |
| 222 [ $compiler == dart2js && $cps_ir == false ] | 222 [ $compiler == dart2js && $cps_ir == false ] |
| 223 generic_field_mixin4_test: Crash # Issue 18651 | 223 generic_field_mixin4_test: Crash # Issue 18651 |
| 224 generic_field_mixin5_test: Crash # Issue 18651 | 224 generic_field_mixin5_test: Crash # Issue 18651 |
| 225 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 225 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
| 226 | 226 |
| 227 [ $compiler == dart2js ] | 227 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
| 228 issue23244_test: RuntimeError # 23244 | 228 issue23244_test: RuntimeError # 23244 |
| 229 | 229 |
| 230 [ $compiler == dart2js && $cps_ir ] | 230 [ $compiler == dart2js && $cps_ir ] |
| 231 assert_assignable_type_test: Crash # Internal Error: Pending statics. | 231 assert_assignable_type_test: Crash # Internal Error: Pending statics. |
| 232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
| 233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
| 234 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for | 234 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
| 235 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions | 235 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy
nc*/async* functions |
| 236 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions | 236 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle
sync*/async* functions |
| 237 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions | 237 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/
async* functions |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 359 type_variable_nested_test: RuntimeError # Please triage this failure. | 359 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 360 | 360 |
| 361 [ $compiler == dart2js && $cps_ir && $host_checked ] | 361 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 363 async_throw_in_catch_test/none: Crash # Issue 24485 | 363 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 364 execute_finally9_test: Crash # Issue 24485 | 364 execute_finally9_test: Crash # Issue 24485 |
| 365 regress_21795_test: Crash # Issue 24485 | 365 regress_21795_test: Crash # Issue 24485 |
| 366 regress_23537_test: Crash # Issue 24485 | 366 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |