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

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: fix ui_test_utils_aura Bind 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..ae7ef2430c8a72ecba267fa887e63317c35f11f1 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) && !defined(OS_WIN)
+// Clipboard not yet implemented on Linux 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