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