Commit 2108740c authored by Noel Gordon's avatar Noel Gordon Committed by Commit Bot

FileManageBrowserTestBase: disable NaCl loading component extensions

These extensions are not used by the Files.app browser tests and cause
ASAN flakes due to an unrelated NaCl bug 788671.

Skirt around that bug here by not loading these NaCl-using extensions.
Side-effect: these browser tests hopefully run a little faster.

Bug: 788671,836254
Change-Id: Ie528cad328d76f2ff0ee97c994f2bc539de86a98
Reviewed-on: https://chromium-review.googlesource.com/1055351
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarNaoki Fukino <fukino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557831}
parent 98d8ce92
...@@ -567,6 +567,10 @@ void FileManagerBrowserTestBase::SetUpCommandLine( ...@@ -567,6 +567,10 @@ void FileManagerBrowserTestBase::SetUpCommandLine(
command_line->AppendSwitch(switches::kIncognito); command_line->AppendSwitch(switches::kIncognito);
} }
// Block NaCl loading Files.app components crbug.com/788671
command_line->AppendSwitch(chromeos::switches::kDisableZipArchiverUnpacker);
command_line->AppendSwitch(chromeos::switches::kDisableZipArchiverPacker);
ExtensionApiTest::SetUpCommandLine(command_line); ExtensionApiTest::SetUpCommandLine(command_line);
} }
......
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