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

Unified Diff: tests/lib/lib.status

Issue 166913002: Fix status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « no previous file | 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 36309b9a409c0df5afc6e41561172380e61836fa..8e3b11cc6bd0cfc31b4d28e5338c14358175e27f 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -201,7 +201,7 @@ mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
typed_data/*: Fail # Issue 11971
convert/chunked_conversion_utf88_test: Pass, Slow, Timeout # Issue 12029
convert/streamed_conversion_json_utf8_decode_test: Pass, Timeout # Issue 12029
-async/deferred/deferred_api_test: Pass, Timeout # http://dartbug.com/12635
+async/deferred/*: Pass, Fail, Timeout # http://dartbug.com/12635
convert/streamed_conversion_utf8_decode_test: Pass, Timeout # http://dartbug.com/12768
convert/utf85_test: Skip # Issue 12029.
convert/json_util_test: Fail # Issue 16109
@@ -271,7 +271,7 @@ mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
async/timer_isolate_test: Fail
-[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm) ]
+[ $compiler == dart2dart || ($compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm)) ]
# Deferred loading is not implemented in the VM so the error-handling will never be triggered.
async/deferred/deferred_fail_to_load_test: Fail
# Deferred loading is not implemented in the VM so the error-handling will never be triggered.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698