OLD | NEW |
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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
9 | 9 |
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 htmlelement_test: StaticWarning | 408 htmlelement_test: StaticWarning |
409 localstorage_test: StaticWarning | 409 localstorage_test: StaticWarning |
410 mutationobserver_test: StaticWarning | 410 mutationobserver_test: StaticWarning |
411 queryall_test: fail | 411 queryall_test: fail |
412 track_element_constructor_test: StaticWarning | 412 track_element_constructor_test: StaticWarning |
413 transferables_test: StaticWarning | 413 transferables_test: StaticWarning |
414 typed_arrays_range_checks_test: StaticWarning | 414 typed_arrays_range_checks_test: StaticWarning |
415 typing_test: StaticWarning | 415 typing_test: StaticWarning |
416 webgl_1_test: StaticWarning | 416 webgl_1_test: StaticWarning |
417 window_nosuchmethod_test: StaticWarning | 417 window_nosuchmethod_test: StaticWarning |
| 418 |
| 419 [ $compiler == dart2js && $cps_ir ] |
| 420 async_spawnuri_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 421 async_test: Crash # cannot compile methods that need interceptor calling convent
ion. |
| 422 audiobuffersourcenode_test: Crash # try/finally |
| 423 audiocontext_test: Crash # try/finally |
| 424 audioelement_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 425 b_element_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 426 blob_constructor_test: Crash # cannot compile methods that need interceptor call
ing convention. |
| 427 cache_test: Crash # try/finally |
| 428 callbacks_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 429 canvas_pixel_array_type_alias_test: Crash # try/finally |
| 430 canvas_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
| 431 canvasrenderingcontext2d_test: Crash # try/finally |
| 432 cdata_test: Crash # cannot compile methods that need interceptor calling convent
ion. |
| 433 client_rect_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 434 cross_domain_iframe_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 435 crypto_test: Crash # try/finally |
| 436 css_rule_list_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 437 css_test: Crash # try/finally |
| 438 cssstyledeclaration_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 439 custom/attribute_changed_callback_test: Crash # try/finally |
| 440 custom/constructor_calls_created_synchronously_test: Crash # cannot compile meth
ods that need interceptor calling convention. |
| 441 custom/created_callback_test: Crash # cannot compile methods that need intercept
or calling convention. |
| 442 custom/document_register_basic_test: Crash # cannot compile methods that need in
terceptor calling convention. |
| 443 custom/document_register_type_extensions_test: Crash # try/finally |
| 444 custom/element_upgrade_test: Crash # cannot compile methods that need intercepto
r calling convention. |
| 445 custom/entered_left_view_test: Crash # try/finally |
| 446 custom/js_custom_test: Crash # cannot compile methods that need interceptor call
ing convention. |
| 447 custom/mirrors_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 448 custom/regress_194523002_test: Crash # unsupported element kind: _defaultEnviron
ment:field |
| 449 custom_element_method_clash_test: Crash # try/finally |
| 450 custom_element_name_clash_test: Crash # try/finally |
| 451 custom_elements_23127_test: Crash # try/finally |
| 452 custom_elements_test: Crash # try/finally |
| 453 custom_tags_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 454 dart_object_local_storage_test: Crash # cannot compile methods that need interce
ptor calling convention. |
| 455 datalistelement_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
| 456 document_test: Crash # try/finally |
| 457 documentfragment_test: Crash # cannot compile methods that need interceptor call
ing convention. |
| 458 dom_constructors_test: Crash # cannot compile methods that need interceptor call
ing convention. |
| 459 domparser_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 460 element_add_test: Crash # try/finally |
| 461 element_animate_test: Crash # try/finally |
| 462 element_classes_svg_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 463 element_classes_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
| 464 element_constructor_1_test: Crash # cannot compile methods that need interceptor
calling convention. |
| 465 element_dimensions_test: Crash # try/finally |
| 466 element_offset_test: Crash # try/finally |
| 467 element_test: Crash # try/finally |
| 468 element_types_constructors1_test: Crash # try/finally |
| 469 element_types_constructors2_test: Crash # try/finally |
| 470 element_types_constructors3_test: Crash # try/finally |
| 471 element_types_constructors4_test: Crash # try/finally |
| 472 element_types_constructors5_test: Crash # try/finally |
| 473 element_types_constructors6_test: Crash # try/finally |
| 474 element_types_test: Crash # try/finally |
| 475 event_customevent_test: Crash # cannot compile methods that need interceptor cal
ling convention. |
| 476 events_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
| 477 exceptions_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 478 fileapi_test: Crash # try/finally |
| 479 filereader_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 480 fontface_loaded_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
| 481 fontface_test: Crash # cannot compile methods that need interceptor calling conv
ention. |
| 482 form_data_test: Crash # try/finally |
| 483 form_element_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 484 geolocation_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 485 hidden_dom_1_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 486 hidden_dom_2_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 487 history_test: Crash # try/finally |
| 488 htmlcollection_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 489 htmlelement_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 490 htmloptionscollection_test: Crash # cannot compile methods that need interceptor
calling convention. |
| 491 indexeddb_1_test: Crash # try/finally |
| 492 indexeddb_2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 493 indexeddb_3_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 494 indexeddb_4_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 495 indexeddb_5_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 496 input_element_test: Crash # try/finally |
| 497 instance_of_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 498 isolates_test: Crash # cannot compile methods that need interceptor calling conv
ention. |
| 499 js_interop_1_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 500 js_test: Crash # try/finally |
| 501 keyboard_event_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 502 localstorage_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 503 location_test: Crash # cannot compile methods that need interceptor calling conv
ention. |
| 504 media_stream_test: Crash # try/finally |
| 505 mediasource_test: Crash # try/finally |
| 506 messageevent_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 507 mouse_event_test: Crash # cannot compile methods that need interceptor calling c
onvention. |
| 508 mutationobserver_test: Crash # try/finally |
| 509 native_gc_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 510 navigator_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 511 node_test: Crash # try/finally |
| 512 node_validator_important_if_you_suppress_make_the_bug_critical_test: Crash # tr
y/finally |
| 513 non_instantiated_is_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 514 notification_test: Crash # try/finally |
| 515 performance_api_test: Crash # try/finally |
| 516 postmessage_structured_test: Crash # try/finally |
| 517 query_test: Crash # cannot compile methods that need interceptor calling convent
ion. |
| 518 queryall_test: Crash # cannot compile methods that need interceptor calling conv
ention. |
| 519 range_test: Crash # try/finally |
| 520 request_animation_frame_test: Crash # cannot compile methods that need intercept
or calling convention. |
| 521 rtc_test: Crash # try/finally |
| 522 selectelement_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 523 serialized_script_value_test: Crash # cannot compile methods that need intercept
or calling convention. |
| 524 shadow_dom_test: Crash # try/finally |
| 525 shadowroot_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 526 speechrecognition_test: Crash # try/finally |
| 527 storage_quota_test/missingenumcheck: Crash # cannot compile methods that need in
terceptor calling convention. |
| 528 storage_quota_test/none: Crash # cannot compile methods that need interceptor ca
lling convention. |
| 529 storage_test: Crash # cannot compile methods that need interceptor calling conve
ntion. |
| 530 streams_test: Crash # cannot compile methods that need interceptor calling conve
ntion. |
| 531 svg_test: Crash # try/finally |
| 532 svgelement_test: Crash # try/finally |
| 533 table_test: Crash # cannot compile methods that need interceptor calling convent
ion. |
| 534 touchevent_test: Crash # try/finally |
| 535 track_element_constructor_test: Crash # cannot compile methods that need interce
ptor calling convention. |
| 536 transferables_test: Crash # cannot compile methods that need interceptor calling
convention. |
| 537 transition_event_test: Crash # try/finally |
| 538 typed_arrays_1_test: Crash # try/finally |
| 539 typed_arrays_2_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 540 typed_arrays_3_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 541 typed_arrays_4_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 542 typed_arrays_5_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 543 typed_arrays_arraybuffer_test: Crash # cannot compile methods that need intercep
tor calling convention. |
| 544 typed_arrays_dataview_test: Crash # cannot compile methods that need interceptor
calling convention. |
| 545 typed_arrays_range_checks_test: Crash # cannot compile methods that need interce
ptor calling convention. |
| 546 typed_arrays_simd_test: Crash # cannot compile methods that need interceptor cal
ling convention. |
| 547 typing_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
| 548 unknownelement_test: Crash # cannot compile methods that need interceptor callin
g convention. |
| 549 uri_test: Crash # cannot compile methods that need interceptor calling conventio
n. |
| 550 url_test: Crash # try/finally |
| 551 webgl_1_test: Crash # try/finally |
| 552 websocket_test: Crash # try/finally |
| 553 websql_test: Crash # try/finally |
| 554 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 555 window_eq_test: Crash # cannot compile methods that need interceptor calling con
vention. |
| 556 window_mangling_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
| 557 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c
alling convention. |
| 558 window_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
| 559 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
| 560 worker_test: Crash # try/finally |
| 561 xhr_cross_origin_test: Crash # try/finally |
| 562 xhr_test: Crash # try/finally |
| 563 xsltprocessor_test: Crash # try/finally |
OLD | NEW |