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

Unified Diff: tests/compiler/dart2js_extra/dart2js_extra.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_extra/dart2js_extra.status
diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status
index 9a32272b76cad199274f3dbd7b312996455f4531..2d0107e794b848531d8c8b4d89a21e2bcfcaa64d 100644
--- a/tests/compiler/dart2js_extra/dart2js_extra.status
+++ b/tests/compiler/dart2js_extra/dart2js_extra.status
@@ -168,8 +168,6 @@ js_dispatch_property_test: Crash # Issue 27394
regress/4562_test/01: Crash # Issue 27394
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
-10216a_test: Crash
-10216b_test: Crash
16400_test: Crash
17856_test: Crash
19191_test: Crash
@@ -250,7 +248,6 @@ lookup_map/reachable_data2_test: Crash
lookup_map/reachable_data_test: Crash
lookup_map/subclass_lookup_map_test: Crash
many_constants_test: Crash
-many_fields_test: Crash
mirror_invalid_field_access2_test: Crash
mirror_invalid_field_access3_test: Crash
mirror_invalid_field_access4_test: Crash
@@ -298,8 +295,6 @@ unconditional_dartio_import_test: CompileTimeError
useful_error_message_1_test: Crash
[ $compiler == dart2js && $dart2js_with_kernel && $minified ]
-10216a_test: Crash # Assertion failure: Super constructor for k:constructor(B.) not found.
-10216b_test: Crash # Assertion failure: Super constructor for k:constructor(B.) not found.
16400_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
17856_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).
19191_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'memberContext'.
@@ -377,7 +372,6 @@ lookup_map/reachable_data2_test: Crash # NoSuchMethodError: Class 'KField' has n
lookup_map/reachable_data_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'.
lookup_map/subclass_lookup_map_test: Crash # NoSuchMethodError: Class 'KField' has no instance getter 'constant'.
many_constants_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).
-many_fields_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
mirror_invalid_field_access2_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call).
mirror_invalid_field_access3_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call).
mirror_invalid_field_access4_test: Crash # Assertion failure: Cannot find value local(main_closure.call#mirror) in (local(main#)) for j:closure_call(main_closure.call).

Powered by Google App Engine
This is Rietveld 408576698