| 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 |
| 11 tearoff_basic_test: Skip # Tear-off not supported | 11 tearoff_basic_test: Skip # Tear-off not supported |
| 12 tearoff_constructor_basic_test: Skip # Tear-off not supported | 12 tearoff_constructor_basic_test: Skip # Tear-off not supported |
| 13 | 13 |
| 14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 14 try_catch_on_syntax_test/10: Fail # Issue 19823 |
| 15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 15 try_catch_on_syntax_test/11: Fail # Issue 19823 |
| 16 | 16 |
| 17 mixin_illegal_constructor_test/20: MissingCompileTimeError # 25587 | 17 mixin_illegal_constructor_test/20: MissingCompileTimeError # 25587 |
| 18 mixin_illegal_constructor_test/21: MissingCompileTimeError # 25587 | 18 mixin_illegal_constructor_test/21: MissingCompileTimeError # 25587 |
| 19 | 19 |
| 20 deep_nesting1_negative_test: Crash # Issue 25557 | 20 deep_nesting1_negative_test: Crash # Issue 25557 |
| 21 deep_nesting2_negative_test: Crash # Issue 25557 | 21 deep_nesting2_negative_test: Crash # Issue 25557 |
| 22 | 22 |
| 23 call_function_apply_test: RuntimeError # Issue 23873 | 23 call_function_apply_test: RuntimeError # Issue 23873 |
| 24 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 |
| 25 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 |
| 26 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 |
| 27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 |
| 24 | 28 |
| 25 # The following tests are supposed to fail. | 29 # The following tests are supposed to fail. |
| 26 # When run for testing dart2js supports all dart:X libraries (because it | 30 # When run for testing dart2js supports all dart:X libraries (because it |
| 27 # uses '--categories=all'). | 31 # uses '--categories=all'). |
| 28 library_env_test/has_no_html_support: RuntimeError, OK | 32 library_env_test/has_no_html_support: RuntimeError, OK |
| 29 library_env_test/has_no_io_support: RuntimeError, OK | 33 library_env_test/has_no_io_support: RuntimeError, OK |
| 30 library_env_test/has_no_mirror_support: RuntimeError, OK | 34 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 31 | 35 |
| 32 [ $compiler == dart2js && $runtime == jsshell ] | 36 [ $compiler == dart2js && $runtime == jsshell ] |
| 33 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 37 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 | 301 |
| 298 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 302 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 299 regress_21795_test: Pass, RuntimeError # Due to inlining? | 303 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 300 | 304 |
| 301 [ $compiler == dart2js && $cps_ir && $host_checked ] | 305 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 302 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 306 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 303 async_throw_in_catch_test/none: Crash # Issue 24485 | 307 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 304 execute_finally9_test: Crash # Issue 24485 | 308 execute_finally9_test: Crash # Issue 24485 |
| 305 regress_21795_test: Crash # Issue 24485 | 309 regress_21795_test: Crash # Issue 24485 |
| 306 regress_23537_test: Crash # Issue 24485 | 310 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |