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

Unified Diff: tests/lib/lib.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/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 80e8599388d972b9f73490be7a3a47203bce791f..7dbc9371bdd8c7998d08099a3f2e2d19549e7538 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -343,7 +343,6 @@ async/stream_from_iterable_test: Crash # (switch (testCase.re... Unhandled node
async/stream_iterator_test: Crash # (switch (testCase.re... Unhandled node
async/stream_join_test: Crash # (switch (testCase.re... Unhandled node
async/stream_last_where_test: Crash # (switch (testCase.re... Unhandled node
-async/stream_listen_zone_test: Crash # (switch (stepCount++... Unhandled node
async/stream_periodic2_test: Crash # (switch (testCase.re... Unhandled node
async/stream_periodic3_test: Crash # (switch (testCase.re... Unhandled node
async/stream_periodic4_test: Crash # (switch (testCase.re... Unhandled node
@@ -366,7 +365,6 @@ async/timer_repeat_test: Crash # (switch (testCase.re... Unhandled node
async/timer_test: Crash # (switch (testCase.re... Unhandled node
convert/chunked_conversion2_test: RuntimeError # receiver.get$accumulator is not a function
convert/json_lib_test: Crash # (switch (testCase.re... Unhandled node
-convert/json_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
convert/json_toEncodable_reviver_test: RuntimeError # J.getInterceptor$as(...).get$length is not a function
convert/line_splitter_test: Crash # Invalid argument(s)
js/null_test: Crash # (switch (testCase.re... Unhandled node

Powered by Google App Engine
This is Rietveld 408576698