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

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

Issue 3005823002: Handle forwarding constructors to unnamed mixin applications (Closed)
Patch Set: Updated cf. comments 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
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 c5674c1887d327146f2a53c8d09dc1f554d9a2f8..3ed734b260e2fe90882d3466197dd6d059a6fb1e 100644
--- a/tests/compiler/dart2js_native/dart2js_native.status
+++ b/tests/compiler/dart2js_native/dart2js_native.status
@@ -154,7 +154,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_multiple3_test: Crash
native_mixin_with_plain_test: Crash
native_named_constructors2_frog_test: CompileTimeError
native_named_constructors3_frog_test: CompileTimeError
@@ -192,7 +191,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_multiple3_test: Crash # Assertion failure: Super constructor for k:constructor(D.) not found.
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

Powered by Google App Engine
This is Rietveld 408576698