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

Unified Diff: tests/lib/lib.status

Issue 18841002: Address more bot-redness. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/lib/async/event_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index a7dc253a14d363432b0a6f23b0d403dc6f36712d..c058a585011fd2f9f70c6f7d94239cd6c24074e5 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -10,6 +10,8 @@ async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
async/run_async4_test: Pass, Fail # no global exception handler in isolates. http://dartbug.com/9012
async/run_async6_test: Fail # global error handling is not supported. http://dartbug.com/5958
+lib/async/stream_state_test: Fail # Issue 11722
+
# SIMD is unsupported on dart2js.
typed_data/float32x4_test: Fail, OK
typed_data/float32x4_list_test: Fail, OK
@@ -51,7 +53,7 @@ async/timer_isolate_test: Fail, OK # Needs Timer to run.
async/timer_repeat_test: Fail,OK # Needs Timer to run.
async/timer_test: Fail,OK # Needs Timer to run.
-[ $compiler == dart2js && ($jscl || $runtime == d8) ]
+[ $compiler == dart2js && ($jscl || $runtime == d8) ]async/stream_controller_async_test: Fail # Timer interface not supported; dartbug.com/7728.
floitsch 2013/07/08 12:01:34 Missing new line.
Lasse Reichstein Nielsen 2013/07/08 12:38:34 Done.
async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7728.
« no previous file with comments | « tests/lib/async/event_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698