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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 setter_override_test/00: Fail # Issue 11496 | 103 setter_override_test/00: Fail # Issue 11496 |
104 setter_override_test/03: Fail # Issue 11496 | 104 setter_override_test/03: Fail # Issue 11496 |
105 setter_override2_test/02: Fail # Issue 11496 | 105 setter_override2_test/02: Fail # Issue 11496 |
106 call_nonexistent_constructor_test: Fail # Issue 12758 | 106 call_nonexistent_constructor_test: Fail # Issue 12758 |
107 constructor_named_arguments_test/01: Fail # Issue 5519 | 107 constructor_named_arguments_test/01: Fail # Issue 5519 |
108 getter_no_setter_test/01: Fail # Issue 5519 | 108 getter_no_setter_test/01: Fail # Issue 5519 |
109 not_enough_positional_arguments_test/01: Fail # Issue 5519 | 109 not_enough_positional_arguments_test/01: Fail # Issue 5519 |
110 dynamic_test: Fail # Issue 12398 | 110 dynamic_test: Fail # Issue 12398 |
111 dynamic_prefix_core_test: Fail # Issue 12398 | 111 dynamic_prefix_core_test: Fail # Issue 12398 |
112 | 112 |
113 constructor_negative_test: Pass # Wrong reason: the expression 'C()' is valid wi
th class literals. | |
114 | |
115 metadata_test: Fail # Metadata on type parameters not supported. | 113 metadata_test: Fail # Metadata on type parameters not supported. |
116 infinity_test: Fail # Issue 4984 | 114 infinity_test: Fail # Issue 4984 |
117 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. | 115 positive_bit_operations_test: Fail # (floitsch): This will be fixed when dart2js
uses unsigned input for >>. |
118 | 116 |
119 | 117 |
120 # Support for optional parameters not conform to latest spec. | 118 # Support for optional parameters not conform to latest spec. |
121 named_parameters_type_test: Fail | 119 named_parameters_type_test: Fail |
122 positional_parameters_type_test: Fail | 120 positional_parameters_type_test: Fail |
123 | 121 |
124 # Compilation errors. | 122 # Compilation errors. |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 super_getter_setter_test: Fail # Issue 11065. | 454 super_getter_setter_test: Fail # Issue 11065. |
457 f_bounded_quantification4_test: Fail # Issue 12605. | 455 f_bounded_quantification4_test: Fail # Issue 12605. |
458 | 456 |
459 # TODO(tball): Assign proper bug numbers. | 457 # TODO(tball): Assign proper bug numbers. |
460 class_literal_test: Fail | 458 class_literal_test: Fail |
461 | 459 |
462 import_core_prefix_test: Pass | 460 import_core_prefix_test: Pass |
463 prefix22_test: Pass | 461 prefix22_test: Pass |
464 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 462 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
465 super_call4_test: Fail, OK # hardcoded names. | 463 super_call4_test: Fail, OK # hardcoded names. |
OLD | NEW |