Chromium Code Reviews| 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 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: CompileTimeError # Issue 13204. |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: MissingCompileTimeError # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: RuntimeError # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 11 malformed_test/06: Fail # Issue 12695 | 11 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 12 full_stacktrace1_test: Pass, Fail # Issue 12698 | 12 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 13 full_stacktrace2_test: Pass, Fail # Issue 12698 | 13 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| 14 full_stacktrace3_test: Pass, Fail # Issue 12698 | 14 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
| 15 stacktrace_test: Pass, Fail # # Issue 12698 | 15 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
| 16 | 16 |
| 17 # VM specific tests that should not be run by dart2js. | 17 # VM specific tests that should not be run by dart2js. |
| 18 vm/*: Skip # Issue 12699 | 18 vm/*: Skip # Issue 12699 |
| 19 | 19 |
| 20 [ $compiler == dart2js && $checked ] | 20 [ $compiler == dart2js && $checked ] |
| 21 checked_setter2_test: Fail # Issue 11273 | 21 checked_setter2_test: Fail # Issue 11273 |
| 22 default_factory2_test/01: Fail # Issue 12700 | 22 default_factory2_test/01: Fail # Issue 12700 |
| 23 type_variable_bounds_test/01: Fail # Issue 12702 | 23 type_variable_bounds_test/01: Fail # Issue 12702 |
| 24 type_variable_bounds_test/02: Fail # Issue 12702 | 24 type_variable_bounds_test/02: Fail # Issue 12702 |
| 25 type_variable_bounds_test/04: Fail # Issue 12702 | 25 type_variable_bounds_test/04: Fail # Issue 12702 |
| 26 type_variable_bounds_test/05: Fail # Issue 12702 | 26 type_variable_bounds_test/05: Fail # Issue 12702 |
| 27 type_variable_bounds2_test/00: Fail # Issue 12702 | 27 type_variable_bounds2_test/00: Fail # Issue 12702 |
| 28 type_variable_bounds2_test/03: Fail # Issue 12702 | 28 type_variable_bounds2_test/03: Fail # Issue 12702 |
| 29 type_variable_bounds2_test/05: Fail # Issue 12702 | 29 type_variable_bounds2_test/05: Fail # Issue 12702 |
| 30 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 30 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 31 type_variable_bounds3_test/00: Fail # Issue 12702 | 31 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 32 f_bounded_quantification_test/01: Fail # Issue 12703 | 32 f_bounded_quantification_test/01: Fail # Issue 12703 |
| 33 f_bounded_quantification_test/02: Fail # Issue 12703 | 33 f_bounded_quantification_test/02: Fail # Issue 12703 |
| 34 f_bounded_quantification5_test: Fail # Issue 12703 | 34 f_bounded_quantification5_test: Fail # Issue 12703 |
| 35 closure_type_test: Fail # Issue 12745 | 35 closure_type_test: Fail # Issue 12745 |
| 36 function_subtype_setter0_test: Fail # Issue 11273 | 36 function_subtype_setter0_test: Fail # Issue 11273 |
| 37 redirecting_factory_malbounded_test/01: Fail # Issue 12825 | 37 redirecting_factory_malbounded_test/01: Fail # Issue 12825 |
| 38 | 38 |
| 39 [ $compiler == dart2js && $unchecked ] | 39 [ $compiler == dart2js && $unchecked ] |
| 40 type_checks_in_factory_method_test: Fail # Issue 12746 | 40 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 41 assertion_test: Fail # Issue 12748 | 41 assertion_test: RuntimeError # Issue 12748 |
| 42 double_to_string_as_exponential2_test: Fail # Issue 12749 | 42 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 |
| 43 double_to_string_as_fixed2_test: Fail # Issue 12749 | 43 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 |
| 44 double_to_string_as_precision2_test: Fail # Issue 12749 | 44 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 45 compile_time_constant_checked_test/02: Fail, OK | 45 compile_time_constant_checked_test/02: MissingCompileTimeError, OK |
|
ricow1
2013/09/25 12:42:44
Peter, maybe you guys want to take a look at this,
| |
| 46 compile_time_constant_checked2_test/01: Fail, OK | 46 compile_time_constant_checked2_test/01: MissingCompileTimeError, OK |
| 47 compile_time_constant_checked2_test/02: Fail, OK | 47 compile_time_constant_checked2_test/02: MissingCompileTimeError, OK |
| 48 compile_time_constant_checked2_test/03: Fail, OK | 48 compile_time_constant_checked2_test/03: MissingCompileTimeError, OK |
| 49 compile_time_constant_checked2_test/04: Fail, OK | 49 compile_time_constant_checked2_test/04: MissingCompileTimeError, OK |
| 50 compile_time_constant_checked2_test/05: Fail, OK | 50 compile_time_constant_checked2_test/05: MissingCompileTimeError, OK |
| 51 compile_time_constant_checked2_test/06: Fail, OK | 51 compile_time_constant_checked2_test/06: MissingCompileTimeError, OK |
| 52 compile_time_constant_checked3_test/01: Fail, OK | 52 compile_time_constant_checked3_test/01: MissingCompileTimeError, OK |
| 53 compile_time_constant_checked3_test/02: Fail, OK | 53 compile_time_constant_checked3_test/02: MissingCompileTimeError, OK |
| 54 compile_time_constant_checked3_test/03: Fail, OK | 54 compile_time_constant_checked3_test/03: MissingCompileTimeError, OK |
| 55 compile_time_constant_checked3_test/04: Fail, OK | 55 compile_time_constant_checked3_test/04: MissingCompileTimeError, OK |
| 56 compile_time_constant_checked3_test/05: Fail, OK | 56 compile_time_constant_checked3_test/05: MissingCompileTimeError, OK |
| 57 compile_time_constant_checked3_test/06: Fail, OK | 57 compile_time_constant_checked3_test/06: MissingCompileTimeError, OK |
| 58 generic_test: Fail, OK | 58 generic_test: RuntimeError, OK |
| 59 named_parameters_type_test/01: Fail, OK | 59 named_parameters_type_test/01: MissingRuntimeError, OK |
| 60 named_parameters_type_test/02: Fail, OK | 60 named_parameters_type_test/02: MissingRuntimeError, OK |
| 61 named_parameters_type_test/03: Fail, OK | 61 named_parameters_type_test/03: MissingRuntimeError, OK |
| 62 positional_parameters_type_test/01: Fail, OK | 62 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 63 positional_parameters_type_test/02: Fail, OK | 63 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 64 | 64 |
| 65 [ $compiler == dart2js && $minified ] | 65 [ $compiler == dart2js && $minified ] |
| 66 f_bounded_quantification4_test: Fail # Issue 12605. | 66 f_bounded_quantification4_test: Fail # Issue 12605. |
| 67 f_bounded_quantification5_test: Fail # Issue 12605. | 67 f_bounded_quantification5_test: Fail # Issue 12605. |
| 68 mixin_generic_test: Fail # Issue 12605. | 68 mixin_generic_test: Fail # Issue 12605. |
| 69 mixin_mixin2_test: Fail # Issue 12605. | 69 mixin_mixin2_test: Fail # Issue 12605. |
| 70 mixin_mixin3_test: Fail # Issue 12605. | 70 mixin_mixin3_test: Fail # Issue 12605. |
| 71 mixin_mixin4_test: Fail # Issue 12605. | 71 mixin_mixin4_test: Fail # Issue 12605. |
| 72 mixin_mixin5_test: Fail # Issue 12605. | 72 mixin_mixin5_test: Fail # Issue 12605. |
| 73 mixin_mixin6_test: Fail # Issue 12605. | 73 mixin_mixin6_test: Fail # Issue 12605. |
| 74 | 74 |
| 75 [ $compiler == dart2js ] | 75 [ $compiler == dart2js ] |
| 76 function_type_alias9_test/00: Crash # Issue 9792 | 76 function_type_alias9_test/00: Crash # Issue 9792 |
| 77 branch_canonicalization_test: Fail # Issue 638. | 77 branch_canonicalization_test: RuntimeError # Issue 638. |
| 78 identical_closure2_test: Fail # Issue 1533, Issue 12596 | 78 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 79 integer_division_by_zero_test: Fail # Issue 8301 | 79 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 80 built_in_identifier_prefix_test: Fail # Issue 6972 | 80 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 81 number_identity2_test: Fail # Issue 12596 | 81 number_identity2_test: RuntimeError # Issue 12596 |
| 82 new_expression_type_args_test/00: Fail # Issue 5519 | 82 new_expression_type_args_test/00: CompileTimeError # Issue 5519 |
| 83 new_expression_type_args_test/01: Fail # Issue 5519 | 83 new_expression_type_args_test/01: CompileTimeError # Issue 5519 |
| 84 double_int_to_string_test: Fail # Issue 1533 | 84 double_int_to_string_test: RuntimeError # Issue 1533 |
| 85 mint_arithmetic_test: Fail # Issue 1533 | 85 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 86 left_shift_test: Fail # Issue 1533 | 86 left_shift_test: RuntimeError # Issue 1533 |
| 87 factory_redirection_test/01: Fail # Issue 12752 | 87 factory_redirection_test/01: CompileTimeError # Issue 12752 |
| 88 factory_redirection_test/07: Fail # Issue 12752 | 88 factory_redirection_test/07: MissingCompileTimeError # Issue 12752 |
| 89 bad_override_test/01: Fail # Issue 11496 | 89 bad_override_test/01: CompileTimeError # Issue 11496 |
| 90 bad_override_test/02: Fail # Issue 11496 | 90 bad_override_test/02: CompileTimeError # Issue 11496 |
| 91 bad_override_test/06: Fail # Issue 11496 | 91 bad_override_test/06: CompileTimeError # Issue 11496 |
| 92 class_override_test/00: Fail # Issue 11496 | 92 class_override_test/00: CompileTimeError # Issue 11496 |
| 93 field_override3_test/00: Fail # Issue 11496 | 93 field_override3_test/00: MissingCompileTimeError # Issue 11496 |
| 94 field_override3_test/01: Fail # Issue 11496 | 94 field_override3_test/01: MissingCompileTimeError # Issue 11496 |
| 95 field_override3_test/02: Fail # Issue 11496 | 95 field_override3_test/02: MissingCompileTimeError # Issue 11496 |
| 96 field_override3_test/03: Fail # Issue 11496 | 96 field_override3_test/03: MissingCompileTimeError # Issue 11496 |
| 97 getter_override_test/00: Fail # Issue 11496 | 97 getter_override_test/00: MissingCompileTimeError # Issue 11496 |
| 98 getter_override_test/01: Fail # Issue 11496 | 98 getter_override_test/01: MissingCompileTimeError # Issue 11496 |
| 99 getter_override_test/02: Fail # Issue 11496 | 99 getter_override_test/02: MissingCompileTimeError # Issue 11496 |
| 100 method_override7_test/00: Fail # Issue 11496 | 100 method_override7_test/00: MissingCompileTimeError # Issue 11496 |
| 101 method_override7_test/01: Fail # Issue 11496 | 101 method_override7_test/01: MissingCompileTimeError # Issue 11496 |
| 102 method_override7_test/02: Fail # Issue 11496 | 102 method_override7_test/02: MissingCompileTimeError # Issue 11496 |
| 103 method_override8_test/03: Fail # Issue 11496 | 103 method_override8_test/03: CompileTimeError # Issue 11496 |
| 104 setter_override_test/00: Fail # Issue 11496 | 104 setter_override_test/00: MissingCompileTimeError # Issue 11496 |
| 105 setter_override_test/03: Fail # Issue 11496 | 105 setter_override_test/03: MissingCompileTimeError # Issue 11496 |
| 106 setter_override2_test/02: Fail # Issue 11496 | 106 setter_override2_test/02: CompileTimeError # Issue 11496 |
| 107 constructor_named_arguments_test/01: Fail # Issue 5519 | 107 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 |
| 108 getter_no_setter_test/01: Fail # Issue 5519 | 108 getter_no_setter_test/01: MissingCompileTimeError # Issue 5519 |
| 109 not_enough_positional_arguments_test/01: Fail # Issue 12838 | 109 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 110 not_enough_positional_arguments_test/02: Fail # Issue 12838 | 110 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 111 not_enough_positional_arguments_test/05: Fail # Issue 12838 | 111 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 112 metadata_test: Fail # Issue 5841 | 112 metadata_test: CompileTimeError # Issue 5841 |
| 113 infinity_test: Fail # Issue 4984 | 113 infinity_test: RuntimeError # Issue 4984 |
| 114 positive_bit_operations_test: Fail # Issue 12795 | 114 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 115 mixin_mixin2_test: Fail # Issue 13109. | 115 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 116 mixin_mixin3_test: Fail # Issue 13109. | 116 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 117 mixin_mixin7_test: Fail # Issue 13109. | 117 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 118 | 118 |
| 119 # Compilation errors. | 119 # Compilation errors. |
| 120 const_var_test: Fail # Issue 12793 | 120 const_var_test: CompileTimeError # Issue 12793 |
| 121 map_literal3_test: Fail # Issue 12793 | 121 map_literal3_test: CompileTimeError # Issue 12793 |
| 122 function_type_alias5_test/00: Fail # Issue 12754 | 122 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 |
| 123 function_type_alias5_test/01: Fail # Issue 12754 | 123 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 |
| 124 function_type_alias5_test/02: Fail # Issue 12754 | 124 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 |
| 125 method_override5_test: Fail # Issue 12809 | 125 method_override5_test: RuntimeError # Issue 12809 |
| 126 parameter_initializer6_negative_test: Fail # Issue 3502 | 126 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 127 named_parameters_aggregated_test/03: Fail # Issue 12812 | 127 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
| 128 external_test/11: Fail # Issue 12887 | 128 external_test/11: MissingCompileTimeError # Issue 12887 |
| 129 external_test/12: Fail # Issue 12887 | 129 external_test/12: MissingCompileTimeError # Issue 12887 |
| 130 external_test/13: Fail # Issue 12887 | 130 external_test/13: CompileTimeError # Issue 12887 |
| 131 external_test/21: Fail # Issue 12887 | 131 external_test/21: MissingCompileTimeError # Issue 12887 |
| 132 external_test/22: Fail # Issue 12887 | 132 external_test/22: MissingCompileTimeError # Issue 12887 |
| 133 external_test/23: Fail # Issue 12887 | 133 external_test/23: MissingCompileTimeError # Issue 12887 |
| 134 external_test/30: Fail # Issue 12887 | 134 external_test/30: MissingCompileTimeError # Issue 12887 |
| 135 external_test/31: Fail # Issue 12887 | 135 external_test/31: MissingCompileTimeError # Issue 12887 |
| 136 instanceof4_test/01: Fail # Issue 12889 | 136 instanceof4_test/01: RuntimeError # Issue 12889 |
| 137 list_literal4_test: Fail # Issue 12890 | 137 list_literal4_test: RuntimeError # Issue 12890 |
| 138 map_literal4_test: Fail # Issue 12891 | 138 map_literal4_test: RuntimeError # Issue 12891 |
| 139 built_in_identifier_test/01: Fail # Issue 13022 | 139 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 140 | 140 |
| 141 const_syntax_test/03: Fail # Issue 12932 | 141 const_syntax_test/03: MissingCompileTimeError # Issue 12932 |
| 142 const_syntax_test/04: Fail # Issue 12932 | 142 const_syntax_test/04: MissingCompileTimeError # Issue 12932 |
| 143 constructor9_test/01: Fail # Issue 12934 | 143 constructor9_test/01: MissingCompileTimeError # Issue 12934 |
| 144 list_literal1_test/01: Fail # Issue 12993 | 144 list_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 145 map_literal1_test/01: Fail # Issue 12993 | 145 map_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 146 scope_variable_test/01: Fail # Issue 13016 | 146 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 147 static_final_field2_test/02: Fail # Issue 13017 | 147 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 |
| 148 throw7_test/01: Fail # Issue 13019 | 148 throw7_test/01: MissingCompileTimeError # Issue 13019 |
| 149 | 149 |
| 150 numbers_test: Fail, OK # Issue 1533 | 150 numbers_test: RuntimeError, OK # Issue 1533 |
| 151 canonical_const2_test: Fail, OK # Issue 1533 | 151 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 152 bit_operations_test: Fail, OK # Issue 1533 | 152 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 153 expect_test: Fail, OK # Issue 13080 | 153 expect_test: RuntimeError, OK # Issue 13080 |
| 154 | 154 |
| 155 final_syntax_test/01: Fail # Issue 13020 | 155 final_syntax_test/01: MissingCompileTimeError # Issue 13020 |
| 156 final_syntax_test/02: Fail # Issue 13020 | 156 final_syntax_test/02: MissingCompileTimeError # Issue 13020 |
| 157 final_syntax_test/03: Fail # Issue 13020 | 157 final_syntax_test/03: MissingCompileTimeError # Issue 13020 |
| 158 final_syntax_test/04: Fail # Issue 13020 | 158 final_syntax_test/04: MissingCompileTimeError # Issue 13020 |
| 159 | 159 |
| 160 assign_top_method_test: Fail # Issue 13075 | 160 assign_top_method_test: RuntimeError # Issue 13075 |
| 161 null_test/none: Fail # Issue 12482 | 161 null_test/none: RuntimeError # Issue 12482 |
| 162 | 162 |
| 163 | 163 |
| 164 [ $compiler == dart2js && $runtime == none ] | 164 [ $compiler == dart2js && $runtime == none ] |
| 165 *: Fail, Pass # TODO(ahe): Triage these tests. | 165 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 166 | 166 |
| 167 | 167 |
| 168 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] | 168 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] |
| 169 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 169 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 170 | 170 |
| 171 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 171 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 338 import_core_prefix_test: Pass | 338 import_core_prefix_test: Pass |
| 339 prefix22_test: Pass | 339 prefix22_test: Pass |
| 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 341 super_call4_test: Fail, OK # hardcoded names. | 341 super_call4_test: Fail, OK # hardcoded names. |
| 342 | 342 |
| 343 [ $minified ] | 343 [ $minified ] |
| 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 345 | 345 |
| 346 [ $runtime == ie9 ] | 346 [ $runtime == ie9 ] |
| 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |