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

Unified Diff: tests/lib/lib.status

Issue 12381064: Add Stream.periodic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update doc. Created 7 years, 9 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 eb8131e2e054efbee13fe9a6a3458a8eb4b372bd..e2b11d5dedc7daa8b253ffcc645ac24b8a1691dd 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -24,6 +24,12 @@ async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.com/7728.
async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dartbug.com/7728.
+[ $compiler == dart2js && ($jscl || $runtime == d8) ]
+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.
+async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7728.
+
[ $compiler == dart2js && $browser ]
crypto/sha256_test: Slow, Pass
crypto/sha1_test: Slow, Pass
« tests/lib/async/stream_periodic4_test.dart ('K') | « tests/lib/async/stream_periodic_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698