Commit b6eee6f0 authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

Re-enable FilesApp zip file integration tests on ASAN

The Chrome OS ASAN bots now have longer test time-outs limits and maybe
enough to run the zip file tests to completion. Let's see.

Bug: 867738
Change-Id: Ibda0a13ccb13095d14504c19d48d619cee5d5cd8
Reviewed-on: https://chromium-review.googlesource.com/c/1321653Reviewed-by: default avatarAnand Mistry <amistry@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605944}
parent d64445d6
...@@ -253,14 +253,8 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -253,14 +253,8 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestCase("imageOpenGalleryOpenDrive").DisableDriveFs(), TestCase("imageOpenGalleryOpenDrive").DisableDriveFs(),
TestCase("imageOpenGalleryOpenDrive").EnableDriveFs())); TestCase("imageOpenGalleryOpenDrive").EnableDriveFs()));
// NaCl fails to compile zip plugin.pexe too often on ASAN, crbug.com/867738
#if defined(ADDRESS_SANITIZER)
#define MAYBE_ZipFiles DISABLED_ZipFiles
#else
#define MAYBE_ZipFiles ZipFiles
#endif
WRAPPED_INSTANTIATE_TEST_CASE_P( WRAPPED_INSTANTIATE_TEST_CASE_P(
MAYBE_ZipFiles, /* zip_files.js */ ZipFiles, /* zip_files.js */
FilesAppBrowserTest, FilesAppBrowserTest,
::testing::Values(ZipCase("zipFileOpenDownloads").InGuestMode(), ::testing::Values(ZipCase("zipFileOpenDownloads").InGuestMode(),
ZipCase("zipFileOpenDownloads"), ZipCase("zipFileOpenDownloads"),
......
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