| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 getter_override_test/00: Fail # Issue 11496 | 98 getter_override_test/00: Fail # Issue 11496 |
| 99 getter_override_test/01: Fail # Issue 11496 | 99 getter_override_test/01: Fail # Issue 11496 |
| 100 getter_override_test/02: Fail # Issue 11496 | 100 getter_override_test/02: Fail # Issue 11496 |
| 101 method_override7_test/00: Fail # Issue 11496 | 101 method_override7_test/00: Fail # Issue 11496 |
| 102 method_override7_test/01: Fail # Issue 11496 | 102 method_override7_test/01: Fail # Issue 11496 |
| 103 method_override7_test/02: Fail # Issue 11496 | 103 method_override7_test/02: Fail # Issue 11496 |
| 104 method_override8_test/03: Fail # Issue 11496 | 104 method_override8_test/03: Fail # Issue 11496 |
| 105 setter_override_test/00: Fail # Issue 11496 | 105 setter_override_test/00: Fail # Issue 11496 |
| 106 setter_override_test/03: Fail # Issue 11496 | 106 setter_override_test/03: Fail # Issue 11496 |
| 107 setter_override2_test/02: Fail # Issue 11496 | 107 setter_override2_test/02: Fail # Issue 11496 |
| 108 call_nonexistent_constructor_test: Fail # Issue 12758 | |
| 109 constructor_named_arguments_test/01: Fail # Issue 5519 | 108 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 110 getter_no_setter_test/01: Fail # Issue 5519 | 109 getter_no_setter_test/01: Fail # Issue 5519 |
| 111 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 110 not_enough_positional_arguments_test/01: Fail # Issue 5519 |
| 112 dynamic_test: Fail # Issue 12398 | 111 dynamic_test: Fail # Issue 12398 |
| 113 dynamic_prefix_core_test: Fail # Issue 12398 | 112 dynamic_prefix_core_test: Fail # Issue 12398 |
| 114 metadata_test: Fail # Issue 5841 | 113 metadata_test: Fail # Issue 5841 |
| 115 infinity_test: Fail # Issue 4984 | 114 infinity_test: Fail # Issue 4984 |
| 116 positive_bit_operations_test: Fail # Issue 12795 | 115 positive_bit_operations_test: Fail # Issue 12795 |
| 117 named_parameters_type_test: Fail | 116 named_parameters_type_test: Fail |
| 118 positional_parameters_type_test: Fail | 117 positional_parameters_type_test: Fail |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 f_bounded_quantification4_test: Fail # Issue 12605. | 430 f_bounded_quantification4_test: Fail # Issue 12605. |
| 432 f_bounded_quantification5_test: Fail # Issue 12605. | 431 f_bounded_quantification5_test: Fail # Issue 12605. |
| 433 | 432 |
| 434 # TODO(tball): Assign proper bug numbers. | 433 # TODO(tball): Assign proper bug numbers. |
| 435 class_literal_test: Fail | 434 class_literal_test: Fail |
| 436 | 435 |
| 437 import_core_prefix_test: Pass | 436 import_core_prefix_test: Pass |
| 438 prefix22_test: Pass | 437 prefix22_test: Pass |
| 439 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 438 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 440 super_call4_test: Fail, OK # hardcoded names. | 439 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |