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

Unified Diff: tests/corelib/corelib.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/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index b47cb934f008b0f84af8e33f73691295935afb2b..2851b9bfefa2c7145ba09b1b9db003fa59349a63 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -219,16 +219,11 @@ const_list_set_range_test: Crash # Instance of 'TypeOperator': type check unimpl
core_runtime_types_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
date_time_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
double_ceil2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-double_ceil_test: RuntimeError # Please triage this failure.
double_floor2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-double_floor_test: RuntimeError # Please triage this failure.
double_parse_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
double_parse_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
double_round2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-double_round4_test: RuntimeError # Please triage this failure.
-double_round_test: RuntimeError # Please triage this failure.
double_truncate2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-double_truncate_test: RuntimeError # Please triage this failure.
duration2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
duration_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
error_stack_trace1_test: Pass # Please triage this failure.
@@ -245,7 +240,6 @@ int_from_environment_test: RuntimeError # Please triage this failure.
int_parse_radix_test/01: Crash # Please triage this failure.
int_parse_radix_test/02: Crash # Please triage this failure.
int_parse_radix_test/none: Crash # Please triage this failure.
-is_operator_basic_types_test: RuntimeError # Please triage this failure.
iterable_element_at_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
iterable_expand_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
iterable_first_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -254,7 +248,6 @@ iterable_fold_test: Crash # Instance of 'TypeOperator': type check unimplemented
iterable_generate_test: Crash # Instance of 'TypeOperator': type check unimplemented for Iterable<int>.
iterable_last_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
iterable_last_where_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-iterable_mapping_test: RuntimeError # Please triage this failure.
iterable_reduce_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
iterable_return_type_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for Map<int, int>.
iterable_return_type_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for Map<int, int>.

Powered by Google App Engine
This is Rietveld 408576698