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

Side by Side Diff: tests/html/html.status

Issue 1201983002: Implement try/finally by inlining the finally code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Do not translate any more finally blocks after one exits. Created 5 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
8 8
9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 mutationobserver_test: StaticWarning 406 mutationobserver_test: StaticWarning
407 queryall_test: fail 407 queryall_test: fail
408 track_element_constructor_test: StaticWarning 408 track_element_constructor_test: StaticWarning
409 transferables_test: StaticWarning 409 transferables_test: StaticWarning
410 typed_arrays_range_checks_test: StaticWarning 410 typed_arrays_range_checks_test: StaticWarning
411 typing_test: StaticWarning 411 typing_test: StaticWarning
412 webgl_1_test: StaticWarning 412 webgl_1_test: StaticWarning
413 window_nosuchmethod_test: StaticWarning 413 window_nosuchmethod_test: StaticWarning
414 414
415 [ $compiler == dart2js && $cps_ir ] 415 [ $compiler == dart2js && $cps_ir ]
416 async_spawnuri_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 416 async_spawnuri_test: Crash # Invalid argument(s)
417 async_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try /finally 417 async_test: Crash # Invalid argument(s)
418 audiobuffersourcenode_test: Crash # (try {body();}catch ... try/finally 418 audiobuffersourcenode_test: Crash # (try {body();}catch ... try/catch/finally
419 audiocontext_test: Crash # (try {body();}catch ... try/finally 419 audiocontext_test: Crash # (try {body();}catch ... try/catch/finally
420 audioelement_test: Crash # Invalid argument(s) 420 audioelement_test: Crash # Invalid argument(s)
421 b_element_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 421 b_element_test: Crash # Invalid argument(s)
422 blob_constructor_test: Crash # Invalid argument(s) 422 blob_constructor_test: Crash # Invalid argument(s)
423 cache_test: Crash # (try {body();}catch ... try/finally 423 cache_test: Crash # (try {body();}catch ... try/catch/finally
424 callbacks_test: Crash # (try {return f(arg);}finally {Zone._leave(old);}): try/f inally 424 callbacks_test: Crash # Invalid argument(s)
425 canvas_pixel_array_type_alias_test: Crash # (try {body();}catch ... try/finally 425 canvas_pixel_array_type_alias_test: Crash # (try {body();}catch ... try/catch/f inally
426 canvas_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): tr y/finally 426 canvas_test: Crash # Invalid argument(s)
427 canvasrenderingcontext2d_test: Crash # (try {body();}catch ... try/finally 427 canvasrenderingcontext2d_test: Crash # (try {body();}catch ... try/catch/finall y
428 cdata_test: Crash # Invalid argument(s) 428 cdata_test: Crash # Invalid argument(s)
429 client_rect_test: Crash # Invalid argument(s) 429 client_rect_test: Crash # Invalid argument(s)
430 cross_domain_iframe_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leav e(old);}): try/finally 430 cross_domain_iframe_test: Crash # Invalid argument(s)
431 crypto_test: Crash # (try {body();}catch ... try/finally 431 crypto_test: Crash # (try {body();}catch ... try/catch/finally
432 css_rule_list_test: Crash # Invalid argument(s) 432 css_rule_list_test: Crash # Invalid argument(s)
433 css_test: Crash # (try {body();}catch ... try/finally 433 css_test: Crash # (try {body();}catch ... try/catch/finally
434 cssstyledeclaration_test: Crash # Invalid argument(s) 434 cssstyledeclaration_test: Crash # Invalid argument(s)
435 custom/attribute_changed_callback_test: Crash # (try {body();}catch ... try/fin ally 435 custom/attribute_changed_callback_test: Crash # (try {body();}catch ... try/cat ch/finally
436 custom/constructor_calls_created_synchronously_test: Crash # Invalid argument(s) 436 custom/constructor_calls_created_synchronously_test: Crash # Invalid argument(s)
437 custom/created_callback_test: Crash # Invalid argument(s) 437 custom/created_callback_test: Crash # Invalid argument(s)
438 custom/document_register_basic_test: Crash # Invalid argument(s) 438 custom/document_register_basic_test: Crash # Invalid argument(s)
439 custom/document_register_type_extensions_test: Crash # (try {body();}catch ... try/finally 439 custom/document_register_type_extensions_test: Crash # (try {body();}catch ... try/catch/finally
440 custom/element_upgrade_test: Crash # Invalid argument(s) 440 custom/element_upgrade_test: Crash # Invalid argument(s)
441 custom/entered_left_view_test: Crash # (try {body();}catch ... try/finally 441 custom/entered_left_view_test: Crash # (try {body();}catch ... try/catch/finall y
442 custom/js_custom_test: Crash # Invalid argument(s) 442 custom/js_custom_test: Crash # Invalid argument(s)
443 custom/mirrors_test: Crash # Invalid argument(s) 443 custom/mirrors_test: Crash # Invalid argument(s)
444 custom/regress_194523002_test: Crash # (try {return f(arg);}finally {Zone._leave (old);}): try/finally 444 custom/regress_194523002_test: Crash # Internal Error: No default constructor av ailable.
445 custom_element_method_clash_test: Crash # (try {body();}catch ... try/finally 445 custom_element_method_clash_test: Crash # (try {body();}catch ... try/catch/fin ally
446 custom_element_name_clash_test: Crash # (try {body();}catch ... try/finally 446 custom_element_name_clash_test: Crash # (try {body();}catch ... try/catch/final ly
447 custom_elements_23127_test: Crash # (try {body();}catch ... try/finally 447 custom_elements_23127_test: Crash # (try {body();}catch ... try/catch/finally
448 custom_elements_test: Crash # (try {body();}catch ... try/finally 448 custom_elements_test: Crash # (try {body();}catch ... try/catch/finally
449 custom_tags_test: Crash # Invalid argument(s) 449 custom_tags_test: Crash # Invalid argument(s)
450 dart_object_local_storage_test: Crash # Invalid argument(s) 450 dart_object_local_storage_test: Crash # Invalid argument(s)
451 datalistelement_test: Crash # Invalid argument(s) 451 datalistelement_test: Crash # Invalid argument(s)
452 document_test: Crash # (try {body();}catch ... try/finally 452 document_test: Crash # (try {body();}catch ... try/catch/finally
453 documentfragment_test: Crash # Invalid argument(s) 453 documentfragment_test: Crash # Invalid argument(s)
454 dom_constructors_test: Crash # Invalid argument(s) 454 dom_constructors_test: Crash # Invalid argument(s)
455 domparser_test: Crash # Invalid argument(s) 455 domparser_test: Crash # Invalid argument(s)
456 element_add_test: Crash # (try {body();}catch ... try/finally 456 element_add_test: Crash # (try {body();}catch ... try/catch/finally
457 element_animate_test: Crash # (try {body();}catch ... try/finally 457 element_animate_test: Crash # (try {body();}catch ... try/catch/finally
458 element_classes_svg_test: Crash # Invalid argument(s) 458 element_classes_svg_test: Crash # Invalid argument(s)
459 element_classes_test: Crash # Invalid argument(s) 459 element_classes_test: Crash # Invalid argument(s)
460 element_constructor_1_test: Crash # Invalid argument(s) 460 element_constructor_1_test: Crash # Invalid argument(s)
461 element_dimensions_test: Crash # (try {body();}catch ... try/finally 461 element_dimensions_test: Crash # (try {body();}catch ... try/catch/finally
462 element_offset_test: Crash # (try {body();}catch ... try/finally 462 element_offset_test: Crash # (try {body();}catch ... try/catch/finally
463 element_test: Crash # (try {body();}catch ... try/finally 463 element_test: Crash # (try {body();}catch ... try/catch/finally
464 element_types_constructors1_test: Crash # (try {body();}catch ... try/finally 464 element_types_constructors1_test: Crash # (try {body();}catch ... try/catch/fin ally
465 element_types_constructors2_test: Crash # (try {body();}catch ... try/finally 465 element_types_constructors2_test: Crash # (try {body();}catch ... try/catch/fin ally
466 element_types_constructors3_test: Crash # (try {body();}catch ... try/finally 466 element_types_constructors3_test: Crash # (try {body();}catch ... try/catch/fin ally
467 element_types_constructors4_test: Crash # (try {body();}catch ... try/finally 467 element_types_constructors4_test: Crash # (try {body();}catch ... try/catch/fin ally
468 element_types_constructors5_test: Crash # (try {body();}catch ... try/finally 468 element_types_constructors5_test: Crash # (try {body();}catch ... try/catch/fin ally
469 element_types_constructors6_test: Crash # (try {body();}catch ... try/finally 469 element_types_constructors6_test: Crash # (try {body();}catch ... try/catch/fin ally
470 element_types_test: Crash # (try {body();}catch ... try/finally 470 element_types_test: Crash # (try {body();}catch ... try/catch/finally
471 event_customevent_test: Crash # Invalid argument(s) 471 event_customevent_test: Crash # Invalid argument(s)
472 event_test: Crash # Invalid argument(s) 472 event_test: Crash # Invalid argument(s)
473 events_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): tr y/finally 473 events_test: Crash # Invalid argument(s)
474 exceptions_test: Crash # Invalid argument(s) 474 exceptions_test: Crash # Invalid argument(s)
475 fileapi_test: Crash # (try {body();}catch ... try/finally 475 fileapi_test: Crash # (try {body();}catch ... try/catch/finally
476 filereader_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 476 filereader_test: Crash # Invalid argument(s)
477 fontface_loaded_test: Crash # Invalid argument(s) 477 fontface_loaded_test: Crash # Invalid argument(s)
478 fontface_test: Crash # Invalid argument(s) 478 fontface_test: Crash # Invalid argument(s)
479 form_data_test: Crash # (try {body();}catch ... try/finally 479 form_data_test: Crash # (try {body();}catch ... try/catch/finally
480 form_element_test: Crash # Invalid argument(s) 480 form_element_test: Crash # Invalid argument(s)
481 geolocation_test: Crash # Invalid argument(s) 481 geolocation_test: Crash # Invalid argument(s)
482 hidden_dom_1_test: Crash # Invalid argument(s) 482 hidden_dom_1_test: Crash # Invalid argument(s)
483 hidden_dom_2_test: Crash # Invalid argument(s) 483 hidden_dom_2_test: Crash # Invalid argument(s)
484 history_test: Crash # (try {body();}catch ... try/finally 484 history_test: Crash # (try {body();}catch ... try/catch/finally
485 htmlcollection_test: Crash # Invalid argument(s) 485 htmlcollection_test: Crash # Invalid argument(s)
486 htmlelement_test: Crash # Invalid argument(s) 486 htmlelement_test: Crash # Invalid argument(s)
487 htmloptionscollection_test: Crash # Invalid argument(s) 487 htmloptionscollection_test: Crash # Invalid argument(s)
488 indexeddb_1_test: Crash # (try {body();}catch ... try/finally 488 indexeddb_1_test: Crash # (try {body();}catch ... try/catch/finally
489 indexeddb_2_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 489 indexeddb_2_test: Crash # Invalid argument(s)
490 indexeddb_3_test: Crash # Invalid argument(s) 490 indexeddb_3_test: Crash # Invalid argument(s)
491 indexeddb_4_test: Crash # Invalid argument(s) 491 indexeddb_4_test: Crash # Invalid argument(s)
492 indexeddb_5_test: Crash # Invalid argument(s) 492 indexeddb_5_test: Crash # Invalid argument(s)
493 input_element_test: Crash # (try {body();}catch ... try/finally 493 input_element_test: Crash # (try {body();}catch ... try/catch/finally
494 instance_of_test: Crash # Invalid argument(s) 494 instance_of_test: Crash # Invalid argument(s)
495 isolates_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 495 isolates_test: Crash # Invalid argument(s)
496 js_interop_1_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old); }): try/finally 496 js_interop_1_test: Crash # Invalid argument(s)
497 js_test: Crash # (try {body();}catch ... try/finally 497 js_test: Crash # (try {body();}catch ... try/catch/finally
498 keyboard_event_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old );}): try/finally 498 keyboard_event_test: Crash # Invalid argument(s)
499 localstorage_test: Crash # Invalid argument(s) 499 localstorage_test: Crash # Invalid argument(s)
500 location_test: Crash # Invalid argument(s) 500 location_test: Crash # Invalid argument(s)
501 media_stream_test: Crash # (try {body();}catch ... try/finally 501 media_stream_test: Crash # (try {body();}catch ... try/catch/finally
502 mediasource_test: Crash # (try {body();}catch ... try/finally 502 mediasource_test: Crash # (try {body();}catch ... try/catch/finally
503 messageevent_test: Crash # Invalid argument(s) 503 messageevent_test: Crash # Invalid argument(s)
504 mouse_event_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 504 mouse_event_test: Crash # Invalid argument(s)
505 mutationobserver_test: Crash # (try {body();}catch ... try/finally 505 mutationobserver_test: Crash # (try {body();}catch ... try/catch/finally
506 native_gc_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}): try/finally 506 native_gc_test: Crash # Invalid argument(s)
507 navigator_test: Crash # Invalid argument(s) 507 navigator_test: Crash # Invalid argument(s)
508 node_test: Crash # (try {body();}catch ... try/finally 508 node_test: Crash # (try {body();}catch ... try/catch/finally
509 node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # (tr y {body();}catch ... try/finally 509 node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # (tr y {body();}catch ... try/catch/finally
510 non_instantiated_is_test: Crash # Invalid argument(s) 510 non_instantiated_is_test: Crash # Invalid argument(s)
511 notification_test: Crash # (try {body();}catch ... try/finally 511 notification_test: Crash # (try {body();}catch ... try/catch/finally
512 performance_api_test: Crash # (try {body();}catch ... try/finally 512 performance_api_test: Crash # (try {body();}catch ... try/catch/finally
513 postmessage_structured_test: Crash # (try {body();}catch ... try/finally 513 postmessage_structured_test: Crash # (try {body();}catch ... try/catch/finally
514 query_test: Crash # Invalid argument(s) 514 query_test: Crash # Invalid argument(s)
515 queryall_test: Crash # Invalid argument(s) 515 queryall_test: Crash # Invalid argument(s)
516 range_test: Crash # (try {body();}catch ... try/finally 516 range_test: Crash # (try {body();}catch ... try/catch/finally
517 request_animation_frame_test: Crash # (try {return f(arg1,arg2);}finally {Zone._ leave(old);}): try/finally 517 request_animation_frame_test: Crash # Invalid argument(s)
518 rtc_test: Crash # (try {body();}catch ... try/finally 518 rtc_test: Crash # (try {body();}catch ... try/catch/finally
519 selectelement_test: Crash # Invalid argument(s) 519 selectelement_test: Crash # Invalid argument(s)
520 serialized_script_value_test: Crash # Invalid argument(s) 520 serialized_script_value_test: Crash # Invalid argument(s)
521 shadow_dom_test: Crash # (try {body();}catch ... try/finally 521 shadow_dom_test: Crash # (try {body();}catch ... try/catch/finally
522 shadowroot_test: Crash # Invalid argument(s) 522 shadowroot_test: Crash # Invalid argument(s)
523 speechrecognition_test: Crash # (try {body();}catch ... try/finally 523 speechrecognition_test: Crash # (try {body();}catch ... try/catch/finally
524 storage_quota_test/missingenumcheck: Crash # Invalid argument(s) 524 storage_quota_test/missingenumcheck: Crash # Invalid argument(s)
525 storage_quota_test/none: Crash # Invalid argument(s) 525 storage_quota_test/none: Crash # Invalid argument(s)
526 storage_test: Crash # Invalid argument(s) 526 storage_test: Crash # Invalid argument(s)
527 streams_test: Crash # Invalid argument(s) 527 streams_test: Crash # Invalid argument(s)
528 svg_test: Crash # (try {body();}catch ... try/finally 528 svg_test: Crash # (try {body();}catch ... try/catch/finally
529 svgelement_test: Crash # (try {body();}catch ... try/finally 529 svgelement_test: Crash # (try {body();}catch ... try/catch/finally
530 table_test: Crash # Invalid argument(s) 530 table_test: Crash # Invalid argument(s)
531 text_event_test: Crash # Invalid argument(s) 531 text_event_test: Crash # Invalid argument(s)
532 touchevent_test: Crash # (try {body();}catch ... try/finally 532 touchevent_test: Crash # (try {body();}catch ... try/catch/finally
533 track_element_constructor_test: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally 533 track_element_constructor_test: Crash # Invalid argument(s)
534 transferables_test: Crash # Invalid argument(s) 534 transferables_test: Crash # Invalid argument(s)
535 transition_event_test: Crash # (try {body();}catch ... try/finally 535 transition_event_test: Crash # (try {body();}catch ... try/catch/finally
536 typed_arrays_1_test: Crash # (try {body();}catch ... try/finally 536 typed_arrays_1_test: Crash # (try {body();}catch ... try/catch/finally
537 typed_arrays_2_test: Crash # Invalid argument(s) 537 typed_arrays_2_test: Crash # Invalid argument(s)
538 typed_arrays_3_test: Crash # Invalid argument(s) 538 typed_arrays_3_test: Crash # Invalid argument(s)
539 typed_arrays_4_test: Crash # Invalid argument(s) 539 typed_arrays_4_test: Crash # Invalid argument(s)
540 typed_arrays_5_test: Crash # Invalid argument(s) 540 typed_arrays_5_test: Crash # Invalid argument(s)
541 typed_arrays_arraybuffer_test: Crash # Invalid argument(s) 541 typed_arrays_arraybuffer_test: Crash # Invalid argument(s)
542 typed_arrays_dataview_test: Crash # Invalid argument(s) 542 typed_arrays_dataview_test: Crash # Invalid argument(s)
543 typed_arrays_range_checks_test: Crash # Invalid argument(s) 543 typed_arrays_range_checks_test: Crash # Invalid argument(s)
544 typed_arrays_simd_test: Crash # Invalid argument(s) 544 typed_arrays_simd_test: Crash # Invalid argument(s)
545 typing_test: Crash # Invalid argument(s) 545 typing_test: Crash # Invalid argument(s)
546 unknownelement_test: Crash # Invalid argument(s) 546 unknownelement_test: Crash # Invalid argument(s)
547 uri_test: Crash # Invalid argument(s) 547 uri_test: Crash # Invalid argument(s)
548 url_test: Crash # (try {body();}catch ... try/finally 548 url_test: Crash # (try {body();}catch ... try/catch/finally
549 webgl_1_test: Crash # (try {body();}catch ... try/finally 549 webgl_1_test: Crash # (try {body();}catch ... try/catch/finally
550 websocket_test: Crash # (try {body();}catch ... try/finally 550 websocket_test: Crash # (try {body();}catch ... try/catch/finally
551 websql_test: Crash # (try {body();}catch ... try/finally 551 websql_test: Crash # (try {body();}catch ... try/catch/finally
552 wheelevent_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 552 wheelevent_test: Crash # Invalid argument(s)
553 window_eq_test: Crash # Invalid argument(s) 553 window_eq_test: Crash # Invalid argument(s)
554 window_mangling_test: Crash # Invalid argument(s) 554 window_mangling_test: Crash # Invalid argument(s)
555 window_nosuchmethod_test: Crash # Invalid argument(s) 555 window_nosuchmethod_test: Crash # Invalid argument(s)
556 window_test: Crash # Invalid argument(s) 556 window_test: Crash # Invalid argument(s)
557 worker_api_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);}) : try/finally 557 worker_api_test: Crash # Invalid argument(s)
558 worker_test: Crash # (try {body();}catch ... try/finally 558 worker_test: Crash # (try {body();}catch ... try/catch/finally
559 xhr_cross_origin_test: Crash # (try {body();}catch ... try/finally 559 xhr_cross_origin_test: Crash # (try {body();}catch ... try/catch/finally
560 xhr_test: Crash # (try {body();}catch ... try/finally 560 xhr_test: Crash # (try {body();}catch ... try/catch/finally
561 xsltprocessor_test: Crash # (try {body();}catch ... try/finally 561 xsltprocessor_test: Crash # (try {body();}catch ... try/catch/finally
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698