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

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

Issue 2621433003: fixes #28236, generic methods should not cause warnings in Dart 1 (Closed)
Patch Set: test type annotation fix Created 3 years, 11 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/benchmark_smoke/benchmark_smoke.status ('k') | tests/isolate/isolate.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 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 mutationobserver_test: StaticWarning 415 mutationobserver_test: StaticWarning
416 queryall_test: fail 416 queryall_test: fail
417 track_element_constructor_test: StaticWarning 417 track_element_constructor_test: StaticWarning
418 transferables_test: StaticWarning 418 transferables_test: StaticWarning
419 typed_arrays_range_checks_test: StaticWarning 419 typed_arrays_range_checks_test: StaticWarning
420 typing_test: StaticWarning 420 typing_test: StaticWarning
421 webgl_1_test: StaticWarning 421 webgl_1_test: StaticWarning
422 window_nosuchmethod_test: StaticWarning 422 window_nosuchmethod_test: StaticWarning
423 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 423 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
424 424
425 # Issue #28236
426 async_spawnuri_test: StaticWarning
427 async_test: StaticWarning
428 audiobuffersourcenode_test: StaticWarning
429 audiocontext_test: StaticWarning
430 audioelement_test: StaticWarning
431 b_element_test: StaticWarning
432 blob_constructor_test: StaticWarning
433 cache_test: StaticWarning
434 callbacks_test: StaticWarning
435 canvas_pixel_array_type_alias_test: StaticWarning
436 canvas_test: StaticWarning
437 canvasrenderingcontext2d_test: StaticWarning
438 cdata_test: StaticWarning
439 client_rect_test: StaticWarning
440 cross_domain_iframe_test: StaticWarning
441 crypto_test: StaticWarning
442 css_rule_list_test: StaticWarning
443 css_test: StaticWarning
444 cssstyledeclaration_test: StaticWarning
445 custom/attribute_changed_callback_test: StaticWarning
446 custom/constructor_calls_created_synchronously_test: StaticWarning
447 custom/created_callback_test: StaticWarning
448 custom/document_register_template_test: StaticWarning
449 custom/document_register_type_extensions_test: StaticWarning
450 custom/entered_left_view_test: StaticWarning
451 custom/js_custom_test: StaticWarning
452 custom/mirrors_test: StaticWarning
453 custom/regress_194523002_test: StaticWarning
454 custom_element_method_clash_test: StaticWarning
455 custom_element_name_clash_test: StaticWarning
456 custom_elements_23127_test: StaticWarning
457 custom_elements_test: StaticWarning
458 custom_tags_test: StaticWarning
459 dart_object_local_storage_test: StaticWarning
460 document_test: StaticWarning
461 dom_constructors_test: StaticWarning
462 domparser_test: StaticWarning
463 element_animate_test: StaticWarning
464 element_classes_svg_test: StaticWarning
465 element_classes_test: StaticWarning
466 element_constructor_1_test: StaticWarning
467 element_dimensions_test: StaticWarning
468 element_offset_test: StaticWarning
469 element_types_constructors1_test: StaticWarning
470 element_types_constructors2_test: StaticWarning
471 element_types_constructors3_test: StaticWarning
472 element_types_constructors4_test: StaticWarning
473 element_types_constructors5_test: StaticWarning
474 element_types_constructors6_test: StaticWarning
475 element_types_test: StaticWarning
476 event_customevent_test: StaticWarning
477 event_test: StaticWarning
478 exceptions_test: StaticWarning
479 fileapi_test: StaticWarning
480 filereader_test: StaticWarning
481 filteredelementlist_test: StaticWarning
482 fontface_loaded_test: StaticWarning
483 fontface_test: StaticWarning
484 form_data_test: StaticWarning
485 form_element_test: StaticWarning
486 gamepad_test: StaticWarning
487 geolocation_test: StaticWarning
488 hidden_dom_1_test: StaticWarning
489 hidden_dom_2_test: StaticWarning
490 history_test: StaticWarning
491 htmlcollection_test: StaticWarning
492 htmloptionscollection_test: StaticWarning
493 indexeddb_1_test: StaticWarning
494 indexeddb_2_test: StaticWarning
495 indexeddb_3_test: StaticWarning
496 indexeddb_4_test: StaticWarning
497 indexeddb_5_test: StaticWarning
498 input_element_test: StaticWarning
499 instance_of_test: StaticWarning
500 isolates_test: StaticWarning
501 js_array_test: StaticWarning
502 js_dart_to_string_test: StaticWarning
503 js_dispatch_property_test: StaticWarning
504 js_function_getter_test: StaticWarning
505 js_interop_1_test: StaticWarning
506 js_interop_constructor_name_test: StaticWarning
507 js_test: StaticWarning
508 js_type_test: StaticWarning
509 js_typed_interop_anonymous2_exp_test: StaticWarning
510 js_typed_interop_anonymous2_test: StaticWarning
511 js_typed_interop_anonymous_exp_test: StaticWarning
512 js_typed_interop_anonymous_test: StaticWarning
513 js_typed_interop_anonymous_unreachable_exp_test: StaticWarning
514 js_typed_interop_anonymous_unreachable_test: StaticWarning
515 js_typed_interop_bind_this_test: StaticWarning
516 js_typed_interop_callable_object_test: StaticWarning
517 js_typed_interop_default_arg_test/explicit_argument: StaticWarning
518 js_typed_interop_default_arg_test/none: StaticWarning
519 js_typed_interop_side_cast_exp_test: StaticWarning
520 js_typed_interop_side_cast_test: StaticWarning
521 js_typed_interop_test: StaticWarning
522 js_typed_interop_window_property_test: StaticWarning
523 js_util_test: StaticWarning
524 keyboard_event_test: StaticWarning
525 location_test: StaticWarning
526 media_stream_test: StaticWarning
527 mediasource_test: StaticWarning
528 messageevent_test: StaticWarning
529 mirrors_js_typed_interop_test: StaticWarning
530 mouse_event_test: StaticWarning
531 native_gc_test: StaticWarning
532 navigator_test: StaticWarning
533 node_test: StaticWarning
534 node_validator_important_if_you_suppress_make_the_bug_critical_test: StaticWarni ng
535 non_instantiated_is_test: StaticWarning
536 notification_test: StaticWarning
537 performance_api_test: StaticWarning
538 postmessage_structured_test: StaticWarning
539 query_test: StaticWarning
540 range_test: StaticWarning
541 request_animation_frame_test: StaticWarning
542 rtc_test: StaticWarning
543 selectelement_test: StaticWarning
544 serialized_script_value_test: StaticWarning
545 shadow_dom_test: StaticWarning
546 shadowroot_test: StaticWarning
547 speechrecognition_test: StaticWarning
548 storage_test: StaticWarning
549 streams_test: StaticWarning
550 svg_test: StaticWarning
551 svgelement_test: StaticWarning
552 table_test: StaticWarning
553 text_event_test: StaticWarning
554 touchevent_test: StaticWarning
555 transition_event_test: StaticWarning
556 trusted_html_tree_sanitizer_test: StaticWarning
557 typed_arrays_1_test: StaticWarning
558 typed_arrays_2_test: StaticWarning
559 typed_arrays_3_test: StaticWarning
560 typed_arrays_4_test: StaticWarning
561 typed_arrays_5_test: StaticWarning
562 typed_arrays_arraybuffer_test: StaticWarning
563 typed_arrays_dataview_test: StaticWarning
564 typed_arrays_simd_test: StaticWarning
565 unknownelement_test: StaticWarning
566 uri_test: StaticWarning
567 url_test: StaticWarning
568 webgl_extensions_test: StaticWarning
569 websocket_test: StaticWarning
570 websql_test: StaticWarning
571 wheelevent_test: StaticWarning
572 window_eq_test: StaticWarning
573 window_mangling_test: StaticWarning
574 window_test: StaticWarning
575 worker_api_test: StaticWarning
576 worker_test: StaticWarning
577 wrapping_collections_test: StaticWarning
578 xhr_cross_origin_test: StaticWarning
579 xhr_test: StaticWarning
580 xsltprocessor_test: StaticWarning
581
582 [ $compiler == dart2js && $fast_startup ] 425 [ $compiler == dart2js && $fast_startup ]
583 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 426 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
584 custom/js_custom_test: Fail # mirrors not supported 427 custom/js_custom_test: Fail # mirrors not supported
585 custom/mirrors_test: Fail # mirrors not supported 428 custom/mirrors_test: Fail # mirrors not supported
586 mirrors_js_typed_interop_test: Fail # mirrors not supported 429 mirrors_js_typed_interop_test: Fail # mirrors not supported
587 430
588 [ $compiler == dart2js && $cps_ir && $browser ] 431 [ $compiler == dart2js && $cps_ir && $browser ]
589 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978). 432 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
590 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720). 433 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
591 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). 434 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
592 435
593 # These are raw dart:js tests that fail due to bugs in the CPS IR: 436 # These are raw dart:js tests that fail due to bugs in the CPS IR:
594 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 437 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
595 438
596 [ $compiler == dart2js && $cps_ir && $host_checked ] 439 [ $compiler == dart2js && $cps_ir && $host_checked ]
597 js_typed_interop_default_arg_test/none: Crash # Issue 25911 440 js_typed_interop_default_arg_test/none: Crash # Issue 25911
598 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 441 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
599 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 442 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
600 443
601 [ $compiler == dart2js && $cps_ir && $checked ] 444 [ $compiler == dart2js && $cps_ir && $checked ]
602 *: Skip # `assert` not implemented 445 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698