| 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 21 matching lines...) Expand all Loading... |
| 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 f_bounded_quantification5_test: Fail # Issue 12703 |
| 40 closure_type_test: Fail # Issue 12745 | 40 closure_type_test: Fail # Issue 12745 |
| 41 function_subtype_setter0_test: Fail # Issue 11273 | 41 function_subtype_setter0_test: Fail # Issue 11273 |
| 42 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 42 | 43 |
| 43 [ $compiler == dart2js && $unchecked ] | 44 [ $compiler == dart2js && $unchecked ] |
| 44 factory_redirection_test/14: Fail # Issue 10959 | 45 factory_redirection_test/14: Fail # Issue 10959 |
| 45 type_checks_in_factory_method_test: Fail # Issue 12746 | 46 type_checks_in_factory_method_test: Fail # Issue 12746 |
| 46 | 47 |
| 47 assertion_test: Fail # Issue 12748 | 48 assertion_test: Fail # Issue 12748 |
| 48 | 49 |
| 49 double_to_string_as_exponential2_test: Fail # Issue 12749 | 50 double_to_string_as_exponential2_test: Fail # Issue 12749 |
| 50 double_to_string_as_fixed2_test: Fail # Issue 12749 | 51 double_to_string_as_fixed2_test: Fail # Issue 12749 |
| 51 double_to_string_as_precision2_test: Fail # Issue 12749 | 52 double_to_string_as_precision2_test: Fail # Issue 12749 |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 f_bounded_quantification4_test: Fail # Issue 12605. | 431 f_bounded_quantification4_test: Fail # Issue 12605. |
| 431 f_bounded_quantification5_test: Fail # Issue 12605. | 432 f_bounded_quantification5_test: Fail # Issue 12605. |
| 432 | 433 |
| 433 # TODO(tball): Assign proper bug numbers. | 434 # TODO(tball): Assign proper bug numbers. |
| 434 class_literal_test: Fail | 435 class_literal_test: Fail |
| 435 | 436 |
| 436 import_core_prefix_test: Pass | 437 import_core_prefix_test: Pass |
| 437 prefix22_test: Pass | 438 prefix22_test: Pass |
| 438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 439 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 439 super_call4_test: Fail, OK # hardcoded names. | 440 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |