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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
6 compile_time_constant_c_test/none: Fail # Map literal with int key. | 6 compile_time_constant_c_test/none: Fail # Map literal with int key. |
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
8 null_test/03: Fail # Issue 12445. | 8 null_test/03: Fail # Issue 12445. |
9 | 9 |
10 black_listed_test/none: Fail # Issue 12446. | 10 black_listed_test/none: Fail # Issue 12446. |
(...skipping 18 matching lines...) Expand all Loading... |
29 type_variable_bounds_test/02: Fail # Issue 12702 | 29 type_variable_bounds_test/02: Fail # Issue 12702 |
30 type_variable_bounds_test/04: Fail # Issue 12702 | 30 type_variable_bounds_test/04: Fail # Issue 12702 |
31 type_variable_bounds_test/05: Fail # Issue 12702 | 31 type_variable_bounds_test/05: Fail # Issue 12702 |
32 type_variable_bounds2_test/00: Fail # Issue 12702 | 32 type_variable_bounds2_test/00: Fail # Issue 12702 |
33 type_variable_bounds2_test/03: Fail # Issue 12702 | 33 type_variable_bounds2_test/03: Fail # Issue 12702 |
34 type_variable_bounds2_test/05: Fail # Issue 12702 | 34 type_variable_bounds2_test/05: Fail # Issue 12702 |
35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 35 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
36 type_variable_bounds3_test/00: Fail # Issue 12702 | 36 type_variable_bounds3_test/00: Fail # Issue 12702 |
37 f_bounded_quantification_test/01: Fail # Issue 12703 | 37 f_bounded_quantification_test/01: Fail # Issue 12703 |
38 f_bounded_quantification_test/02: Fail # Issue 12703 | 38 f_bounded_quantification_test/02: Fail # Issue 12703 |
| 39 f_bounded_quantification5_test: Fail # Issue 12703 |
39 closure_type_test: Fail # Issue 12745 | 40 closure_type_test: Fail # Issue 12745 |
40 function_subtype_setter0_test: Fail # Issue 11273 | 41 function_subtype_setter0_test: Fail # Issue 11273 |
41 | 42 |
42 [ $compiler == dart2js && $unchecked ] | 43 [ $compiler == dart2js && $unchecked ] |
43 factory_redirection_test/14: Fail # Issue 10959 | 44 factory_redirection_test/14: Fail # Issue 10959 |
44 type_checks_in_factory_method_test: Fail # Issue 12746 | 45 type_checks_in_factory_method_test: Fail # Issue 12746 |
45 | 46 |
46 assertion_test: Fail # Issue 12748 | 47 assertion_test: Fail # Issue 12748 |
47 | 48 |
48 double_to_string_as_exponential2_test: Fail # Issue 12749 | 49 double_to_string_as_exponential2_test: Fail # Issue 12749 |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 f_bounded_quantification4_test: Fail # Issue 12605. | 457 f_bounded_quantification4_test: Fail # Issue 12605. |
457 f_bounded_quantification5_test: Fail # Issue 12605. | 458 f_bounded_quantification5_test: Fail # Issue 12605. |
458 | 459 |
459 # TODO(tball): Assign proper bug numbers. | 460 # TODO(tball): Assign proper bug numbers. |
460 class_literal_test: Fail | 461 class_literal_test: Fail |
461 | 462 |
462 import_core_prefix_test: Pass | 463 import_core_prefix_test: Pass |
463 prefix22_test: Pass | 464 prefix22_test: Pass |
464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 465 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
465 super_call4_test: Fail, OK # hardcoded names. | 466 super_call4_test: Fail, OK # hardcoded names. |
OLD | NEW |