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

Unified Diff: tests/corelib/corelib.status

Issue 1188183006: Update dart2js-cps_ir test expectations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 c887649c318d32dcf7dee525b87a9fb9f4d493fc..b206d62c78fee1c73a9739eb88cb0267e40ea27a 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -211,7 +211,7 @@ big_integer_parsed_mul_div_vm_test: Pass, Slow
[ $compiler == dart2js && $cps_ir ]
apply2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-collection_removes_test: RuntimeError # undefined is not a function
+collection_removes_test: RuntimeError # receiver.get$_source is not a function
const_list_remove_range_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
const_list_set_range_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
core_runtime_types_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -224,7 +224,7 @@ double_round2_test: Crash # Instance of 'TypeOperator': type check unimplemented
double_truncate2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
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 # undefined is not a function
+error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a function
error_stack_trace_test: Crash # (switch (5){case 5:nested();default:Expect.fail("Should not reach");}): Unhandled node
expando_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
growable_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -274,7 +274,7 @@ list_sublist_test: Crash # Instance of 'TypeOperator': type check unimplemented
list_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
list_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
list_to_string2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-list_to_string_test: RuntimeError # undefined is not a function
+list_to_string_test: RuntimeError # receiver.get$list is not a function
map_from_iterables_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
map_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
map_to_string_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
« 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