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

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: 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/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 5ca46b6a1976887abb916209995b7cf5efc92029..b09ecb16f51c6385d1da8f80c2fea91cfd3ba1b8 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_empty_test: Crash # Instance of 'TypeOperator': type check unimplemented for Iterable<int>.
iterable_expand_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -255,7 +249,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>.
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698