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

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10830255: Re-enable RemoteFileSystemExtensionApiTest.ContentSearch on ASAN bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/extensions/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
index 0b40a4a1213a03caa5265bb38436ebdebb96e4b7..8f18b3970ebaa768ac82fcdd507a247d19bf1050 100644
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
@@ -324,14 +324,7 @@ IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
kComponentFlags)) << message_;
}
-// This test fails under AddressSanitizer, see http://crbug.com/136169.
-#if defined(ADDRESS_SANITIZER)
-#define MAYBE_ContentSearch DISABLED_ContentSearch
-#else
-#define MAYBE_ContentSearch ContentSearch
-#endif
-IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
- MAYBE_ContentSearch) {
+IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, ContentSearch) {
EXPECT_CALL(*mock_documents_service_, GetAccountMetadata(_)).Times(1);
// First, test will get drive root directory, to init file system.
« 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