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

Unified Diff: tests/language/language_dart2js.status

Issue 1143153012: Add dart2js-cps_ir test expectation for new test regress_23498_test. (Closed) Base URL: https://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 | « no previous file | 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 ad7367ee13369ec5c97e9e3846a40303f943dd96..5cd9387536053a49649e014a81f7047c33b3efd6 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -363,6 +363,8 @@ call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul
call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
+cast2_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
+cast2_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
cast_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
cast_test/02: Crash # Instance of 'TypeOperator': type casts not implemented.
cast_test/03: Crash # Instance of 'TypeOperator': type casts not implemented.
@@ -482,7 +484,7 @@ const_switch_test/04: Crash # Unhandled node
constructor10_test/01: Crash # Please triage this failure.
constructor10_test/02: Crash # Please triage this failure.
constructor11_test: Crash # Please triage this failure.
-constructor12_test : RuntimeError
+constructor12_test: RuntimeError
constructor3_negative_test: Crash # Please triage this failure.
constructor5_test: Crash # Please triage this failure.
constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure.
@@ -575,8 +577,8 @@ factory3_test: Crash # Instance of 'TypeOperator': type check unimplemented for
factory_redirection3_cyclic_test/01: Crash # Please triage this failure.
factory_redirection_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for A<List>.
factory_redirection_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for A<List>.
-factory_redirection_test/05 : MissingRuntimeError
-factory_redirection_test/06 : MissingRuntimeError
+factory_redirection_test/05: MissingRuntimeError
+factory_redirection_test/06: MissingRuntimeError
factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
factory_type_parameter2_test: Crash # Please triage this failure.
factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<List>.
@@ -824,6 +826,7 @@ is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N
is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue10581_test: Crash # Unhandled node
+issue10721_test: RuntimeError
issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -970,6 +973,7 @@ regress_22777_test: Crash # cannot handle async/sync*/async* functions
regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finally {b=10;}): try/finally
regress_22936_test/01: Crash # Please triage this failure.
regress_22936_test/none: Crash # Please triage this failure.
+regress_23498_test: Crash # cannot handle async/sync*/async* functions
reify_typevar_static_test/01: Crash # Please triage this failure.
return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -1080,7 +1084,7 @@ type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check
type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-type_variable_closure2_test : RuntimeError
+type_variable_closure2_test: RuntimeError
type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -1102,7 +1106,3 @@ value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
void_type_test: Crash # Unhandled node
-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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698