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

Unified Diff: chrome/browser/chromeos/file_manager/gallery_browsertest.cc

Issue 2695803005: Disable GalleryBrowserTest.RotateImageOnDrive for Chrome OS debug build (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/chromeos/file_manager/gallery_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/gallery_browsertest.cc b/chrome/browser/chromeos/file_manager/gallery_browsertest.cc
index fc88bfb46fb11961080d2cc6ba21ebe96d5e1d62..37b98cf6b026ef0367eb695e4ccb816299003390 100644
--- a/chrome/browser/chromeos/file_manager/gallery_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/gallery_browsertest.cc
@@ -250,7 +250,8 @@ IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode, RotateImageOnDownloads) {
}
// http://crbug.com/508949
-#if defined(MEMORY_SANITIZER)
+// http://crbug.com/690983 (Chrome OS debug build)
+#if defined(MEMORY_SANITIZER) || (defined(OS_CHROMEOS) && !defined(NDEBUG))
#define MAYBE_RotateImageOnDrive DISABLED_RotateImageOnDrive
#else
#define MAYBE_RotateImageOnDrive RotateImageOnDrive
« 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