| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 | 234 |
| 235 [ $compiler == dart2js && $runtime == ff ] | 235 [ $compiler == dart2js && $runtime == ff ] |
| 236 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 236 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' | 237 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 238 double_to_string_as_fixed_test: Fail | 238 double_to_string_as_fixed_test: Fail |
| 239 double_to_string_as_exponential_test: Fail | 239 double_to_string_as_exponential_test: Fail |
| 240 label_test: Skip # Timeout | 240 label_test: Skip # Timeout |
| 241 | 241 |
| 242 | 242 |
| 243 [ $compiler == dart2js && $runtime == ie ] | 243 [ $compiler == dart2js && $runtime == ie ] |
| 244 arithmetic2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | 244 arithmetic2_test: Fail # BUG(3304) |
| 245 assert_keyword_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym
ore? | 245 bad_named_parameters2_test: Fail # BUG(3304) |
| 246 assign_instance_method_negative_test: Fail # BUG(3304): Maybe this doesn't time
out anymore? | 246 bad_named_parameters_test: Fail # BUG(3304) |
| 247 bad_named_parameters2_test: Fail # BUG(3304): Maybe this doesn't time out anymor
e? | 247 call_through_getter_test: Fail # BUG(3304) |
| 248 bad_named_parameters_test: Fail # BUG(3304): Maybe this doesn't time out anymore
? | 248 call_through_null_getter_test: Fail # BUG(3304) |
| 249 call_through_getter_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | 249 div_by_zero_test: Fail # BUG(3304) |
| 250 call_through_null_getter_test: Fail # BUG(3304): Maybe this doesn't time out any
more? | 250 double_to_string_as_exponential_test: Fail # BUG(3304) |
| 251 class_override_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym
ore? | |
| 252 closure3_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 253 closure_call_wrong_argument_count_negative_test: Fail # BUG(3304): Maybe this do
esn't time out anymore? | |
| 254 div_by_zero_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 255 double_to_string_as_exponential_test: Fail # BUG(3304): Maybe this doesn't time
out anymore? | |
| 256 dynamic_field_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 257 exception_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 258 execute_finally7_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 259 expect_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 260 factory3_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 261 fannkuch_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 262 field_method4_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymo
re? | |
| 263 generics2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 264 hello_dart_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 265 hello_script_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 266 implicit_closure1_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 267 implied_interface_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 268 import_core_impl_no_prefix_test: Fail # BUG(3304): Maybe this doesn't time out a
nymore? | |
| 269 import_core_no_prefix_test: Fail # BUG(3304): Maybe this doesn't time out anymor
e? | |
| 270 instance_call_wrong_argument_count_negative_test: Fail # BUG(3304): Maybe this d
oesn't time out anymore? | |
| 271 interface_inherit_field_test: Fail # BUG(3304): Maybe this doesn't time out anym
ore? | |
| 272 label_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 273 library_private_in_constructor_test: Fail # BUG(3304): Maybe this doesn't time o
ut anymore? | |
| 274 list_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 275 local_function3_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 276 local_function_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 277 method_invocation_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 278 naming_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 279 native_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 280 no_such_method_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym
ore? | |
| 281 null_pointer_exception_test: Fail # BUG(3304): Maybe this doesn't time out anymo
re? | |
| 282 override_field_method4_negative_test: Fail # BUG(3304): Maybe this doesn't time
out anymore? | |
| 283 override_field_method5_negative_test: Fail # BUG(3304): Maybe this doesn't time
out anymore? | |
| 284 prefix6_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 285 private2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 286 private3_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 287 private_member1_negative_test: Fail # BUG(3304): Maybe this doesn't time out any
more? | |
| 288 private_member2_negative_test: Fail # BUG(3304): Maybe this doesn't time out any
more? | |
| 289 private_member3_negative_test: Fail # BUG(3304): Maybe this doesn't time out any
more? | |
| 290 reg_ex2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 291 reg_exp2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 292 savannah_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 293 stack_overflow_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 294 stack_trace_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 295 static_field1a_run_negative_test: Fail # BUG(3304): Maybe this doesn't time out
anymore? | |
| 296 static_field2a_run_negative_test: Fail # BUG(3304): Maybe this doesn't time out
anymore? | |
| 297 string_interpolate_npe_test: Fail # BUG(3304): Maybe this doesn't time out anymo
re? | |
| 298 string_interpolate_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 299 throw1_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 300 throw2_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 301 throw3_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 302 throw4_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 303 throw5_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 304 throw6_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 305 throw_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 306 type_checks_in_factory_method_test: Fail # BUG(3304): Maybe this doesn't time ou
t anymore? | |
| 307 typed_message_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 308 unbound_getter_test: Fail # BUG(3304): Maybe this doesn't time out anymore? | |
| 309 unhandled_exception_negative_test: Fail # BUG(3304): Maybe this doesn't time out
anymore? | |
| 310 double_to_string_as_fixed_test: Fail | 251 double_to_string_as_fixed_test: Fail |
| 252 dynamic_field_test: Fail # BUG(3304) |
| 253 exception_test: Fail # BUG(3304) |
| 254 execute_finally7_test: Fail # BUG(3304) |
| 255 expect_test: Fail # BUG(3304) |
| 256 factory3_test: Fail # BUG(3304) |
| 257 fannkuch_test: Fail # BUG(3304) |
| 258 generics2_test: Fail # BUG(3304) |
| 259 hello_dart_test: Fail # BUG(3304) |
| 260 hello_script_test: Fail # BUG(3304) |
| 261 implicit_closure1_test: Fail # BUG(3304) |
| 262 implied_interface_test: Fail # BUG(3304) |
| 263 import_core_impl_no_prefix_test: Fail # BUG(3304) |
| 264 import_core_no_prefix_test: Fail # BUG(3304) |
| 265 interface_inherit_field_test: Fail # BUG(3304) |
| 266 library_private_in_constructor_test: Fail # BUG(3304) |
| 267 list_test: Fail # BUG(3304) |
| 268 local_function3_test: Fail # BUG(3304) |
| 269 local_function_test: Fail # BUG(3304) |
| 270 naming_test: Fail # BUG(3304) |
| 271 native_test: Fail # BUG(3304) |
| 272 private2_test: Fail # BUG(3304) |
| 273 private3_test: Fail # BUG(3304) |
| 274 reg_ex2_test: Fail # BUG(3304) |
| 275 reg_exp2_test: Fail # BUG(3304) |
| 276 savannah_test: Fail # BUG(3304) |
| 277 stack_overflow_test: Fail # BUG(3304) |
| 278 stack_trace_test: Fail # BUG(3304) |
| 279 string_interpolate_test: Fail # BUG(3304) |
| 280 throw1_test: Fail # BUG(3304) |
| 281 throw2_test: Fail # BUG(3304) |
| 282 throw3_test: Fail # BUG(3304) |
| 283 throw4_test: Fail # BUG(3304) |
| 284 throw5_test: Fail # BUG(3304) |
| 285 throw6_test: Fail # BUG(3304) |
| 286 throw_test: Fail # BUG(3304) |
| 287 type_checks_in_factory_method_test: Fail # BUG(3304) |
| 288 typed_message_test: Fail # BUG(3304) |
| 289 unbound_getter_test: Fail # BUG(3304) |
| 290 |
| 311 | 291 |
| 312 [ $compiler == dart2js && $runtime == safari ] | 292 [ $compiler == dart2js && $runtime == safari ] |
| 313 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 314 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 315 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 316 arithmetic_test: Skip # Timeout | 296 arithmetic_test: Skip # Timeout |
| 317 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 318 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 319 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 320 label_test: Skip # Timeout | 300 label_test: Skip # Timeout |
| OLD | NEW |