| 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 16 matching lines...) Expand all Loading... |
| 27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 | 27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 28 mixin_of_mixin_test: CompileTimeError # Issue 23773 | 28 mixin_of_mixin_test: CompileTimeError # Issue 23773 |
| 29 | 29 |
| 30 # The following tests are supposed to fail. | 30 # The following tests are supposed to fail. |
| 31 # When run for testing dart2js supports all dart:X libraries (because it | 31 # When run for testing dart2js supports all dart:X libraries (because it |
| 32 # uses '--categories=all'). | 32 # uses '--categories=all'). |
| 33 library_env_test/has_no_html_support: RuntimeError, OK | 33 library_env_test/has_no_html_support: RuntimeError, OK |
| 34 library_env_test/has_no_io_support: RuntimeError, OK | 34 library_env_test/has_no_io_support: RuntimeError, OK |
| 35 library_env_test/has_no_mirror_support: RuntimeError, OK | 35 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 36 | 36 |
| 37 accessor_conflict_export2_test: Crash # Issue 25626 | |
| 38 accessor_conflict_export_test: Crash # Issue 25626 | |
| 39 accessor_conflict_import2_test: RuntimeError # Issue 25626 | 37 accessor_conflict_import2_test: RuntimeError # Issue 25626 |
| 40 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 | 38 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 |
| 41 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 | 39 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 |
| 42 accessor_conflict_import_test: RuntimeError # Issue 25626 | 40 accessor_conflict_import_test: RuntimeError # Issue 25626 |
| 43 | 41 |
| 44 [ $compiler == dart2js && $runtime == jsshell ] | 42 [ $compiler == dart2js && $runtime == jsshell ] |
| 45 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 43 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 46 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 44 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 47 | 45 |
| 48 [ $compiler == dart2js && $browser ] | 46 [ $compiler == dart2js && $browser ] |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 | 229 |
| 232 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 230 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 233 # Detection of d8 runtime does not work on Windows so the runtime result is | 231 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 234 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 232 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 235 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 233 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 236 *deferred*: Pass,RuntimeError # Issue 17458 | 234 *deferred*: Pass,RuntimeError # Issue 17458 |
| 237 cha_deopt*: Pass,RuntimeError # Issue 17458 | 235 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 238 regress_22443_test: Pass,RuntimeError # Issue 17458 | 236 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| 239 | 237 |
| 240 [ $compiler == dart2js && $cps_ir == false ] | 238 [ $compiler == dart2js && $cps_ir == false ] |
| 239 accessor_conflict_export2_test: Crash # Issue 25626 |
| 240 accessor_conflict_export_test: Crash # Issue 25626 |
| 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 | 245 super_no_such_method4_test/01: RuntimeError # Issue 25716 |
| 246 super_no_such_method5_test/01: RuntimeError # Issue 25716 | 246 super_no_such_method5_test/01: RuntimeError # Issue 25716 |
| 247 | 247 |
| 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
| 249 issue23244_test: RuntimeError # 23244 | 249 issue23244_test: RuntimeError # 23244 |
| 250 | 250 |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 | 319 |
| 320 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 320 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 321 regress_21795_test: Pass, RuntimeError # Due to inlining? | 321 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 322 | 322 |
| 323 [ $compiler == dart2js && $cps_ir && $host_checked ] | 323 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 324 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 324 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 325 async_throw_in_catch_test/none: Crash # Issue 24485 | 325 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 326 execute_finally9_test: Crash # Issue 24485 | 326 execute_finally9_test: Crash # Issue 24485 |
| 327 regress_21795_test: Crash # Issue 24485 | 327 regress_21795_test: Crash # Issue 24485 |
| 328 regress_23537_test: Crash # Issue 24485 | 328 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |