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

Unified Diff: tests/lib/lib.status

Issue 11866003: Support Timer with 0 millisecond delay in dart2js running in the command line. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
===================================================================
--- tests/lib/lib.status (revision 16956)
+++ tests/lib/lib.status (working copy)
@@ -7,18 +7,11 @@
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.
kasperl 2013/01/11 11:58:08 I guess some of these tests now fail for a differe
ngeoffray 2013/01/11 12:20:19 Good catch. They actually continue to fail because
-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/stream_single_to_multi_subscriber_test: Fail # Timer interface not supported; dartbug.com/7728.
[ $compiler == dart2js && $browser ]
crypto/sha256_test: Slow, Pass

Powered by Google App Engine
This is Rietveld 408576698