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 | |
11 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
12 tearoff_constructor_basic_test: Skip # Tear-off not supported | 11 tearoff_constructor_basic_test: Skip # Tear-off not supported |
13 | 12 |
14 try_catch_on_syntax_test/10: Fail # Issue 19823 | 13 try_catch_on_syntax_test/10: Fail # Issue 19823 |
15 try_catch_on_syntax_test/11: Fail # Issue 19823 | 14 try_catch_on_syntax_test/11: Fail # Issue 19823 |
16 | 15 |
17 deep_nesting1_negative_test: Crash # Issue 25557 | 16 deep_nesting1_negative_test: Crash # Issue 25557 |
18 deep_nesting2_negative_test: Crash # Issue 25557 | 17 deep_nesting2_negative_test: Crash # Issue 25557 |
19 | 18 |
20 call_function_apply_test: RuntimeError # Issue 23873 | 19 call_function_apply_test: RuntimeError # Issue 23873 |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 311 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
313 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 312 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
314 async_throw_in_catch_test/none: Crash # Issue 24485 | 313 async_throw_in_catch_test/none: Crash # Issue 24485 |
315 execute_finally9_test: Crash # Issue 24485 | 314 execute_finally9_test: Crash # Issue 24485 |
316 regress_21795_test: Crash # Issue 24485 | 315 regress_21795_test: Crash # Issue 24485 |
317 regress_23537_test: Crash # Issue 24485 | 316 regress_23537_test: Crash # Issue 24485 |
318 try_finally_regress_25333_test: Crash # Issue 24485 | 317 try_finally_regress_25333_test: Crash # Issue 24485 |
319 | 318 |
320 [ $compiler == dart2js && $cps_ir && $checked ] | 319 [ $compiler == dart2js && $cps_ir && $checked ] |
321 *: Skip # `assert` not implemented | 320 *: Skip # `assert` not implemented |
OLD | NEW |