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

Unified Diff: dart/tests/try/try.status

Issue 667763005: Make incremental tests time out faster. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r41480. Created 6 years, 1 month 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 | dart/tests/try/web/incremental_compilation_update_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/try.status
diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status
index 02c8edc945b63c122d9151020dbdbb07bde4188d..aa0b7abfb9708a24e42d624fe79cba768bd6b642 100644
--- a/dart/tests/try/try.status
+++ b/dart/tests/try/try.status
@@ -31,5 +31,11 @@ poi/serialize_test: SkipByDesign # Uses dart:io.
[ $compiler == dart2js ]
poi/*: Skip # http://dartbug.com/20031
-[ $runtime == ff || $checked || ($system == windows && $compiler == dart2js)]
+[ $runtime != ff && ( $checked || ($system == windows && $compiler == dart2js))]
web/incremental_compilation_update_test: Slow, Pass
+
+[ $runtime == ff && $unchecked ]
+web/incremental_compilation_update_test: Slow, Pass
+
+[ $runtime == ff && $checked ]
+web/incremental_compilation_update_test: Slow, Fail
« no previous file with comments | « no previous file | dart/tests/try/web/incremental_compilation_update_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698