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

Unified Diff: tests/language/language_dart2js.status

Issue 1144163004: dart2js cps: Always use interceptors and type tags for 'is' checks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase + status file 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/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | 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 efa3c5154b313aed3a3f80f50a493b47ab79661b..ea9c7262ff2fad3717a104bd0cd020a83e60a85b 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -491,7 +491,6 @@ constructor_call_wrong_argument_count_negative_test: Crash # Please triage this
constructor_initializer_test/01: Crash # Please triage this failure.
constructor_with_mixin_test: Crash # Please triage this failure.
continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): Unhandled node
-core_type_check_test: RuntimeError # Please triage this failure.
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
@@ -830,7 +829,6 @@ instanceof4_test/01: Crash # Instance of 'TypeOperator': type check unimplemente
instanceof4_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for List<T>.
integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-interceptor9_test: RuntimeError # Please triage this failure.
interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: foreign: function(JS)
invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -844,10 +842,8 @@ is_malformed_type_test/98: Crash # Instance of 'TypeOperator': type casts not im
is_malformed_type_test/99: Crash # Instance of 'TypeOperator': type check unimplemented for Undefined.
is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-is_object_test: RuntimeError # Please triage this failure.
isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
issue10581_test: Crash # Unhandled node
-issue10721_test: RuntimeError # Please triage this failure.
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.
@@ -958,7 +954,6 @@ not_enough_positional_arguments_test/03: Crash # Please triage this failure.
null2_test: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
null_is2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
-null_is_test: RuntimeError # Please triage this failure.
null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
@@ -1104,7 +1099,6 @@ type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check
type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>.
type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
-type_guard_conversion_test: RuntimeError # Please triage this failure.
type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for Set<int>.
type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for Set<int>.
@@ -1184,3 +1178,5 @@ 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
+map_literal8_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<A, int>.
+map_literal7_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<String, int>.
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698