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

Unified Diff: tests/lib/lib.status

Issue 11784020: Fixed status files for dart2js corelib/lib/language tests. (Closed) Base URL: https://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
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index f34f4b9ca01f0c9aef5ae131301ee323a8b41aba..be9cd76a728303aae027838d9059a6725b76d83b 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -19,3 +19,19 @@ crypto/sha1_test: Slow, Pass
crypto/hmac_sha1_test: Fail
crypto/hmac_sha256_test: Fail
+[ $runtime == d8 ]
+# The d8 runtime does not support Timer.
+async/future2_test: Fail
floitsch 2013/01/07 13:52:22 Karl should have taken care of these.
+async/futures_test: Fail
+async/future_delayed_error_test: Fail
+async/future_test: Fail
+async/merge_stream_test: Fail
+async/slow_consumer2_test: Fail
+async/slow_consumer_test: Fail
+async/stream_controller_async_test: Fail
+async/stream_min_max_test: Fail
+async/stream_single_test: Fail
+
+[ $compiler == dart2js && $runtime == d8 && $checked ]
+# Some bug related to assigning function to typedef-typed field.
+async/stream_controller_test: Fail
« tests/language/language_dart2js.status ('K') | « tests/lib/async/futures_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698