More status fixes

TBR=sra@google.com,het@google.com

Review URL: https://codereview.chromium.org/2280193002 .
This commit is contained in:
Sigmund Cherem 2016-08-26 13:46:14 -07:00
parent 2efdf57c92
commit 13a090a879
5 changed files with 59 additions and 6 deletions

View file

@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:compiler/src/ssa/kernel_ast_adapter.dart';
import 'package:kernel/ast.dart' as ir;
import '../common/codegen.dart' show CodegenRegistry, CodegenWorkItem;
@ -16,7 +15,9 @@ import '../kernel/kernel.dart';
import '../kernel/kernel_visitor.dart';
import '../resolution/tree_elements.dart';
import '../tree/dartstring.dart';
import 'graph_builder.dart';
import 'kernel_ast_adapter.dart';
import 'locals_handler.dart';
import 'nodes.dart';

View file

@ -12,3 +12,35 @@ allocation_profile: Skip
[ $runtime == ff || $runtime == safari ]
allocation_profile: Skip
cpu_profile_table: Skip
[ $compiler == dart2js && $fast_startup ]
observatory_ui/isolate/counter_chart/element_test: Fail # mirrors not supported
observatory_ui/isolate/isolate-shared-summary/element_test: Fail # mirrors not supported
observatory_ui/class_tree/element_test: Fail # custom elements not supported
observatory_ui/ports/element_test: Fail # custom elements not supported
observatory_ui/icdata_ref/element_test: Fail # custom elements not supported
observatory_ui/inbound_references/element_test: Fail # custom elements not supported
observatory_ui/isolate_reconnect/element_test: Fail # custom elements not supported
observatory_ui/retaining_path/element_test: Fail # custom elements not supported
observatory_ui/general_error/element_test: Fail # custom elements not supported
observatory_ui/field_ref/element_test: Fail # custom elements not supported
observatory_ui/error_view/element_test: Fail # custom elements not supported
observatory_ui/objectstore_view/element_test: Fail # custom elements not supported
observatory_ui/vm_connect/element_test: Fail # custom elements not supported
observatory_ui/persistent_handles_page/element_test: Fail # custom elements not supported
observatory_ui/context_view/element_test: Fail # custom elements not supported
observatory_ui/cpu_profile_table/element_test: Fail # custom elements not supported
observatory_ui/nav/vm_menu/element_test: Fail # custom elements not supported
observatory_ui/nav/top-menu/element_test: Fail # custom elements not supported
observatory_ui/nav/class-menu/element_test: Fail # custom elements not supported
observatory_ui/nav/library-menu/element_test: Fail # custom elements not supported
observatory_ui/nav/notify_event/element_test: Fail # custom elements not supported
observatory_ui/nav/isolate-menu/element_test: Fail # custom elements not supported
observatory_ui/nav/notify/element_test: Fail # custom elements not supported
observatory_ui/object_common/element_test: Fail # custom elements not supported
observatory_ui/cpu_profile/virtual-tree/element_test: Fail # custom elements not supported
observatory_ui/icdata_view/element_test: Fail # custom elements not supported
observatory_ui/allocation_profile/element_test: Fail # mirrors not supported
observatory_ui/cpu_profile/element_test: Fail # custom elements not supported
observatory_ui/flag_list/element_test: Fail # custom elements not supported
observatory_ui/heap_snapshot/element_test: Fail # custom elements not supported

View file

@ -537,6 +537,18 @@ Language/Metadata/compilation_t08: Pass # mirrors not supported, fails for the w
Language/Metadata/compilation_t09: Pass # mirrors not supported, fails for the wrong reason
Language/Metadata/compilation_t10: Pass # mirrors not supported, fails for the wrong reason
Language/Metadata/compilation_t11: Pass # mirrors not supported, fails for the wrong reason
LayoutTests/fast/dom/custom/created-callback_t01: Fail # please triage
LayoutTests/fast/dom/custom/document-register-namespace_t01: Fail # please triage
LayoutTests/fast/dom/custom/document-register-on-create-callback_t01: Fail # please triage
LayoutTests/fast/dom/custom/document-register-type-extensions_t01: Fail # please triage
LayoutTests/fast/dom/custom/element-upgrade_t01: Fail # please triage
LayoutTests/fast/dom/custom/unresolved-pseudoclass_t01: Fail # please triage
WebPlatformTest/custom-elements/concepts/type_A08_t01: Fail # please triage
WebPlatformTest/custom-elements/instantiating/createElementNS_A01_t01: Fail # please triage
WebPlatformTest/custom-elements/instantiating/createElement_A01_t01: Fail # please triage
WebPlatformTest/custom-elements/instantiating/createElement_A05_t01: Fail # please triage
WebPlatformTest/custom-elements/instantiating/isAttribute_A03_t01: Fail # please triage
WebPlatformTest/custom-elements/instantiating/localName_A01_t01: Fail # please triage
WebPlatformTest/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-001_t01: Fail # please triage
WebPlatformTest/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-004_t01: Fail # please triage
WebPlatformTest/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-004_t02: Fail # please triage
@ -638,6 +650,8 @@ WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0
WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t01: Fail # please triage
WebPlatformTest/shadow-dom/testcommon: Fail # mirrors not supported
[ $compiler == dart2js && $checked != true ]
Language/Expressions/Property_Extraction/General_Super_Property_Extraction/getter_lookup_t02: Timeout, Skip # Please triage this failure
Language/Expressions/Property_Extraction/Super_Closurization/setter_closurization_t09: CompileTimeError # Please triage this failure

View file

@ -412,14 +412,21 @@ window_nosuchmethod_test: StaticWarning
js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
[ $compiler == dart2js && $fast_startup ]
custom/attribute_changed_callback_test/fully_supported: Fail # custom elements not supported
custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # custom elements not supported
custom/constructor_calls_created_synchronously_test: Fail # mirrors not supported
custom/document_register_type_extensions_test/construction: Fail # custom elements not supported
custom/document_register_type_extensions_test/functional: Fail # custom elements not supported
custom/document_register_type_extensions_test/namespaces: Fail # custom elements not supported
custom/document_register_type_extensions_test/parsing: Fail # custom elements not supported
custom/document_register_type_extensions_test/registration: Fail # custom elements not supported
custom/js_custom_test: Fail # mirrors not supported
custom/mirrors_test: Fail # mirrors not supported
mirrors_js_typed_interop_test: Fail # mirrors not supported
js_typed_interop_window_property_test/bind*: Fail # js-interop function's not supported
js_typed_interop_test/method: Fail # js-interop function's not supported
js_typed_interop_test/closure: Fail # js-interop function's not supported
js_typed_interop_callable_object_test: Fail # js-interop function's not supported
js_typed_interop_test/closure: Fail # js-interop function's not supported
js_typed_interop_test/method: Fail # js-interop function's not supported
js_typed_interop_window_property_test/bind*: Fail # js-interop function's not supported
mirrors_js_typed_interop_test: Fail # mirrors not supported
[ $compiler == dart2js && $cps_ir && $browser ]
js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js that we might want to remove (See comment in #24978).

View file

@ -69,7 +69,6 @@ cross_isolate_message_test: Fail # mirrors not supported
illegal_msg_function_test: Fail # mirrors not supported
illegal_msg_mirror_test: Fail # mirrors not supported
isolate_complex_messages_test: Fail # mirrors not supported
isolate_current_test: Fail # mirrors not supported
mandel_isolate_test: Fail # mirrors not supported
message2_test: Fail # mirrors not supported
message_test: Fail # mirrors not supported