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

Unified Diff: tests/isolate/isolate.status

Issue 1191193005: Implement simple switch statements as nested if/else. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Clean up an ugly comment. 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
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index 0792ecc1de80d0c40291f9385513f1fe255d1841..ab8859e6a47b21bba769539f0d768589662a1b11 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -130,13 +130,9 @@ count_test: Crash # (switch (testCase.re... Unhandled node
cross_isolate_message_test: Crash # (switch (msg[0]){cas... Unhandled node
deferred_in_isolate2_test: Crash # (switch (testCase.re... Unhandled node
function_send_test: Crash # (try {p.send(func);}finally {p.send(0);}): try/finally
-handle_error2_test: Crash # (switch (state){case... Unhandled node
-handle_error3_test: Crash # (switch (state2){cas... Unhandled node
-handle_error_test: Crash # (switch (state){case... Unhandled node
illegal_msg_function_test: Crash # (switch (testCase.re... Unhandled node
illegal_msg_mirror_test: Crash # (switch (testCase.re... Unhandled node
isolate_complex_messages_test: Crash # (switch (testCase.re... Unhandled node
-isolate_current_test: Crash # (switch (state){case... Unhandled node
mandel_isolate_test: Crash # (switch (testCase.re... Unhandled node
message2_test: Crash # (switch (testCase.re... Unhandled node
message3_test/constInstance: Crash # Invalid argument(s)

Powered by Google App Engine
This is Rietveld 408576698