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

Unified Diff: tests/language/language_dart2js.status

Issue 1158693003: dart2js cps: Change how type variables are accessed in constructors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index ad7367ee13369ec5c97e9e3846a40303f943dd96..e0d83517993ef80707855ff57e02a37abcb1b3b3 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -417,8 +417,6 @@ closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim
closure_internals_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
closure_self_reference_test: Crash # (try {return inner(value-1);}finally {counter++ ;}): try/finally
closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
-closures_initializer2_test: Crash # Please triage this failure.
-closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
conditional_method_invocation_test/01: RuntimeError # Please triage this failure.
@@ -676,9 +674,7 @@ generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement
generic_constructor_mixin2_test: Crash # Please triage this failure.
generic_constructor_mixin3_test: Crash # Please triage this failure.
generic_constructor_mixin_test: Crash # Please triage this failure.
-generic_field_mixin2_test: Crash # Please triage this failure.
-generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<T>.
-generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
+generic_field_mixin3_test : RuntimeError
asgerf 2015/05/27 16:31:52 It seems there is a class here that needs RTI but
karlklose 2015/05/28 08:12:19 File a bug and add issue number here?
asgerf 2015/05/28 09:34:21 I haven't been able to reproduce it on the SSA bac
generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<int, num>.
generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
@@ -1087,10 +1083,7 @@ type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check
type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
-type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
-type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check unimplemented for Map<int, int>.
type_variable_typedef_test: Crash # Please triage this failure.
typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemented.
typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func1.
@@ -1106,3 +1099,6 @@ issue10721_test : RuntimeError
mixin_mixin7_test : Pass
cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented.
cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented.
+malformed_inheritance_test/02 : Crash # unimplemented translation of type expression Unresolved
+malformed_inheritance_test/04 : Crash # unimplemented translation of type expression Unresolved
+generic_field_mixin5_test : Pass
karlklose 2015/05/28 08:12:19 Passing for the wrong reason or just an artifact o
asgerf 2015/05/28 09:34:21 It crashes in the SSA backend, so this is just her

Powered by Google App Engine
This is Rietveld 408576698