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

Unified Diff: chrome/browser/bookmarks/bookmark_utils_unittest.cc

Issue 8298007: Aura: unit_tests now run on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: chrome/browser/bookmarks/bookmark_utils_unittest.cc
diff --git a/chrome/browser/bookmarks/bookmark_utils_unittest.cc b/chrome/browser/bookmarks/bookmark_utils_unittest.cc
index 4eb78dbaaea9a7aa1ef327ef63a1857b94a26eb7..13e176f80d4bbb60837b5db9e8a879d4e0698db3 100644
--- a/chrome/browser/bookmarks/bookmark_utils_unittest.cc
+++ b/chrome/browser/bookmarks/bookmark_utils_unittest.cc
@@ -126,6 +126,9 @@ TEST(BookmarkUtilsTest, DoesBookmarkContainText) {
// TODO(wyck): Functionality disabled on TOUCH_UI to work around clipboard hang
// in http://crbug.com/96448
#define MAYBE_CopyPaste FAILS_CopyPaste
+#elif defined(USE_AURA)
sky 2011/10/14 20:05:06 Is it a really USE_AURA, or USE_AURA && !OS_WIN?
+// Clipboard not yet implemented on Aura, see http://crbug.com/100348
+#define MAYBE_CopyPaste FAILS_CopyPaste
#else
#define MAYBE_CopyPaste CopyPaste
#endif

Powered by Google App Engine
This is Rietveld 408576698