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

Unified Diff: tests/language/language_dart2js.status

Issue 1151443002: dart2js cps: Fix in how type variables are accessed. (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
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 19eea661f670648d299d9cf8b79b6a592d236c8d..91de4928d3a5326a76f09beb9ca6137286983f6b 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -456,11 +456,6 @@ crash_12118_test: Crash # Please triage this failure.
crash_6725_test/01: Crash # Please triage this failure.
custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functions
cyclic_type2_test: Crash # Instance of 'TypeOperator': type check unimplemented for Derived1<Derived1, Derived2>.
-cyclic_type_test/00: RuntimeError # Please triage this failure.
-cyclic_type_test/01: RuntimeError # Please triage this failure.
-cyclic_type_test/02: RuntimeError # Please triage this failure.
-cyclic_type_test/03: RuntimeError # Please triage this failure.
-cyclic_type_test/04: RuntimeError # Please triage this failure.
deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
deferred_closurize_load_library_test: RuntimeError # Please triage this failure.
deferred_constant_list_test: Crash # (lib.loadLibrary()): handleStaticGetterInvoke: foreign: getter(loadLibrary)
@@ -542,7 +537,6 @@ execute_finally6_test: Crash # try/finally
execute_finally7_test: Crash # try/finally
execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
execute_finally9_test: Crash # try/finally
-f_bounded_equality_test: RuntimeError # Please triage this failure.
factory3_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
factory_redirection3_cyclic_test/01: Crash # Please triage this failure.
factory_redirection_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for A<List>.
@@ -581,9 +575,6 @@ fixed_type_variable2_test/03: Crash # Instance of 'TypeOperator': type check uni
fixed_type_variable2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for T.
fixed_type_variable2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for T.
fixed_type_variable2_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for T.
-fixed_type_variable_test/02: RuntimeError # Please triage this failure.
-fixed_type_variable_test/04: RuntimeError # Please triage this failure.
-fixed_type_variable_test/06: RuntimeError # Please triage this failure.
flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();}): cannot handle async/sync*/async* functions
flatten_test/03: Crash # cannot handle async/sync*/async* functions
@@ -662,7 +653,6 @@ 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_creation_test: RuntimeError # Please triage this failure.
generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>.
generic_field_mixin2_test: Crash # Please triage this failure.
generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<T>.
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698