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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 assign_static_type_test/01: Fail | 6 assign_static_type_test/01: Fail |
| 7 assign_static_type_test/02: Fail | 7 assign_static_type_test/02: Fail |
| 8 assign_static_type_test/03: Fail | 8 assign_static_type_test/03: Fail |
| 9 assign_static_type_test/04: Fail | 9 assign_static_type_test/04: Fail |
| 10 type_variable_bounds_test/01: Fail | 10 type_variable_bounds_test/01: Fail |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 25 assign_top_method_negative_test: Pass # For the wrong reasons. | 25 assign_top_method_negative_test: Pass # For the wrong reasons. |
| 26 f_bounded_quantification_test/01: Fail | 26 f_bounded_quantification_test/01: Fail |
| 27 f_bounded_quantification_test/02: Fail | 27 f_bounded_quantification_test/02: Fail |
| 28 default_factory2_test/01: Fail # Type bounds for type variable not checked. | 28 default_factory2_test/01: Fail # Type bounds for type variable not checked. |
| 29 | 29 |
| 30 arithmetic_test: Fail | 30 arithmetic_test: Fail |
| 31 | 31 |
| 32 [ $compiler == dart2js && $unchecked ] | 32 [ $compiler == dart2js && $unchecked ] |
| 33 assertion_test: Fail, OK | 33 assertion_test: Fail, OK |
| 34 | 34 |
| 35 [ $compiler == dart2js] | 35 [ $compiler == dart2js ] |
| 36 compile_time_constant8_test: Fail # We don't take the generic type into account yet. | 36 compile_time_constant8_test: Fail # We don't take the generic type into account yet. |
| 37 static_initializer_type_error_test: Fail # Checked mode not supported. | 37 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 38 exception_test: Fail # "throw null" throws NullPointerException. | 38 exception_test: Fail # "throw null" throws NullPointerException. |
| 39 | 39 |
| 40 # Compilation errors. | 40 # Compilation errors. |
| 41 ct_const_test: Fail # We don't take the generic type into account yet. | 41 ct_const_test: Fail # We don't take the generic type into account yet. |
| 42 call_operator_test: Fail # Unexpected token 'call' | 42 call_operator_test: Fail # Unexpected token 'call' |
| 43 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | 43 char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| 44 constructor6_test: Fail # Closures inside initializers not implemented. | 44 constructor6_test: Fail # Closures inside initializers not implemented. |
| 45 default_factory_library_test: Fail # lib is not a type | 45 default_factory_library_test: Fail # lib is not a type |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 103 | 103 |
| 104 # | 104 # |
| 105 # The following tests are all semantic tests that we can rely on dartc | 105 # The following tests are all semantic tests that we can rely on dartc |
| 106 # catching for now. | 106 # catching for now. |
| 107 # | 107 # |
| 108 abstract_static_negative_test: Fail, OK # Negative language test. | 108 abstract_static_negative_test: Fail, OK # Negative language test. |
| 109 abstract_syntax_test/01: Fail, OK # Negative language test. | 109 abstract_syntax_test/01: Fail, OK # Negative language test. |
| 110 abstract_syntax_test/02: Fail, OK # Negative language test. | 110 abstract_syntax_test/02: Fail, OK # Negative language test. |
| 111 assign_top_method_negative_test: Fail, OK # Negative language test. | 111 assign_top_method_negative_test: Fail, OK # Negative language test. |
| 112 class_extends_negative_test: Fail, OK # Negative language test. | 112 class_extends_negative_test: Fail, OK # Negative language test. |
| 113 class_override_negative_test: Fail, OK # Negative language test. | |
| 114 const_constructor_syntax_test/01: Fail, OK # Negative language test. | 113 const_constructor_syntax_test/01: Fail, OK # Negative language test. |
| 115 const_constructor_syntax_test/02: Fail, OK # Negative language test. | 114 const_constructor_syntax_test/02: Fail, OK # Negative language test. |
| 116 const_constructor_syntax_test/03: Fail, OK # Negative language test. | 115 const_constructor_syntax_test/03: Fail, OK # Negative language test. |
| 117 const_constructor_syntax_test/04: Fail, OK # Negative language test. | 116 const_constructor_syntax_test/04: Fail, OK # Negative language test. |
| 118 const_factory_negative_test: Fail, OK # Negative language test. | 117 const_factory_negative_test: Fail, OK # Negative language test. |
| 119 const_field_negative_test: Fail, OK # Negative language test. | 118 const_field_negative_test: Fail, OK # Negative language test. |
| 120 const_init4_negative_test: Fail, OK # Negative language test. | 119 const_init4_negative_test: Fail, OK # Negative language test. |
| 121 const_init_negative_test: Fail, OK # Negative language test. | 120 const_init_negative_test: Fail, OK # Negative language test. |
| 122 const_syntax_test/01: Fail, OK # Negative language test. | 121 const_syntax_test/01: Fail, OK # Negative language test. |
| 123 const_syntax_test/02: Fail, OK # Negative language test. | 122 const_syntax_test/02: Fail, OK # Negative language test. |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 158 list_literal2_negative_test: Fail, OK # Negative language test. | 157 list_literal2_negative_test: Fail, OK # Negative language test. |
| 159 map_literal1_negative_test: Fail, OK # Negative language test. | 158 map_literal1_negative_test: Fail, OK # Negative language test. |
| 160 map_literal2_negative_test: Fail, OK # Negative language test. | 159 map_literal2_negative_test: Fail, OK # Negative language test. |
| 161 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. | 160 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. |
| 162 non_const_super_negative_test: Fail, OK # Negative language test. | 161 non_const_super_negative_test: Fail, OK # Negative language test. |
| 163 number_identifier_negative_test: Fail, OK # Negative language test. | 162 number_identifier_negative_test: Fail, OK # Negative language test. |
| 164 operator1_negative_test: Fail, OK # Negative language test. | 163 operator1_negative_test: Fail, OK # Negative language test. |
| 165 override_field_method1_negative_test: Fail, OK # Negative language test. | 164 override_field_method1_negative_test: Fail, OK # Negative language test. |
| 166 override_field_method2_negative_test: Fail, OK # Negative language test. | 165 override_field_method2_negative_test: Fail, OK # Negative language test. |
| 167 override_field_method3_negative_test: Fail, OK # Negative language test. | 166 override_field_method3_negative_test: Fail, OK # Negative language test. |
| 168 override_field_method4_negative_test: Fail, OK # Negative language test. | |
| 169 override_field_method5_negative_test: Fail, OK # Negative language test. | |
| 170 override_field_method6_negative_test: Fail, OK # Negative language test. | 167 override_field_method6_negative_test: Fail, OK # Negative language test. |
| 171 override_field_test/01: Fail, OK # Negative language test. | 168 override_field_test/01: Fail, OK # Negative language test. |
| 172 override_field_test/04: Fail, OK # Negative language test. | 169 override_field_test/04: Fail, OK # Negative language test. |
| 173 override_method_with_field_test/01: Fail, OK # Negative language test. | 170 override_method_with_field_test/01: Fail, OK # Negative language test. |
| 174 prefix16_test: Fail | 171 prefix16_test: Fail |
| 175 prefix18_negative_test: Fail, OK # Negative language test. | 172 prefix18_negative_test: Fail, OK # Negative language test. |
| 176 prefix20_negative_test: Fail, OK # Negative language test. | 173 prefix20_negative_test: Fail, OK # Negative language test. |
| 177 prefix23_negative_test: Fail, OK # Negative language test. | 174 prefix23_negative_test: Fail, OK # Negative language test. |
| 178 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. | 175 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. |
| 179 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. | 176 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 225 | 222 |
| 226 | 223 |
| 227 [ $compiler == dart2js && $mode == release ] | 224 [ $compiler == dart2js && $mode == release ] |
| 228 assign_top_method_negative_test: Crash | 225 assign_top_method_negative_test: Crash |
| 229 | 226 |
| 230 | 227 |
| 231 [ $compiler == dart2js && $runtime == none ] | 228 [ $compiler == dart2js && $runtime == none ] |
| 232 *: Fail, Pass # TODO(ahe): Triage these tests. | 229 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 233 | 230 |
| 234 | 231 |
| 232 [ $compiler == dart2js && $runtime != ie ] | |
| 233 class_override_negative_test: Fail, OK # Negative language test. | |
| 234 override_field_method4_negative_test: Fail, OK # Negative language test. | |
| 235 override_field_method5_negative_test: Fail, OK # Negative language test. | |
| 236 | |
| 237 | |
| 235 [ $compiler == dart2js && $runtime == ff ] | 238 [ $compiler == dart2js && $runtime == ff ] |
| 236 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 237 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 238 double_to_string_as_fixed_test: Fail | 241 double_to_string_as_fixed_test: Fail |
| 239 double_to_string_as_exponential_test: Fail | 242 double_to_string_as_exponential_test: Fail |
| 240 label_test: Skip # Timeout | |
|
ngeoffray
2012/06/11 08:28:25
Note that the timeout here AFAIR is due to invalid
| |
| 241 | 243 |
| 242 | 244 |
| 243 [ $compiler == dart2js && $runtime == ie ] | 245 [ $compiler == dart2js && $runtime == ie ] |
| 244 arithmetic2_test: Fail # BUG(3304) | 246 arithmetic2_test: Fail # BUG(3304) |
| 245 bad_named_parameters2_test: Fail # BUG(3304) | 247 bad_named_parameters2_test: Fail # BUG(3304) |
| 246 bad_named_parameters_test: Fail # BUG(3304) | 248 bad_named_parameters_test: Fail # BUG(3304) |
| 247 call_through_getter_test: Fail # BUG(3304) | 249 call_through_getter_test: Fail # BUG(3304) |
| 248 call_through_null_getter_test: Fail # BUG(3304) | 250 call_through_null_getter_test: Fail # BUG(3304) |
| 249 div_by_zero_test: Fail # BUG(3304) | 251 div_by_zero_test: Fail # BUG(3304) |
| 250 double_to_string_as_exponential_test: Fail # BUG(3304) | 252 double_to_string_as_exponential_test: Fail # BUG(3304) |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 286 throw_test: Fail # BUG(3304) | 288 throw_test: Fail # BUG(3304) |
| 287 type_checks_in_factory_method_test: Fail # BUG(3304) | 289 type_checks_in_factory_method_test: Fail # BUG(3304) |
| 288 typed_message_test: Fail # BUG(3304) | 290 typed_message_test: Fail # BUG(3304) |
| 289 unbound_getter_test: Fail # BUG(3304) | 291 unbound_getter_test: Fail # BUG(3304) |
| 290 | 292 |
| 291 | 293 |
| 292 [ $compiler == dart2js && $runtime == safari ] | 294 [ $compiler == dart2js && $runtime == safari ] |
| 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 297 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 296 arithmetic_test: Skip # Timeout | |
| 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 label_test: Skip # Timeout | |
| OLD | NEW |