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

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

Issue 3012683002: Don't try to add abstract methods to the codegen work queue to generate bodies (Closed)
Patch Set: reran status files. Created 3 years, 3 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
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 61cf209eb9ae1d8bedbad2ec69343b79ffa7feb4..7c7d053b34eb608407194e33618ee451cff7f53c 100644
--- a/tests/compiler/dart2js_native/dart2js_native.status
+++ b/tests/compiler/dart2js_native/dart2js_native.status
@@ -151,7 +151,6 @@ native_library_same_name_used_frog_test: CompileTimeError
native_method_inlining_test: Crash
native_mirror_test: Crash
native_mixin_field_test: RuntimeError
-native_mixin_with_plain_test: Crash
native_named_constructors2_frog_test: CompileTimeError
native_named_constructors3_frog_test: CompileTimeError
native_no_such_method_exception3_frog_test: Crash
@@ -160,7 +159,11 @@ native_no_such_method_exception5_frog_test: Crash
native_property_frog_test: CompileTimeError
native_wrapping_function3_frog_test: RuntimeError
optimization_hints_test: Crash
-rti_only_native_test: Crash
+native_method_inlining_test: RuntimeError
+native_no_such_method_exception3_frog_test: RuntimeError
+native_no_such_method_exception4_frog_test: RuntimeError
+native_no_such_method_exception5_frog_test: RuntimeError
+optimization_hints_test: RuntimeError
runtimetype_test: CompileTimeError
subclassing_constructor_1_test: RuntimeError
subclassing_constructor_2_test: RuntimeError
@@ -186,7 +189,6 @@ native_library_same_name_used_frog_test: CompileTimeError
native_method_inlining_test: Crash # NoSuchMethodError: The method 'accept' was called on null.
native_mirror_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
native_mixin_field_test: RuntimeError
-native_mixin_with_plain_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
native_named_constructors2_frog_test: CompileTimeError
native_named_constructors3_frog_test: CompileTimeError
native_no_such_method_exception3_frog_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on null.
@@ -195,7 +197,11 @@ native_no_such_method_exception5_frog_test: Crash # NoSuchMethodError: The gette
native_property_frog_test: CompileTimeError
native_wrapping_function3_frog_test: RuntimeError
optimization_hints_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was called on null.
-rti_only_native_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.call#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:closure_call(Maps_mapToString_closure.call).
+native_method_inlining_test: RuntimeError
+native_no_such_method_exception3_frog_test: RuntimeError
+native_no_such_method_exception4_frog_test: RuntimeError
+native_no_such_method_exception5_frog_test: RuntimeError
+optimization_hints_test: RuntimeError
runtimetype_test: CompileTimeError
subclassing_constructor_1_test: RuntimeError
subclassing_constructor_2_test: RuntimeError
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698