| 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 # Issue 11583 |
| 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | |
| 8 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 9 | |
| 10 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 11 | |
| 12 # Issues related to undeclared prefix resolution. | |
| 13 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 14 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| 15 malformed_test/06: Fail # Issue 12695 | 11 malformed_test/06: Fail # Issue 12695 |
| 16 | |
| 17 full_stacktrace1_test: Pass, Fail # Issue 12698 | 12 full_stacktrace1_test: Pass, Fail # Issue 12698 |
| 18 full_stacktrace2_test: Pass, Fail # Issue 12698 | 13 full_stacktrace2_test: Pass, Fail # Issue 12698 |
| 19 full_stacktrace3_test: Pass, Fail # Issue 12698 | 14 full_stacktrace3_test: Pass, Fail # Issue 12698 |
| 20 stacktrace_test: Pass, Fail # # Issue 12698 | 15 stacktrace_test: Pass, Fail # # Issue 12698 |
| 21 | 16 |
| 22 # VM specific tests that should not be run by dart2js. | 17 # VM specific tests that should not be run by dart2js. |
| 23 vm/*: Skip # Issue 12699 | 18 vm/*: Skip # Issue 12699 |
| 24 | 19 |
| 25 [ $compiler == dart2js && $checked ] | 20 [ $compiler == dart2js && $checked ] |
| 26 checked_setter2_test: Fail # Issue 11273 | 21 checked_setter2_test: Fail # Issue 11273 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 37 f_bounded_quantification_test/01: Fail # Issue 12703 | 32 f_bounded_quantification_test/01: Fail # Issue 12703 |
| 38 f_bounded_quantification_test/02: Fail # Issue 12703 | 33 f_bounded_quantification_test/02: Fail # Issue 12703 |
| 39 f_bounded_quantification5_test: Fail # Issue 12703 | 34 f_bounded_quantification5_test: Fail # Issue 12703 |
| 40 closure_type_test: Fail # Issue 12745 | 35 closure_type_test: Fail # Issue 12745 |
| 41 function_subtype_setter0_test: Fail # Issue 11273 | 36 function_subtype_setter0_test: Fail # Issue 11273 |
| 42 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 37 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 43 | 38 |
| 44 [ $compiler == dart2js && $unchecked ] | 39 [ $compiler == dart2js && $unchecked ] |
| 45 factory_redirection_test/14: Fail # Issue 10959 | 40 factory_redirection_test/14: Fail # Issue 10959 |
| 46 type_checks_in_factory_method_test: Fail # Issue 12746 | 41 type_checks_in_factory_method_test: Fail # Issue 12746 |
| 47 | |
| 48 assertion_test: Fail # Issue 12748 | 42 assertion_test: Fail # Issue 12748 |
| 49 | |
| 50 double_to_string_as_exponential2_test: Fail # Issue 12749 | 43 double_to_string_as_exponential2_test: Fail # Issue 12749 |
| 51 double_to_string_as_fixed2_test: Fail # Issue 12749 | 44 double_to_string_as_fixed2_test: Fail # Issue 12749 |
| 52 double_to_string_as_precision2_test: Fail # Issue 12749 | 45 double_to_string_as_precision2_test: Fail # Issue 12749 |
| 53 | |
| 54 # Only checked mode reports an error on type assignment | |
| 55 # problems in compile time constants. | |
| 56 compile_time_constant_checked_test/02: Fail, OK | 46 compile_time_constant_checked_test/02: Fail, OK |
| 57 compile_time_constant_checked2_test/01: Fail, OK | 47 compile_time_constant_checked2_test/01: Fail, OK |
| 58 compile_time_constant_checked2_test/02: Fail, OK | 48 compile_time_constant_checked2_test/02: Fail, OK |
| 59 compile_time_constant_checked2_test/03: Fail, OK | 49 compile_time_constant_checked2_test/03: Fail, OK |
| 60 compile_time_constant_checked2_test/04: Fail, OK | 50 compile_time_constant_checked2_test/04: Fail, OK |
| 61 compile_time_constant_checked2_test/05: Fail, OK | 51 compile_time_constant_checked2_test/05: Fail, OK |
| 62 compile_time_constant_checked2_test/06: Fail, OK | 52 compile_time_constant_checked2_test/06: Fail, OK |
| 63 compile_time_constant_checked3_test/01: Fail, OK | 53 compile_time_constant_checked3_test/01: Fail, OK |
| 64 compile_time_constant_checked3_test/02: Fail, OK | 54 compile_time_constant_checked3_test/02: Fail, OK |
| 65 compile_time_constant_checked3_test/03: Fail, OK | 55 compile_time_constant_checked3_test/03: Fail, OK |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 external_test/21: Fail # Issue 12887 | 136 external_test/21: Fail # Issue 12887 |
| 147 external_test/22: Fail # Issue 12887 | 137 external_test/22: Fail # Issue 12887 |
| 148 external_test/23: Fail # Issue 12887 | 138 external_test/23: Fail # Issue 12887 |
| 149 external_test/30: Fail # Issue 12887 | 139 external_test/30: Fail # Issue 12887 |
| 150 external_test/31: Fail # Issue 12887 | 140 external_test/31: Fail # Issue 12887 |
| 151 instanceof4_test/01: Fail # Issue 12889 | 141 instanceof4_test/01: Fail # Issue 12889 |
| 152 list_literal4_test: Fail # Issue 12890 | 142 list_literal4_test: Fail # Issue 12890 |
| 153 map_literal4_test: Fail # Issue 12891 | 143 map_literal4_test: Fail # Issue 12891 |
| 154 built_in_identifier_test/01: Fail # Issue 13022 | 144 built_in_identifier_test/01: Fail # Issue 13022 |
| 155 | 145 |
| 156 # | |
| 157 # The following tests are all negative tests that should be fixed. | |
| 158 # | |
| 159 const_constructor_syntax_test/04: Fail # Issue 12900 | 146 const_constructor_syntax_test/04: Fail # Issue 12900 |
| 160 const_syntax_test/01: Fail # Issue 12932 | 147 const_syntax_test/01: Fail # Issue 12932 |
| 161 const_syntax_test/02: Fail # Issue 12932 | 148 const_syntax_test/02: Fail # Issue 12932 |
| 162 const_syntax_test/03: Fail # Issue 12932 | 149 const_syntax_test/03: Fail # Issue 12932 |
| 163 const_syntax_test/04: Fail # Issue 12932 | 150 const_syntax_test/04: Fail # Issue 12932 |
| 164 constructor9_test/01: Fail # Issue 12934 | 151 constructor9_test/01: Fail # Issue 12934 |
| 165 duplicate_implements_test/01: Fail # Issue 12991 | 152 duplicate_implements_test/01: Fail # Issue 12991 |
| 166 duplicate_implements_test/02: Fail # Issue 12991 | 153 duplicate_implements_test/02: Fail # Issue 12991 |
| 167 duplicate_implements_test/03: Fail # Issue 12991 | 154 duplicate_implements_test/03: Fail # Issue 12991 |
| 168 duplicate_implements_test/04: Fail # Issue 12991 | 155 duplicate_implements_test/04: Fail # Issue 12991 |
| 169 list_literal1_test/01: Fail # Issue 12993 | 156 list_literal1_test/01: Fail # Issue 12993 |
| 170 map_literal1_test/01: Fail # Issue 12993 | 157 map_literal1_test/01: Fail # Issue 12993 |
| 171 number_identifier_test/05: Fail # Issue 13070 | 158 number_identifier_test/05: Fail # Issue 13070 |
| 172 scope_variable_test/01: Fail # Issue 13016 | 159 scope_variable_test/01: Fail # Issue 13016 |
| 173 static_final_field2_test/02: Fail # Issue 13017 | 160 static_final_field2_test/02: Fail # Issue 13017 |
| 174 throw7_test/01: Fail # Issue 13019 | 161 throw7_test/01: Fail # Issue 13019 |
| 175 | 162 |
| 176 numbers_test: Fail, OK # (unintended?) VM specific test. | 163 numbers_test: Fail, OK # Issue 1533 |
| 164 canonical_const2_test: Fail, OK # Issue 1533 |
| 165 bit_operations_test: Fail, OK # Issue 1533 |
| 166 expect_test: Fail, OK # Issue 13080 |
| 177 | 167 |
| 178 final_syntax_test/01: Fail # Issue 13020 | 168 final_syntax_test/01: Fail # Issue 13020 |
| 179 final_syntax_test/02: Fail # Issue 13020 | 169 final_syntax_test/02: Fail # Issue 13020 |
| 180 final_syntax_test/03: Fail # Issue 13020 | 170 final_syntax_test/03: Fail # Issue 13020 |
| 181 final_syntax_test/04: Fail # Issue 13020 | 171 final_syntax_test/04: Fail # Issue 13020 |
| 182 | 172 |
| 183 canonical_const2_test: Fail, OK # Dart2js only has doubles. | |
| 184 | |
| 185 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | |
| 186 optimization_test: Fail, OK # Expects negative results of bit-operations. | |
| 187 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | |
| 188 | |
| 189 const_factory_with_body_test/01: Fail # Issue 13028 | 173 const_factory_with_body_test/01: Fail # Issue 13028 |
| 190 | 174 |
| 191 assign_top_method_test: Fail | 175 assign_top_method_test: Fail # Issue 13075 |
| 192 null_test/none: Fail # Issue 12482 | 176 null_test/none: Fail # Issue 12482 |
| 193 | 177 |
| 194 | 178 |
| 195 [ $compiler == dart2js && $runtime == none ] | 179 [ $compiler == dart2js && $runtime == none ] |
| 196 *: Fail, Pass # TODO(ahe): Triage these tests. | 180 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 197 | 181 |
| 198 | 182 |
| 199 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 183 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] |
| 200 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 184 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 201 | 185 |
| 202 | 186 |
| 203 [ $compiler == dart2js && $runtime == ie9 ] | 187 [ $compiler == dart2js && $runtime == ie9 ] |
| 204 double_to_string_as_exponential3_test: Fail # Issue 12750 | 188 double_to_string_as_exponential3_test: Fail # Issue 12750 |
| 205 double_to_string_as_fixed_test: Fail # Issue 12750 | 189 double_to_string_as_fixed_test: Fail # Issue 12750 |
| 206 double_to_string_as_precision3_test: Fail # Issue 12750 | 190 double_to_string_as_precision3_test: Fail # Issue 12750 |
| 207 expect_test: Fail | 191 expect_test: Fail # Issue 13080 |
| 208 stack_overflow_test: Fail | 192 stack_overflow_test: Fail |
| 209 stack_overflow_stacktrace_test: Fail | 193 stack_overflow_stacktrace_test: Fail |
| 210 | 194 |
| 211 | 195 |
| 212 [ $runtime == opera ] | 196 [ $runtime == opera ] |
| 213 null_access_error_test: Fail # Issue: 7413 | 197 null_access_error_test: Fail # Issue: 7413 |
| 214 string_interpolate_null_test: Fail # Issue: 7413 | 198 string_interpolate_null_test: Fail # Issue: 7413 |
| 215 call_through_null_getter_test: Fail | 199 call_through_null_getter_test: Fail |
| 216 closure3_test: Fail | 200 closure3_test: Fail |
| 217 execute_finally3_test: Fail | 201 execute_finally3_test: Fail |
| 218 method_invocation_test: Fail | 202 method_invocation_test: Fail |
| 219 stack_overflow_test: Fail | 203 stack_overflow_test: Fail |
| 220 stack_overflow_stacktrace_test: Fail | 204 stack_overflow_stacktrace_test: Fail |
| 221 closure_call_wrong_argument_count_negative_test: Skip | 205 closure_call_wrong_argument_count_negative_test: Skip |
| 222 label_test: Skip | 206 label_test: Skip |
| 223 | 207 |
| 224 | 208 |
| 225 [ $compiler == dart2dart ] | 209 [ $compiler == dart2dart ] |
| 226 mixin_super_constructor_named_test: Fail # Issue 12631 | 210 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 227 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 211 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 228 function_type_alias6_test/00: Fail # Issue 11986 | 212 function_type_alias6_test/00: Fail # Issue 11986 |
| 229 function_type_alias9_test/00: Crash # Issue 11986 | 213 function_type_alias9_test/00: Crash # Issue 11986 |
| 230 symbol_literal_test: Fail # Issue 12171 | 214 symbol_literal_test: Fail # Issue 12171 |
| 231 | 215 |
| 232 built_in_identifier_prefix_test: Fail # Issue 6972 | 216 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 233 constructor_initializer_test: Fail # VM issue | 217 constructor_initializer_test/none: Fail # Issue 12633 |
| 234 factory3_test: Fail | 218 factory3_test: Fail |
| 235 type_checks_in_factory_method_test: Fail # Issue 12747 | 219 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 236 | 220 |
| 237 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. | 221 many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, te
st depends on method names. |
| 238 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. | 222 overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test de
pends on method names. |
| 239 | 223 |
| 240 on_catch_malformed_type_test: Fail # Issue 8601 | 224 on_catch_malformed_type_test: Fail # Issue 8601 |
| 241 | 225 |
| 242 mixin_type_parameters_errors_test/01: Fail # Issue 12886 | 226 mixin_type_parameters_errors_test/01: Fail # Issue 12886 |
| 243 mixin_type_parameters_errors_test/02: Fail # Issue 12886 | 227 mixin_type_parameters_errors_test/02: Fail # Issue 12886 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 import_core_prefix_test: Pass | 374 import_core_prefix_test: Pass |
| 391 prefix22_test: Pass | 375 prefix22_test: Pass |
| 392 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 376 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 393 super_call4_test: Fail, OK # hardcoded names. | 377 super_call4_test: Fail, OK # hardcoded names. |
| 394 | 378 |
| 395 [ $minified ] | 379 [ $minified ] |
| 396 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 380 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 397 | 381 |
| 398 [ $runtime == ie9 ] | 382 [ $runtime == ie9 ] |
| 399 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 383 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |