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 |
11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
12 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 12 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
13 tearoff_basic_test: Skip # Tear-off not supported | 13 tearoff_basic_test: Skip # Tear-off not supported |
14 tearoff_constructor_basic_test: Skip # Tear-off not supported | 14 tearoff_constructor_basic_test: Skip # Tear-off not supported |
15 | 15 |
16 try_catch_on_syntax_test/10: Fail # Issue 19823 | 16 try_catch_on_syntax_test/10: Fail # Issue 19823 |
17 try_catch_on_syntax_test/11: Fail # Issue 19823 | 17 try_catch_on_syntax_test/11: Fail # Issue 19823 |
18 | 18 |
19 call_function_apply_test: RuntimeError # Issue 23873 | 19 call_function_apply_test: RuntimeError # Issue 23873 |
20 | 20 |
| 21 # The following tests are supposed to fail. |
| 22 # When run for testing dart2js supports all dart:X libraries (because it |
| 23 # uses '--categories=all'). |
| 24 library_env_test/has_no_html_support: RuntimeError, OK |
| 25 library_env_test/has_no_io_support: RuntimeError, OK |
| 26 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 27 |
21 [ $compiler == dart2js && $runtime == jsshell ] | 28 [ $compiler == dart2js && $runtime == jsshell ] |
22 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 | 29 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 |
23 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 | 30 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue
7728 |
24 | 31 |
25 [ $compiler == dart2js ] | 32 [ $compiler == dart2js ] |
26 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 33 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
27 nan_identical_test: Fail # Issue 11551 | 34 nan_identical_test: Fail # Issue 11551 |
28 symbol_literal_test/*: Fail # Issue 21825 | 35 symbol_literal_test/*: Fail # Issue 21825 |
29 constructor_duplicate_final_test/01: Fail # Issue 13363 | 36 constructor_duplicate_final_test/01: Fail # Issue 13363 |
30 constructor_duplicate_final_test/02: Fail # Issue 13363 | 37 constructor_duplicate_final_test/02: Fail # Issue 13363 |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 390 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
384 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 391 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
385 type_variable_nested_test: RuntimeError # Please triage this failure. | 392 type_variable_nested_test: RuntimeError # Please triage this failure. |
386 | 393 |
387 [ $compiler == dart2js && $cps_ir && $host_checked ] | 394 [ $compiler == dart2js && $cps_ir && $host_checked ] |
388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 395 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
389 async_throw_in_catch_test/none: Crash # Issue 24485 | 396 async_throw_in_catch_test/none: Crash # Issue 24485 |
390 execute_finally9_test: Crash # Issue 24485 | 397 execute_finally9_test: Crash # Issue 24485 |
391 regress_21795_test: Crash # Issue 24485 | 398 regress_21795_test: Crash # Issue 24485 |
392 regress_23537_test: Crash # Issue 24485 | 399 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |