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

Unified Diff: pkg/pkg.status

Issue 198923008: pkg/docgen: more status file exceptions -- for ARM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index cd805efd0cc3d45309ad8bff108768c41b9f66a6..df5a4d81c7725b63d33b2ebe837afda4d275e6f9 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -27,6 +27,10 @@ docgen/test/typedef_test: Skip # Way too slow
[ $runtime == vm ]
docgen/test/only_lib_content_in_pkg_test: Fail, Timeout # Issue 17597
+[ $runtime == vm && $arch == arm && $mode == debug ]
+docgen/test/only_lib_content_in_pkg_test: Skip # slow
+docgen/test/typedef_test: Skip # slow
+
[ $runtime == vm && $arch == ia32 && $mode == debug ]
docgen/test/generate_json_test: Fail # Issue 17602
« 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