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_test/02: RuntimeError # 22853 | 11 async_star_test/02: RuntimeError # 22853 |
12 async_star_test/05: RuntimeError, Timeout | 12 async_star_test/05: RuntimeError, Timeout |
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 | 15 |
15 try_catch_on_syntax_test/10: Fail # Issue 19823 | 16 try_catch_on_syntax_test/10: Fail # Issue 19823 |
16 try_catch_on_syntax_test/11: Fail # Issue 19823 | 17 try_catch_on_syntax_test/11: Fail # Issue 19823 |
17 | 18 |
18 call_function_apply_test: RuntimeError # Issue 23873 | 19 call_function_apply_test: RuntimeError # Issue 23873 |
19 | 20 |
20 conditional_method_invocation_test/12: Fail # Issue 23795 | 21 conditional_method_invocation_test/12: Fail # Issue 23795 |
21 conditional_method_invocation_test/13: Fail # Issue 23795 | 22 conditional_method_invocation_test/13: Fail # Issue 23795 |
22 conditional_method_invocation_test/14: Fail # Issue 23795 | 23 conditional_method_invocation_test/14: Fail # Issue 23795 |
23 conditional_method_invocation_test/15: Fail # Issue 23795 | 24 conditional_method_invocation_test/15: Fail # Issue 23795 |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 type_parameter_test/06: Crash # Invalid argument(s) | 563 type_parameter_test/06: Crash # Invalid argument(s) |
563 type_parameter_test/none: Crash # Invalid argument(s) | 564 type_parameter_test/none: Crash # Invalid argument(s) |
564 type_variable_closure2_test: RuntimeError # Please triage this failure. | 565 type_variable_closure2_test: RuntimeError # Please triage this failure. |
565 type_variable_closure_test: Crash # Invalid argument(s) | 566 type_variable_closure_test: Crash # Invalid argument(s) |
566 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 567 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
567 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 568 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
568 type_variable_nested_test: RuntimeError # Please triage this failure. | 569 type_variable_nested_test: RuntimeError # Please triage this failure. |
569 | 570 |
570 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] | 571 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] |
571 issue23244_test: RuntimeError # 23244 | 572 issue23244_test: RuntimeError # 23244 |
OLD | NEW |