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

Unified Diff: tests/compiler/dart2js_native/dart2js_native.status

Issue 1185633003: cps-ir: Support foreign code. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Status file updates. 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 side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js_native/dart2js_native.status
diff --git a/tests/compiler/dart2js_native/dart2js_native.status b/tests/compiler/dart2js_native/dart2js_native.status
index c88dea2bd2d776552827bf0efeb9258b36ed531f..6d326a553dbcdf183906c9702a894a85a39898db 100644
--- a/tests/compiler/dart2js_native/dart2js_native.status
+++ b/tests/compiler/dart2js_native/dart2js_native.status
@@ -21,106 +21,102 @@ optimization_hints_test: Fail, OK # Test relies on unminified names.
compute_this_script_test: Skip # Issue 17458
[ $compiler == dart2js && $cps_ir ]
-abstract_class_test: Crash # unsupported element kind: foo:function
-bound_closure_super_test: Crash # unsupported element kind: inscrutable:function
-bound_closure_test: Crash # unsupported element kind: inscrutable:function
-browser_compat_1_prepatched_test: Crash # unsupported element kind: getTagCallCount:function
-browser_compat_1_unpatched_test: Crash # unsupported element kind: getTagCallCount:function
-browser_compat_2_test: Crash # unsupported element kind: getTagCallCount:function
-catch_javascript_null_stack_trace_test: Crash # (JS('','(function () {throw null;})()')): handleStaticFunctionInvoke: foreign: function(JS)
-core_type_check_native_test: Crash # unsupported element kind: makeD:function
+abstract_class_test: RuntimeError # undefined is not a function
+bound_closure_test: RuntimeError # undefined is not a function
+browser_compat_1_prepatched_test: RuntimeError # undefined is not a function
+browser_compat_1_unpatched_test: RuntimeError # undefined is not a function
+browser_compat_2_test: RuntimeError # undefined is not a function
+compute_this_script_test: Crash # (=CapabilityImpl;): Unhandled node
+core_type_check_native_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
downcast_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-event_loop_test: Crash # unsupported element kind: foo:function
-fake_thing_2_test: Crash # unsupported element kind: make3:function
-fake_thing_test: Crash # unsupported element kind: make2:function
-field_type2_test: Crash # unsupported element kind: makeNode:function
-field_type_test: Crash # unsupported element kind: makeNode:function
-fixup_get_tag_test: Crash # unsupported element kind: token:function
-foreign_test: Crash # (JS('bool','isNaN(#)',isNaN)): handleStaticFunctionInvoke: foreign: function(JS)
-hash_code_test: Crash # unsupported element kind: makeA:function
+event_loop_test: Crash # (try {_microtaskLoop... try/finally
+fake_thing_2_test: RuntimeError # undefined is not a function
+field_type2_test: RuntimeError # undefined is not a function
+field_type_test: RuntimeError # undefined is not a function
+fixup_get_tag_test: RuntimeError # undefined is not a function
+hash_code_test: RuntimeError # undefined is not a function
inference_of_helper_methods_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-issue9182_test: Crash # unsupported element kind: makeA:function
-js_const_test: Crash # (JS('String',r'#.replace(#, #)',s1,re,fToUpper)): handleStaticFunctionInvoke: foreign: function(JS)
-jsobject_test: Crash # unsupported element kind: makeQ:function
-mirror_intercepted_field_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
+internal_library_test: Crash # Instance of 'TypeOperator': type check unimplemented for _MainFunctionArgs.
+issue9182_test: RuntimeError # undefined is not a function
+jsobject_test: RuntimeError # undefined is not a function
+mirror_intercepted_field_test: Crash # (switch (type){case ... Unhandled node
native_call_arity1_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_call_arity2_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_call_arity3_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_checked_arguments1_frog_test: Crash # unsupported element kind: cmp:function
-native_checked_fields_frog_test: Crash # unsupported element kind: makeB:function
-native_class_avoids_hidden_name_frog_test: Crash # unsupported element kind: makeB:function
-native_class_fields_2_test: Crash # unsupported element kind: makeA:function
-native_class_fields_3_test: Crash # unsupported element kind: makeA:function
-native_class_fields_test: Crash # unsupported element kind: makeA:function
-native_class_inheritance1_frog_test: Crash # unsupported element kind: makeB2:function
-native_class_inheritance2_frog_test: Crash # unsupported element kind: foo:function
-native_class_inheritance3_frog_test: Crash # unsupported element kind: foo:function
-native_class_inheritance4_frog_test: Crash # unsupported element kind: makeB:function
-native_class_is_check1_frog_test: Crash # unsupported element kind: makeA:function
-native_class_is_check3_frog_test: Crash # unsupported element kind: makeB:function
-native_class_with_dart_methods_frog_test: Crash # unsupported element kind: makeA:function
-native_closure_identity_frog_test: Crash # unsupported element kind: invoke:function
+native_checked_arguments1_frog_test: RuntimeError # undefined is not a function
+native_checked_fields_frog_test: RuntimeError # undefined is not a function
+native_class_avoids_hidden_name_frog_test: RuntimeError # undefined is not a function
+native_class_fields_2_test: RuntimeError # undefined is not a function
+native_class_fields_3_test: RuntimeError # undefined is not a function
+native_class_fields_test: RuntimeError # undefined is not a function
+native_class_inheritance1_frog_test: RuntimeError # undefined is not a function
+native_class_inheritance2_frog_test: RuntimeError # undefined is not a function
+native_class_inheritance3_frog_test: RuntimeError # undefined is not a function
+native_class_inheritance4_frog_test: RuntimeError # undefined is not a function
+native_class_is_check1_frog_test: RuntimeError # undefined is not a function
+native_class_is_check3_frog_test: RuntimeError # undefined is not a function
+native_class_with_dart_methods_frog_test: RuntimeError # undefined is not a function
+native_closure_identity_frog_test: RuntimeError # undefined is not a function
native_constructor_name_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_equals_frog_test: Crash # unsupported element kind: makeA:function
+native_equals_frog_test: RuntimeError # undefined is not a function
native_exception2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_exception_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_exceptions1_frog_test: Crash # unsupported element kind: op:function
-native_field_invocation2_test: Crash # unsupported element kind: nativeId:function
-native_field_invocation3_test: Crash # unsupported element kind: makeCC:function
-native_field_invocation4_test: Crash # unsupported element kind: nativeId:function
-native_field_invocation5_test: Crash # unsupported element kind: nativeFirst:function
-native_field_invocation6_test: Crash # unsupported element kind: nativeFirst:function
-native_field_invocation_test: Crash # unsupported element kind: nativeId:function
-native_field_name_test: Crash # unsupported element kind: makeA:function
-native_field_optimization_test: Crash # unsupported element kind: makeFoo:function
-native_field_rename_1_frog_test: Crash # unsupported element kind: native_key_method:function
-native_field_rename_2_frog_test: Crash # unsupported element kind: native_key_method:function
-native_library_same_name_used_frog_test: Crash # (JS('creates:Impl; returns:I;','makeI()')): handleStaticFunctionInvoke: foreign: function(JS)
-native_method_inlining_test: Crash # unsupported element kind: makeA:function
-native_method_rename1_frog_test: Crash # unsupported element kind: baz:function
-native_method_rename2_frog_test: Crash # unsupported element kind: foo:function
-native_method_rename3_frog_test: Crash # unsupported element kind: foo:function
-native_method_with_keyword_name_test: Crash # unsupported element kind: makeA:function
-native_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
+native_exceptions1_frog_test: RuntimeError # undefined is not a function
+native_field_invocation3_test: RuntimeError # undefined is not a function
+native_field_invocation4_test: RuntimeError # undefined is not a function
+native_field_invocation5_test: RuntimeError # undefined is not a function
+native_field_invocation6_test: RuntimeError # undefined is not a function
+native_field_name_test: RuntimeError # undefined is not a function
+native_field_optimization_test: RuntimeError # undefined is not a function
+native_field_rename_1_frog_test: RuntimeError # undefined is not a function
+native_field_rename_2_frog_test: RuntimeError # undefined is not a function
+native_library_same_name_used_frog_test: RuntimeError # undefined is not a function
+native_method_inlining_test: RuntimeError # Please triage this failure.
+native_method_rename1_frog_test: RuntimeError # undefined is not a function
+native_method_rename2_frog_test: RuntimeError # undefined is not a function
+native_method_rename3_frog_test: RuntimeError # undefined is not a function
+native_method_with_keyword_name_test: RuntimeError # undefined is not a function
+native_mirror_test: Crash # (switch (type){case ... Unhandled node
native_missing_method1_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_missing_method2_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_mixin_multiple2_test: Crash # unsupported element kind: makeB:function
-native_mixin_multiple3_test: Crash # unsupported element kind: makeC:function
+native_mixin_multiple2_test: RuntimeError # undefined is not a function
+native_mixin_multiple3_test: RuntimeError # undefined is not a function
native_mixin_multiple_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_mixin_with_plain_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_named_constructors2_frog_test: Crash # unsupported element kind: foo:function
-native_named_constructors3_frog_test: Crash # unsupported element kind: foo:function
-native_no_such_method_exception2_frog_test: Crash # unsupported element kind: makeB:function
-native_no_such_method_exception3_frog_test: Crash # unsupported element kind: makeA:function
-native_no_such_method_exception_frog_test: Crash # unsupported element kind: makeA:function
+native_named_constructors2_frog_test: RuntimeError # undefined is not a function
+native_named_constructors3_frog_test: RuntimeError # undefined is not a function
+native_no_such_method_exception2_frog_test: RuntimeError # undefined is not a function
+native_no_such_method_exception3_frog_test: RuntimeError # undefined is not a function
+native_no_such_method_exception_frog_test: RuntimeError # undefined is not a function
native_novel_html_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_null_closure_frog_test: Crash # unsupported element kind: invoke:function
-native_null_frog_test: Crash # unsupported element kind: returnZero:function
-native_property_frog_test: Crash # (JS('int','#._z',this)): handleStaticFunctionInvoke: foreign: function(JS)
-native_to_string_frog_test: Crash # unsupported element kind: makeA:function
-native_use_native_name_in_table_frog_test: Crash # unsupported element kind: makeB:function
+native_null_closure_frog_test: RuntimeError # undefined is not a function
+native_null_frog_test: RuntimeError # undefined is not a function
+native_property_frog_test: RuntimeError # undefined is not a function
+native_to_string_frog_test: RuntimeError # undefined is not a function
+native_use_native_name_in_table_frog_test: RuntimeError # undefined is not a function
native_window1_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
native_window2_frog_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-native_wrapping_function3_frog_test: Crash # unsupported element kind: foo2:function
-native_wrapping_function_frog_test: Crash # unsupported element kind: foo2:function
-oddly_named_fields_test: Crash # unsupported element kind: makeNativeClassWithOddNames:function
-optimization_hints_test: Crash # (JS('','String("in main function")')): handleStaticFunctionInvoke: foreign: function(JS)
+native_wrapping_function3_frog_test: RuntimeError # undefined is not a function
+native_wrapping_function_frog_test: RuntimeError # undefined is not a function
+oddly_named_fields_test: RuntimeError # undefined is not a function
+optimization_hints_test: RuntimeError # Please triage this failure.
rti_only_native_test: Crash # (try {map.values.for... try/finally
-runtimetype_test: Crash # (JS('A','#',makeA())): handleStaticFunctionInvoke: foreign: function(JS)
+runtimetype_test: RuntimeError # undefined is not a function
static_methods_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-subclassing_1_test: Crash # unsupported element kind: makeC:function
-subclassing_2_test: Crash # unsupported element kind: makeB:function
-subclassing_3_test: Crash # unsupported element kind: makeB:function
-subclassing_4_test: Crash # unsupported element kind: makeB:function
-subclassing_5_test: Crash # unsupported element kind: makeB:function
+subclassing_1_test: RuntimeError # undefined is not a function
+subclassing_2_test: RuntimeError # undefined is not a function
+subclassing_3_test: RuntimeError # undefined is not a function
+subclassing_4_test: RuntimeError # undefined is not a function
+subclassing_5_test: RuntimeError # undefined is not a function
subclassing_constructor_1_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
subclassing_constructor_2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-subclassing_super_call_test: Crash # (JS('','#(#)',constructor,b1)): handleStaticFunctionInvoke: foreign: function(JS)
-subclassing_super_field_1_test: Crash # (JS('','#(#)',constructor,b)): handleStaticFunctionInvoke: foreign: function(JS)
-subclassing_super_field_2_test: Crash # (JS('','#(#)',constructor,b)): handleStaticFunctionInvoke: foreign: function(JS)
+subclassing_super_call_test: RuntimeError # undefined is not a function
+subclassing_super_field_1_test: RuntimeError # undefined is not a function
+subclassing_super_field_2_test: RuntimeError # undefined is not a function
subclassing_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-super_call_test: Crash # unsupported element kind: makeD:function
-super_property_test: Crash # unsupported element kind: makeB:function
-undefined_bailout_test: Crash # (JS('','void 0')): handleStaticFunctionInvoke: foreign: function(JS)
+super_call_test: RuntimeError # undefined is not a function
+super_property_test: RuntimeError # undefined is not a function
+type_error_decode_test: RuntimeError # undefined is not a function
+uninstantiated_type_parameter_test: RuntimeError # undefined is not a function

Powered by Google App Engine
This is Rietveld 408576698