| 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 ] | 5 [ $compiler == dart2js ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 default_factory2_test/01: Fail # Type bounds for type variable not checked. | 33 default_factory2_test/01: Fail # Type bounds for type variable not checked. |
| 34 function_type_test: Fail # does not detect type error in checked mode. | 34 function_type_test: Fail # does not detect type error in checked mode. |
| 35 function_malformed_result_type_test: Fail # does not detect type error in checke
d mode. | 35 function_malformed_result_type_test: Fail # does not detect type error in checke
d mode. |
| 36 | 36 |
| 37 arithmetic_test: Fail | 37 arithmetic_test: Fail |
| 38 | 38 |
| 39 [ $compiler == dart2js && $unchecked ] | 39 [ $compiler == dart2js && $unchecked ] |
| 40 assertion_test: Fail, OK | 40 assertion_test: Fail, OK |
| 41 | 41 |
| 42 [ $compiler == dart2js ] | 42 [ $compiler == dart2js ] |
| 43 fauxverride_test/05: Fail # TODO(ahe): I have a pending CL for this. | |
| 44 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. | 43 compile_time_constant8_test: Fail # We don't take the generic type into account
yet. |
| 45 static_initializer_type_error_test: Fail # Checked mode not supported. | 44 static_initializer_type_error_test: Fail # Checked mode not supported. |
| 46 exception_test: Fail # "throw null" throws NullPointerException. | 45 exception_test: Fail # "throw null" throws NullPointerException. |
| 47 | 46 |
| 48 # Compilation errors. | 47 # Compilation errors. |
| 49 ct_const_test: Fail # We don't take the generic type into account yet. | 48 ct_const_test: Fail # We don't take the generic type into account yet. |
| 50 call_operator_test: Fail # Unexpected token 'call' | 49 call_operator_test: Fail # Unexpected token 'call' |
| 51 char_escape_test: Fail # Unhandled non-BMP character: U+10000 | 50 char_escape_test: Fail # Unhandled non-BMP character: U+10000 |
| 52 constructor6_test: Fail # Closures inside initializers not implemented. | 51 constructor6_test: Fail # Closures inside initializers not implemented. |
| 53 default_factory_library_test: Fail # lib is not a type | 52 default_factory_library_test: Fail # lib is not a type |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 interface_factory_constructor_negative_test: Fail, OK # Negative language test. | 160 interface_factory_constructor_negative_test: Fail, OK # Negative language test. |
| 162 interface_static_method_negative_test: Fail, OK # Negative language test. | 161 interface_static_method_negative_test: Fail, OK # Negative language test. |
| 163 list_literal1_negative_test: Fail, OK # Negative language test. | 162 list_literal1_negative_test: Fail, OK # Negative language test. |
| 164 list_literal2_negative_test: Fail, OK # Negative language test. | 163 list_literal2_negative_test: Fail, OK # Negative language test. |
| 165 map_literal1_negative_test: Fail, OK # Negative language test. | 164 map_literal1_negative_test: Fail, OK # Negative language test. |
| 166 map_literal2_negative_test: Fail, OK # Negative language test. | 165 map_literal2_negative_test: Fail, OK # Negative language test. |
| 167 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. | 166 new_expression_type_args_frog_test/02: Fail, OK # Negative language test. |
| 168 non_const_super_negative_test: Fail, OK # Negative language test. | 167 non_const_super_negative_test: Fail, OK # Negative language test. |
| 169 number_identifier_negative_test: Fail, OK # Negative language test. | 168 number_identifier_negative_test: Fail, OK # Negative language test. |
| 170 operator1_negative_test: Fail, OK # Negative language test. | 169 operator1_negative_test: Fail, OK # Negative language test. |
| 171 override_field_method1_negative_test: Fail, OK # Negative language test. | 170 override_field_test/04: Fail, OK # Broken test. |
| 172 override_field_method2_negative_test: Fail, OK # Negative language test. | |
| 173 override_field_method3_negative_test: Fail, OK # Negative language test. | |
| 174 override_field_method6_negative_test: Fail, OK # Negative language test. | |
| 175 override_field_test/01: Fail, OK # Negative language test. | |
| 176 override_field_test/04: Fail, OK # Negative language test. | |
| 177 override_method_with_field_test/01: Fail, OK # Negative language test. | |
| 178 prefix16_test: Fail | 171 prefix16_test: Fail |
| 179 prefix18_negative_test: Fail, OK # Negative language test. | 172 prefix18_negative_test: Fail, OK # Negative language test. |
| 180 prefix20_negative_test: Fail, OK # Negative language test. | 173 prefix20_negative_test: Fail, OK # Negative language test. |
| 181 prefix23_negative_test: Fail, OK # Negative language test. | 174 prefix23_negative_test: Fail, OK # Negative language test. |
| 182 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. | 175 pseudo_kw_illegal_test/01: Fail, OK # Negative language test. |
| 183 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. | 176 pseudo_kw_illegal_test/03: Fail, OK # Negative language test. |
| 184 pseudo_kw_illegal_test/05: Fail, OK # Negative language test. | 177 pseudo_kw_illegal_test/05: Fail, OK # Negative language test. |
| 185 pseudo_kw_illegal_test/06: Fail, OK # Negative language test. | 178 pseudo_kw_illegal_test/06: Fail, OK # Negative language test. |
| 186 pseudo_kw_illegal_test/07: Fail, OK # Negative language test. | 179 pseudo_kw_illegal_test/07: Fail, OK # Negative language test. |
| 187 pseudo_kw_illegal_test/08: Fail, OK # Negative language test. | 180 pseudo_kw_illegal_test/08: Fail, OK # Negative language test. |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 | 221 |
| 229 | 222 |
| 230 [ $compiler == dart2js && $mode == release ] | 223 [ $compiler == dart2js && $mode == release ] |
| 231 assign_top_method_negative_test: Crash | 224 assign_top_method_negative_test: Crash |
| 232 | 225 |
| 233 | 226 |
| 234 [ $compiler == dart2js && $runtime == none ] | 227 [ $compiler == dart2js && $runtime == none ] |
| 235 *: Fail, Pass # TODO(ahe): Triage these tests. | 228 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 236 | 229 |
| 237 | 230 |
| 238 [ $compiler == dart2js && ($runtime == ff || $runtime == safari || $runtime == d
8 || $runtime == drt || $runtime == chrome) ] | |
| 239 class_override_negative_test: Fail, OK # Negative language test. | |
| 240 override_field_method4_negative_test: Fail, OK # Negative language test. | |
| 241 override_field_method5_negative_test: Fail, OK # Negative language test. | |
| 242 | |
| 243 | |
| 244 [ $compiler == dart2js && $runtime == ff ] | 231 [ $compiler == dart2js && $runtime == ff ] |
| 245 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 232 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 246 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 233 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 247 double_to_string_as_fixed_test: Fail | 234 double_to_string_as_fixed_test: Fail |
| 248 | 235 |
| 249 | 236 |
| 250 [ $compiler == dart2js && $runtime == ie ] | 237 [ $compiler == dart2js && $runtime == ie ] |
| 251 arithmetic2_test: Fail # BUG(3304) | 238 arithmetic2_test: Fail # BUG(3304) |
| 252 bad_named_parameters2_test: Fail # BUG(3304) | 239 bad_named_parameters2_test: Fail # BUG(3304) |
| 253 bad_named_parameters_test: Fail # BUG(3304) | 240 bad_named_parameters_test: Fail # BUG(3304) |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 | 284 |
| 298 | 285 |
| 299 [ $compiler == dart2js && $runtime == safari ] | 286 [ $compiler == dart2js && $runtime == safari ] |
| 300 arithmetic_test: Skip # BUG(3492): Times out. | 287 arithmetic_test: Skip # BUG(3492): Times out. |
| 301 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 288 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 302 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 289 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 303 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 290 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 304 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 291 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 305 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 292 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 306 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 293 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |