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

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: Long line 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 8a3e7dba6bacfdedeb8e789349cf6a7c25b4d3aa..42cf7918c467978152565e6b59e27343b8225e8d 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -451,7 +451,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
@@ -691,7 +690,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.
@@ -705,7 +703,6 @@ 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
issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -818,7 +815,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 # unsupported element kind: array:field
null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
@@ -964,7 +960,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>.
@@ -1044,3 +1039,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>.

Powered by Google App Engine
This is Rietveld 408576698