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

Unified Diff: tests/lib/lib.status

Issue 11794044: Add Stream.fromIterable (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Fix bug hit by new test. Created 7 years, 11 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 3d06d011bc2c49fbff4c41d4cbe8d964984321fe..b5a53f4eff1ba965b5eb3c748a9a163434f523ae 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -9,13 +9,15 @@ mirrors/*: Skip
[ $compiler == dart2js && $runtime == d8 ]
async/future_delayed_error_test: Fail # Timer interface not supported; dartbug.com/7728.
async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
+async/futures_test: Fail # Timer interface not supported; dartbug.com/7728.
+async/merge_stream_test: Fail # Timer interface not supported; dartbug.com/7728.
async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/7728.
+async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/7728.
async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_controller_async_test: Fail # Timer interface not supported; dartbug.com/7728.
+async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_min_max_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_single_test: Fail # Timer interface not supported; dartbug.com/7728.
-async/futures_test: Fail # Timer interface not supported; dartbug.com/7728.
-async/merge_stream_test: Fail # Timer interface not supported; dartbug.com/7728.
[ $compiler == dart2js && $browser ]
crypto/sha256_test: Slow, Pass
« sdk/lib/core/iterable.dart ('K') | « tests/lib/async/stream_from_iterable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698