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

Unified Diff: tests/corelib/corelib.status

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update status files, and merge. 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_native/dart2js_native.status ('k') | tests/html/html.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 9cd3ca86ffe380bcf977f77a45789f527143854c..bacd0a268892e945cb37255b0bc978853127ac35 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -225,10 +225,7 @@ date_time3_test: RuntimeError # Cannot read property 'prototype' of undefined
date_time4_test: RuntimeError # Cannot read property 'prototype' of undefined
date_time7_test: RuntimeError # Cannot read property 'prototype' of undefined
date_time_parse_test: RuntimeError # Cannot read property 'prototype' of undefined
-double_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node
-double_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node
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
for_in_test: RuntimeError # Please triage this failure.
hash_set_test/none: RuntimeError # Please triage this failure.
hashcode_test: RuntimeError # Please triage this failure.
@@ -281,8 +278,6 @@ map_values2_test: RuntimeError # Please triage this failure.
map_values3_test: RuntimeError # Please triage this failure.
map_values4_test: RuntimeError # Please triage this failure.
null_test: RuntimeError # Cannot read property 'prototype' of undefined
-num_parse_test/01: Crash # (switch (codeUnit){c... Unhandled node
-num_parse_test/none: Crash # (switch (codeUnit){c... Unhandled node
queue_first_test: RuntimeError # Please triage this failure.
queue_iterator_test: RuntimeError # Please triage this failure.
queue_last_test: RuntimeError # Please triage this failure.
@@ -327,10 +322,6 @@ string_source_test: RuntimeError # Please triage this failure.
string_split_test: RuntimeError # Please triage this failure.
string_test: RuntimeError # Please triage this failure.
string_to_lower_case_test: RuntimeError # Please triage this failure.
-string_trim2_test: Crash # (switch (codeUnit){c... Unhandled node
-string_trim_test: Crash # (switch (codeUnit){c... Unhandled node
-string_trimlr_test/01: Crash # (switch (codeUnit){c... Unhandled node
-string_trimlr_test/none: Crash # (switch (codeUnit){c... Unhandled node
strings_test: RuntimeError # Please triage this failure.
symbol_operator_test/03: RuntimeError # Please triage this failure.
symbol_reserved_word_test/03: Pass # Please triage this failure.
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698