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

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

Issue 1207703002: dart2js CPS: Support try/catch/finally. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Merge, and fix a test expectation. Created 5 years, 5 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | 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) 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 track_element_constructor_test: StaticWarning 409 track_element_constructor_test: StaticWarning
410 transferables_test: StaticWarning 410 transferables_test: StaticWarning
411 typed_arrays_range_checks_test: StaticWarning 411 typed_arrays_range_checks_test: StaticWarning
412 typing_test: StaticWarning 412 typing_test: StaticWarning
413 webgl_1_test: StaticWarning 413 webgl_1_test: StaticWarning
414 window_nosuchmethod_test: StaticWarning 414 window_nosuchmethod_test: StaticWarning
415 415
416 [ $compiler == dart2js && $cps_ir ] 416 [ $compiler == dart2js && $cps_ir ]
417 async_spawnuri_test: Crash # Invalid argument(s) 417 async_spawnuri_test: Crash # Invalid argument(s)
418 async_test: Crash # Invalid argument(s) 418 async_test: Crash # Invalid argument(s)
419 audiobuffersourcenode_test: Crash # (try {body();}catch ... try/catch/finally 419 audiobuffersourcenode_test: Crash # Invalid argument(s)
420 audiocontext_test: Crash # (try {body();}catch ... try/catch/finally 420 audiocontext_test: Crash # Invalid argument(s)
421 audioelement_test: Crash # Invalid argument(s) 421 audioelement_test: Crash # Invalid argument(s)
422 b_element_test: Crash # Invalid argument(s) 422 b_element_test: Crash # Invalid argument(s)
423 blob_constructor_test: Crash # Invalid argument(s) 423 blob_constructor_test: Crash # Invalid argument(s)
424 cache_test: Crash # (try {body();}catch ... try/catch/finally 424 cache_test: Crash # Invalid argument(s)
425 callbacks_test: Crash # Invalid argument(s) 425 callbacks_test: Crash # Invalid argument(s)
426 canvas_pixel_array_type_alias_test: Crash # (try {body();}catch ... try/catch/f inally 426 canvas_pixel_array_type_alias_test: Crash # Invalid argument(s)
427 canvas_test: Crash # Invalid argument(s) 427 canvas_test: Crash # Invalid argument(s)
428 canvasrenderingcontext2d_test: Crash # (try {body();}catch ... try/catch/finall y 428 canvasrenderingcontext2d_test: Crash # Invalid argument(s)
429 cdata_test: Crash # Invalid argument(s) 429 cdata_test: Crash # Invalid argument(s)
430 client_rect_test: Crash # Invalid argument(s) 430 client_rect_test: Crash # Invalid argument(s)
431 cross_domain_iframe_test: Crash # Invalid argument(s) 431 cross_domain_iframe_test: Crash # Invalid argument(s)
432 crypto_test: Crash # (try {body();}catch ... try/catch/finally 432 crypto_test: Crash # Invalid argument(s)
433 css_rule_list_test: Crash # Invalid argument(s) 433 css_rule_list_test: Crash # Invalid argument(s)
434 css_test: Crash # (try {body();}catch ... try/catch/finally 434 css_test: Crash # Invalid argument(s)
435 cssstyledeclaration_test: Crash # Invalid argument(s) 435 cssstyledeclaration_test: Crash # Invalid argument(s)
436 custom/attribute_changed_callback_test: Crash # (try {body();}catch ... try/cat ch/finally 436 custom/attribute_changed_callback_test: Crash # Invalid argument(s)
437 custom/constructor_calls_created_synchronously_test: Crash # Invalid argument(s) 437 custom/constructor_calls_created_synchronously_test: Crash # Invalid argument(s)
438 custom/created_callback_test: Crash # Invalid argument(s) 438 custom/created_callback_test: Crash # Invalid argument(s)
439 custom/document_register_basic_test: Crash # Invalid argument(s) 439 custom/document_register_basic_test: Crash # Invalid argument(s)
440 custom/document_register_type_extensions_test: Crash # (try {body();}catch ... try/catch/finally 440 custom/document_register_type_extensions_test: Crash # Invalid argument(s)
441 custom/element_upgrade_test: Crash # Invalid argument(s) 441 custom/element_upgrade_test: Crash # Invalid argument(s)
442 custom/entered_left_view_test: Crash # (try {body();}catch ... try/catch/finall y 442 custom/entered_left_view_test: Crash # Invalid argument(s)
443 custom/js_custom_test: Crash # Invalid argument(s) 443 custom/js_custom_test: Crash # Invalid argument(s)
444 custom/mirrors_test: Crash # Invalid argument(s) 444 custom/mirrors_test: Crash # Invalid argument(s)
445 custom/regress_194523002_test: Crash # Internal Error: No default constructor av ailable. 445 custom/regress_194523002_test: Crash # Internal Error: No default constructor av ailable.
446 custom_element_method_clash_test: Crash # (try {body();}catch ... try/catch/fin ally 446 custom_element_method_clash_test: Crash # Invalid argument(s)
447 custom_element_name_clash_test: Crash # (try {body();}catch ... try/catch/final ly 447 custom_element_name_clash_test: Crash # Invalid argument(s)
448 custom_elements_23127_test: Crash # (try {body();}catch ... try/catch/finally 448 custom_elements_23127_test: Crash # Invalid argument(s)
449 custom_elements_test: Crash # (try {body();}catch ... try/catch/finally 449 custom_elements_test: Crash # Invalid argument(s)
450 custom_tags_test: Crash # Invalid argument(s) 450 custom_tags_test: Crash # Invalid argument(s)
451 dart_object_local_storage_test: Crash # Invalid argument(s) 451 dart_object_local_storage_test: Crash # Invalid argument(s)
452 datalistelement_test: Crash # Invalid argument(s) 452 datalistelement_test: Crash # Invalid argument(s)
453 document_test: Crash # (try {body();}catch ... try/catch/finally 453 document_test: Crash # Invalid argument(s)
454 documentfragment_test: Crash # Invalid argument(s) 454 documentfragment_test: Crash # Invalid argument(s)
455 dom_constructors_test: Crash # Invalid argument(s) 455 dom_constructors_test: Crash # Invalid argument(s)
456 domparser_test: Crash # Invalid argument(s) 456 domparser_test: Crash # Invalid argument(s)
457 element_add_test: Crash # (try {body();}catch ... try/catch/finally 457 element_add_test: Crash # Invalid argument(s)
458 element_animate_test: Crash # (try {body();}catch ... try/catch/finally 458 element_animate_test: Crash # Invalid argument(s)
459 element_classes_svg_test: Crash # Invalid argument(s) 459 element_classes_svg_test: Crash # Invalid argument(s)
460 element_classes_test: Crash # Invalid argument(s) 460 element_classes_test: Crash # Invalid argument(s)
461 element_constructor_1_test: Crash # Invalid argument(s) 461 element_constructor_1_test: Crash # Invalid argument(s)
462 element_dimensions_test: Crash # (try {body();}catch ... try/catch/finally 462 element_dimensions_test: Crash # Invalid argument(s)
463 element_offset_test: Crash # (try {body();}catch ... try/catch/finally 463 element_offset_test: Crash # Invalid argument(s)
464 element_test: Crash # (try {body();}catch ... try/catch/finally 464 element_test: Crash # Invalid argument(s)
465 element_types_constructors1_test: Crash # (try {body();}catch ... try/catch/fin ally 465 element_types_constructors1_test: Crash # Invalid argument(s)
466 element_types_constructors2_test: Crash # (try {body();}catch ... try/catch/fin ally 466 element_types_constructors2_test: Crash # Invalid argument(s)
467 element_types_constructors3_test: Crash # (try {body();}catch ... try/catch/fin ally 467 element_types_constructors3_test: Crash # Invalid argument(s)
468 element_types_constructors4_test: Crash # (try {body();}catch ... try/catch/fin ally 468 element_types_constructors4_test: Crash # Invalid argument(s)
469 element_types_constructors5_test: Crash # (try {body();}catch ... try/catch/fin ally 469 element_types_constructors5_test: Crash # Invalid argument(s)
470 element_types_constructors6_test: Crash # (try {body();}catch ... try/catch/fin ally 470 element_types_constructors6_test: Crash # Invalid argument(s)
471 element_types_test: Crash # (try {body();}catch ... try/catch/finally 471 element_types_test: Crash # Invalid argument(s)
472 event_customevent_test: Crash # Invalid argument(s) 472 event_customevent_test: Crash # Invalid argument(s)
473 event_test: Crash # Invalid argument(s) 473 event_test: Crash # Invalid argument(s)
474 events_test: Crash # Invalid argument(s) 474 events_test: Crash # Invalid argument(s)
475 exceptions_test: Crash # Invalid argument(s) 475 exceptions_test: Crash # Invalid argument(s)
476 fileapi_test: Crash # (try {body();}catch ... try/catch/finally 476 fileapi_test: Crash # Invalid argument(s)
477 filereader_test: Crash # Invalid argument(s) 477 filereader_test: Crash # Invalid argument(s)
478 fontface_loaded_test: Crash # Invalid argument(s) 478 fontface_loaded_test: Crash # Invalid argument(s)
479 fontface_test: Crash # Invalid argument(s) 479 fontface_test: Crash # Invalid argument(s)
480 form_data_test: Crash # (try {body();}catch ... try/catch/finally 480 form_data_test: Crash # Invalid argument(s)
481 form_element_test: Crash # Invalid argument(s) 481 form_element_test: Crash # Invalid argument(s)
482 geolocation_test: Crash # Invalid argument(s) 482 geolocation_test: Crash # Invalid argument(s)
483 hidden_dom_1_test: Crash # Invalid argument(s) 483 hidden_dom_1_test: Crash # Invalid argument(s)
484 hidden_dom_2_test: Crash # Invalid argument(s) 484 hidden_dom_2_test: Crash # Invalid argument(s)
485 history_test: Crash # (try {body();}catch ... try/catch/finally 485 history_test: Crash # Invalid argument(s)
486 htmlcollection_test: Crash # Invalid argument(s) 486 htmlcollection_test: Crash # Invalid argument(s)
487 htmlelement_test: Crash # Invalid argument(s) 487 htmlelement_test: Crash # Invalid argument(s)
488 htmloptionscollection_test: Crash # Invalid argument(s) 488 htmloptionscollection_test: Crash # Invalid argument(s)
489 indexeddb_1_test: Crash # (try {body();}catch ... try/catch/finally 489 indexeddb_1_test: Crash # Invalid argument(s)
490 indexeddb_2_test: Crash # Invalid argument(s) 490 indexeddb_2_test: Crash # Invalid argument(s)
491 indexeddb_3_test: Crash # Invalid argument(s) 491 indexeddb_3_test: Crash # Invalid argument(s)
492 indexeddb_4_test: Crash # Invalid argument(s) 492 indexeddb_4_test: Crash # Invalid argument(s)
493 indexeddb_5_test: Crash # Invalid argument(s) 493 indexeddb_5_test: Crash # Invalid argument(s)
494 input_element_test: Crash # (try {body();}catch ... try/catch/finally 494 input_element_test: Crash # Invalid argument(s)
495 instance_of_test: Crash # Invalid argument(s) 495 instance_of_test: Crash # Invalid argument(s)
496 isolates_test: Crash # Invalid argument(s) 496 isolates_test: Crash # Invalid argument(s)
497 js_interop_1_test: Crash # Invalid argument(s) 497 js_interop_1_test: Crash # Invalid argument(s)
498 js_test: Crash # (try {body();}catch ... try/catch/finally 498 js_test: Crash # Invalid argument(s)
499 keyboard_event_test: Crash # Invalid argument(s) 499 keyboard_event_test: Crash # Invalid argument(s)
500 localstorage_test: Crash # Invalid argument(s) 500 localstorage_test: Crash # Invalid argument(s)
501 location_test: Crash # Invalid argument(s) 501 location_test: Crash # Invalid argument(s)
502 media_stream_test: Crash # (try {body();}catch ... try/catch/finally 502 media_stream_test: Crash # Invalid argument(s)
503 mediasource_test: Crash # (try {body();}catch ... try/catch/finally 503 mediasource_test: Crash # Invalid argument(s)
504 messageevent_test: Crash # Invalid argument(s) 504 messageevent_test: Crash # Invalid argument(s)
505 mouse_event_test: Crash # Invalid argument(s) 505 mouse_event_test: Crash # Invalid argument(s)
506 mutationobserver_test: Crash # (try {body();}catch ... try/catch/finally 506 mutationobserver_test: Crash # Invalid argument(s)
507 native_gc_test: Crash # Invalid argument(s) 507 native_gc_test: Crash # Invalid argument(s)
508 navigator_test: Crash # Invalid argument(s) 508 navigator_test: Crash # Invalid argument(s)
509 node_test: Crash # (try {body();}catch ... try/catch/finally 509 node_test: Crash # Invalid argument(s)
510 node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # (tr y {body();}catch ... try/catch/finally 510 node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # Inv alid argument(s)
511 non_instantiated_is_test: Crash # Invalid argument(s) 511 non_instantiated_is_test: Crash # Invalid argument(s)
512 notification_test: Crash # (try {body();}catch ... try/catch/finally 512 notification_test: Crash # Invalid argument(s)
513 performance_api_test: Crash # (try {body();}catch ... try/catch/finally 513 performance_api_test: Crash # Invalid argument(s)
514 postmessage_structured_test: Crash # (try {body();}catch ... try/catch/finally 514 postmessage_structured_test: Crash # Invalid argument(s)
515 query_test: Crash # Invalid argument(s) 515 query_test: Crash # Invalid argument(s)
516 queryall_test: Crash # Invalid argument(s) 516 queryall_test: Crash # Invalid argument(s)
517 range_test: Crash # (try {body();}catch ... try/catch/finally 517 range_test: Crash # Invalid argument(s)
518 request_animation_frame_test: Crash # Invalid argument(s) 518 request_animation_frame_test: Crash # Invalid argument(s)
519 rtc_test: Crash # (try {body();}catch ... try/catch/finally 519 rtc_test: Crash # Invalid argument(s)
520 selectelement_test: Crash # Invalid argument(s) 520 selectelement_test: Crash # Invalid argument(s)
521 serialized_script_value_test: Crash # Invalid argument(s) 521 serialized_script_value_test: Crash # Invalid argument(s)
522 shadow_dom_test: Crash # (try {body();}catch ... try/catch/finally 522 shadow_dom_test: Crash # Invalid argument(s)
523 shadowroot_test: Crash # Invalid argument(s) 523 shadowroot_test: Crash # Invalid argument(s)
524 speechrecognition_test: Crash # (try {body();}catch ... try/catch/finally 524 speechrecognition_test: Crash # Invalid argument(s)
525 storage_quota_test/missingenumcheck: Crash # Invalid argument(s) 525 storage_quota_test/missingenumcheck: Crash # Invalid argument(s)
526 storage_quota_test/none: Crash # Invalid argument(s) 526 storage_quota_test/none: Crash # Invalid argument(s)
527 storage_test: Crash # Invalid argument(s) 527 storage_test: Crash # Invalid argument(s)
528 streams_test: Crash # Invalid argument(s) 528 streams_test: Crash # Invalid argument(s)
529 svg_test: Crash # (try {body();}catch ... try/catch/finally 529 svg_test: Crash # Invalid argument(s)
530 svgelement_test: Crash # (try {body();}catch ... try/catch/finally 530 svgelement_test: Crash # Invalid argument(s)
531 table_test: Crash # Invalid argument(s) 531 table_test: Crash # Invalid argument(s)
532 text_event_test: Crash # Invalid argument(s) 532 text_event_test: Crash # Invalid argument(s)
533 touchevent_test: Crash # (try {body();}catch ... try/catch/finally 533 touchevent_test: Crash # Invalid argument(s)
534 track_element_constructor_test: Crash # Invalid argument(s) 534 track_element_constructor_test: Crash # Invalid argument(s)
535 transferables_test: Crash # Invalid argument(s) 535 transferables_test: Crash # Invalid argument(s)
536 transition_event_test: Crash # (try {body();}catch ... try/catch/finally 536 transition_event_test: Crash # Invalid argument(s)
537 trusted_html_tree_sanitizer_test: Crash # (try {body();}catch ... try/catch/fin ally 537 trusted_html_tree_sanitizer_test: Crash # Invalid argument(s)
538 typed_arrays_1_test: Crash # (try {body();}catch ... try/catch/finally 538 typed_arrays_1_test: Crash # Invalid argument(s)
539 typed_arrays_2_test: Crash # Invalid argument(s) 539 typed_arrays_2_test: Crash # Invalid argument(s)
540 typed_arrays_3_test: Crash # Invalid argument(s) 540 typed_arrays_3_test: Crash # Invalid argument(s)
541 typed_arrays_4_test: Crash # Invalid argument(s) 541 typed_arrays_4_test: Crash # Invalid argument(s)
542 typed_arrays_5_test: Crash # Invalid argument(s) 542 typed_arrays_5_test: Crash # Invalid argument(s)
543 typed_arrays_arraybuffer_test: Crash # Invalid argument(s) 543 typed_arrays_arraybuffer_test: Crash # Invalid argument(s)
544 typed_arrays_dataview_test: Crash # Invalid argument(s) 544 typed_arrays_dataview_test: Crash # Invalid argument(s)
545 typed_arrays_range_checks_test: Crash # Invalid argument(s) 545 typed_arrays_range_checks_test: Crash # Invalid argument(s)
546 typed_arrays_simd_test: Crash # Invalid argument(s) 546 typed_arrays_simd_test: Crash # Invalid argument(s)
547 typing_test: Crash # Invalid argument(s) 547 typing_test: Crash # Invalid argument(s)
548 unknownelement_test: Crash # Invalid argument(s) 548 unknownelement_test: Crash # Invalid argument(s)
549 uri_test: Crash # Invalid argument(s) 549 uri_test: Crash # Invalid argument(s)
550 url_test: Crash # (try {body();}catch ... try/catch/finally 550 url_test: Crash # Invalid argument(s)
551 webgl_1_test: Crash # (try {body();}catch ... try/catch/finally 551 webgl_1_test: Crash # Invalid argument(s)
552 websocket_test: Crash # (try {body();}catch ... try/catch/finally 552 websocket_test: Crash # Invalid argument(s)
553 websql_test: Crash # (try {body();}catch ... try/catch/finally 553 websql_test: Crash # Invalid argument(s)
554 wheelevent_test: Crash # Invalid argument(s) 554 wheelevent_test: Crash # Invalid argument(s)
555 window_eq_test: Crash # Invalid argument(s) 555 window_eq_test: Crash # Invalid argument(s)
556 window_mangling_test: Crash # Invalid argument(s) 556 window_mangling_test: Crash # Invalid argument(s)
557 window_nosuchmethod_test: Crash # Invalid argument(s) 557 window_nosuchmethod_test: Crash # Invalid argument(s)
558 window_test: Crash # Invalid argument(s) 558 window_test: Crash # Invalid argument(s)
559 worker_api_test: Crash # Invalid argument(s) 559 worker_api_test: Crash # Invalid argument(s)
560 worker_test: Crash # (try {body();}catch ... try/catch/finally 560 worker_test: Crash # Invalid argument(s)
561 xhr_cross_origin_test: Crash # (try {body();}catch ... try/catch/finally 561 xhr_cross_origin_test: Crash # Invalid argument(s)
562 xhr_test: Crash # (try {body();}catch ... try/catch/finally 562 xhr_test: Crash # Invalid argument(s)
563 xsltprocessor_test: Crash # (try {body();}catch ... try/catch/finally 563 xsltprocessor_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698