Commit 321c8638 authored by kinaba@chromium.org's avatar kinaba@chromium.org

Re-enable RemoteFileSystemExtensionApiTest.ContentSearch on ASAN bot.

It is not failing anymore (the patch caused the failure is reverted).

BUG=136169

Review URL: https://chromiumcodereview.appspot.com/10830255

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151001 0039d316-1c4b-4281-b951-d872f2087c98
parent 96e10928
...@@ -324,14 +324,7 @@ IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, ...@@ -324,14 +324,7 @@ IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
kComponentFlags)) << message_; kComponentFlags)) << message_;
} }
// This test fails under AddressSanitizer, see http://crbug.com/136169. IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest, ContentSearch) {
#if defined(ADDRESS_SANITIZER)
#define MAYBE_ContentSearch DISABLED_ContentSearch
#else
#define MAYBE_ContentSearch ContentSearch
#endif
IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
MAYBE_ContentSearch) {
EXPECT_CALL(*mock_documents_service_, GetAccountMetadata(_)).Times(1); EXPECT_CALL(*mock_documents_service_, GetAccountMetadata(_)).Times(1);
// First, test will get drive root directory, to init file system. // First, test will get drive root directory, to init file system.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment