| 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 | 7 |
| 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
| 10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
| 11 tearoff_constructor_basic_test: Skip # Tear-off not supported | 11 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 12 | 12 |
| 13 try_catch_on_syntax_test/10: Fail # Issue 19823 | 13 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 14 try_catch_on_syntax_test/11: Fail # Issue 19823 | 14 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 15 | 15 |
| 16 call_function_apply_test: RuntimeError # Issue 23873 | 16 call_function_apply_test: RuntimeError # Issue 23873 |
| 17 | 17 |
| 18 # The following tests are supposed to fail. | |
| 19 # When run for testing dart2js supports all dart:X libraries (because it | |
| 20 # uses '--categories=all'). | |
| 21 library_env_test/has_no_html_support: RuntimeError, OK | |
| 22 library_env_test/has_no_io_support: RuntimeError, OK | |
| 23 library_env_test/has_no_mirror_support: RuntimeError, OK | |
| 24 | |
| 25 [ $compiler == dart2js && $runtime == jsshell ] | 18 [ $compiler == dart2js && $runtime == jsshell ] |
| 26 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 19 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| 27 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 20 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
| 28 | 21 |
| 29 [ $compiler == dart2js && $browser ] | 22 [ $compiler == dart2js && $browser ] |
| 30 config_import_test: Fail # Test flag is not passed to the compiler. | 23 config_import_test: Fail # Test flag is not passed to the compiler. |
| 31 | 24 |
| 32 [ $compiler == dart2js ] | 25 [ $compiler == dart2js ] |
| 33 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 26 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 34 nan_identical_test: Fail # Issue 11551 | 27 nan_identical_test: Fail # Issue 11551 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 | 305 |
| 313 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 306 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 314 regress_21795_test: Pass, RuntimeError # Due to inlining? | 307 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 315 | 308 |
| 316 [ $compiler == dart2js && $cps_ir && $host_checked ] | 309 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 317 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 310 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 318 async_throw_in_catch_test/none: Crash # Issue 24485 | 311 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 319 execute_finally9_test: Crash # Issue 24485 | 312 execute_finally9_test: Crash # Issue 24485 |
| 320 regress_21795_test: Crash # Issue 24485 | 313 regress_21795_test: Crash # Issue 24485 |
| 321 regress_23537_test: Crash # Issue 24485 | 314 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |