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

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

Issue 698283002: Dart2js is slow when compiled in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | no next file » | 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 446df9feee24f0ee5e0f6d745de8a3ad3eaaf9bb..d045b0b36dc56abb780eb57e1225dc70f53e96e1 100644
--- a/dart/tests/try/try.status
+++ b/dart/tests/try/try.status
@@ -31,12 +31,10 @@ poi/serialize_test: SkipByDesign # Uses dart:io.
[ $compiler == dart2js ]
poi/*: Skip # http://dartbug.com/20031
-[ $runtime != ff && ( $checked || ($system == windows && $compiler == dart2js))]
-web/incremental_compilation_update_test: Slow, Pass
-
[ $runtime == ff && $unchecked ]
# Compilation is slow, test fails at runtime due to time out.
web/incremental_compilation_update_test: Slow, Fail
-[ $runtime == ff && $checked ]
+[ $compiler == dart2js && $checked ]
+# Compilation is slow, test fails at runtime due to time out.
web/incremental_compilation_update_test: Slow, Fail
« 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