Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: tests/language/language_dart2js.status

Issue 10545110: Try to get rid of some of the IE skips. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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: Skip # BUG(3304): Times out. 244 arithmetic2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
245 assert_keyword_negative_test: Skip # BUG(3304): Times out. 245 assert_keyword_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym ore?
246 assign_instance_method_negative_test: Skip # BUG(3304): Times out. 246 assign_instance_method_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
247 bad_named_parameters2_test: Skip # BUG(3304): Times out. 247 bad_named_parameters2_test: Fail # BUG(3304): Maybe this doesn't time out anymor e?
248 bad_named_parameters_test: Skip # BUG(3304): Times out. 248 bad_named_parameters_test: Fail # BUG(3304): Maybe this doesn't time out anymore ?
249 call_through_getter_test: Skip # BUG(3304): Times out. 249 call_through_getter_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
250 call_through_null_getter_test: Skip # BUG(3304): Times out. 250 call_through_null_getter_test: Fail # BUG(3304): Maybe this doesn't time out any more?
251 class_override_negative_test: Skip # BUG(3304): Times out. 251 class_override_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym ore?
252 closure3_test: Skip # BUG(3304): Times out. 252 closure3_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
253 closure_call_wrong_argument_count_negative_test: Skip # BUG(3304): Times out. 253 closure_call_wrong_argument_count_negative_test: Fail # BUG(3304): Maybe this do esn't time out anymore?
254 div_by_zero_test: Skip # BUG(3304): Times out. 254 div_by_zero_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
255 double_to_string_as_exponential_test: Skip # BUG(3304): Times out. 255 double_to_string_as_exponential_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
256 dynamic_field_test: Skip # BUG(3304): Times out. 256 dynamic_field_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
257 exception_test: Skip # BUG(3304): Times out. 257 exception_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
258 execute_finally7_test: Skip # BUG(3304): Times out. 258 execute_finally7_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
259 expect_test: Skip # BUG(3304): Times out. 259 expect_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
260 factory3_test: Skip # BUG(3304): Times out. 260 factory3_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
261 fannkuch_test: Skip # BUG(3304): Times out. 261 fannkuch_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
262 field_method4_negative_test: Skip # BUG(3304): Times out. 262 field_method4_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymo re?
263 generics2_test: Skip # BUG(3304): Times out. 263 generics2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
264 hello_dart_test: Skip # BUG(3304): Times out. 264 hello_dart_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
265 hello_script_test: Skip # BUG(3304): Times out. 265 hello_script_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
266 implicit_closure1_test: Skip # BUG(3304): Times out. 266 implicit_closure1_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
267 implied_interface_test: Skip # BUG(3304): Times out. 267 implied_interface_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
268 import_core_impl_no_prefix_test: Skip # BUG(3304): Times out. 268 import_core_impl_no_prefix_test: Fail # BUG(3304): Maybe this doesn't time out a nymore?
269 import_core_no_prefix_test: Skip # BUG(3304): Times out. 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: Skip # BUG(3304): Times out. 270 instance_call_wrong_argument_count_negative_test: Fail # BUG(3304): Maybe this d oesn't time out anymore?
271 interface_inherit_field_test: Skip # BUG(3304): Times out. 271 interface_inherit_field_test: Fail # BUG(3304): Maybe this doesn't time out anym ore?
272 label_test: Skip # BUG(3304): Times out. 272 label_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
273 library_private_in_constructor_test: Skip # BUG(3304): Times out. 273 library_private_in_constructor_test: Fail # BUG(3304): Maybe this doesn't time o ut anymore?
274 list_test: Skip # BUG(3304): Times out. 274 list_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
275 local_function3_test: Skip # BUG(3304): Times out. 275 local_function3_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
276 local_function_test: Skip # BUG(3304): Times out. 276 local_function_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
277 method_invocation_test: Skip # BUG(3304): Times out. 277 method_invocation_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
278 naming_test: Skip # BUG(3304): Times out. 278 naming_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
279 native_test: Skip # BUG(3304): Times out. 279 native_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
280 no_such_method_negative_test: Skip # BUG(3304): Times out. 280 no_such_method_negative_test: Fail # BUG(3304): Maybe this doesn't time out anym ore?
281 null_pointer_exception_test: Skip # BUG(3304): Times out. 281 null_pointer_exception_test: Fail # BUG(3304): Maybe this doesn't time out anymo re?
282 override_field_method4_negative_test: Skip # BUG(3304): Times out. 282 override_field_method4_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
283 override_field_method5_negative_test: Skip # BUG(3304): Times out. 283 override_field_method5_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
284 prefix6_negative_test: Skip # BUG(3304): Times out. 284 prefix6_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
285 private2_test: Skip # BUG(3304): Times out. 285 private2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
286 private3_test: Skip # BUG(3304): Times out. 286 private3_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
287 private_member1_negative_test: Skip # BUG(3304): Times out. 287 private_member1_negative_test: Fail # BUG(3304): Maybe this doesn't time out any more?
288 private_member2_negative_test: Skip # BUG(3304): Times out. 288 private_member2_negative_test: Fail # BUG(3304): Maybe this doesn't time out any more?
289 private_member3_negative_test: Skip # BUG(3304): Times out. 289 private_member3_negative_test: Fail # BUG(3304): Maybe this doesn't time out any more?
290 reg_ex2_test: Skip # BUG(3304): Times out. 290 reg_ex2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
291 reg_exp2_test: Skip # BUG(3304): Times out. 291 reg_exp2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
292 savannah_test: Skip # BUG(3304): Times out. 292 savannah_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
293 stack_overflow_test: Skip # BUG(3304): Times out. 293 stack_overflow_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
294 stack_trace_test: Skip # BUG(3304): Times out. 294 stack_trace_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
295 static_field1a_run_negative_test: Skip # BUG(3304): Times out. 295 static_field1a_run_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
296 static_field2a_run_negative_test: Skip # BUG(3304): Times out. 296 static_field2a_run_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
297 string_interpolate_npe_test: Skip # BUG(3304): Times out. 297 string_interpolate_npe_test: Fail # BUG(3304): Maybe this doesn't time out anymo re?
298 string_interpolate_test: Skip # BUG(3304): Times out. 298 string_interpolate_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
299 throw1_test: Skip # BUG(3304): Times out. 299 throw1_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
300 throw2_test: Skip # BUG(3304): Times out. 300 throw2_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
301 throw3_test: Skip # BUG(3304): Times out. 301 throw3_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
302 throw4_test: Skip # BUG(3304): Times out. 302 throw4_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
303 throw5_test: Skip # BUG(3304): Times out. 303 throw5_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
304 throw6_test: Skip # BUG(3304): Times out. 304 throw6_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
305 throw_test: Skip # BUG(3304): Times out. 305 throw_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
306 type_checks_in_factory_method_test: Skip # BUG(3304): Times out. 306 type_checks_in_factory_method_test: Fail # BUG(3304): Maybe this doesn't time ou t anymore?
307 typed_message_test: Skip # BUG(3304): Times out. 307 typed_message_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
308 unbound_getter_test: Skip # BUG(3304): Times out. 308 unbound_getter_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
309 unhandled_exception_negative_test: Skip # BUG(3304): Times out. 309 unhandled_exception_negative_test: Fail # BUG(3304): Maybe this doesn't time out anymore?
310 double_to_string_as_fixed_test: Fail 310 double_to_string_as_fixed_test: Fail
311 311
312 [ $compiler == dart2js && $runtime == safari ] 312 [ $compiler == dart2js && $runtime == safari ]
313 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 313 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' 314 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
315 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 315 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
316 arithmetic_test: Skip # Timeout 316 arithmetic_test: Skip # Timeout
317 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 317 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
318 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 318 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
319 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 319 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
320 label_test: Skip # Timeout 320 label_test: Skip # Timeout
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698