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

Unified Diff: pkg/pkg.status

Issue 196413029: Remove suppression for test no longer failing in debug mode on ia32 (Closed) Base URL: http://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
===================================================================
--- pkg/pkg.status (revision 34103)
+++ pkg/pkg.status (working copy)
@@ -27,13 +27,10 @@
[ $runtime == vm ]
docgen/test/only_lib_content_in_pkg_test: Fail, Timeout # Issue 17597
-[ $runtime == vm && $arch == arm && $mode == debug ]
+[ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
docgen/test/only_lib_content_in_pkg_test: Skip # slow
docgen/test/typedef_test: Skip # slow
-[ $runtime == vm && $arch == ia32 && $mode == debug ]
ricow1 2014/03/19 06:31:10 this suppression has no effect, look at the genera
-docgen/test/generate_json_test: Fail # Issue 17602
-
[ $compiler == dart2js ]
collection/test/equality_test/01: Fail # Issue 1533
collection/test/equality_test/02: Fail # Issue 1533
« 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