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

Disable QuickView/FilesAppBrowserTest/openQuickViewPdf on MSAN

The FilesApp QuickView PDF browser test crashes the MSAN bot. Disable
the test in MSAN.

Tbr: slangley, lucmult
No-Presubmit: true
Bug: 768070,891150
Change-Id: I262418dd3b79df11824810c42749cd1b6d78edee
Reviewed-on: https://chromium-review.googlesource.com/c/1267597Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597542}
parent aebe42ca
...@@ -388,7 +388,10 @@ WRAPPED_INSTANTIATE_TEST_CASE_P( ...@@ -388,7 +388,10 @@ WRAPPED_INSTANTIATE_TEST_CASE_P(
TestCase("openQuickView").TabletMode(), TestCase("openQuickView").TabletMode(),
TestCase("openQuickViewImage"), TestCase("openQuickViewImage"),
TestCase("openQuickViewVideo"), TestCase("openQuickViewVideo"),
// QuickView PDF test fails on MSAN, crbug.com/768070 crbug.com/891150
#if !defined(MEMORY_SANITIZER)
TestCase("openQuickViewPdf"), TestCase("openQuickViewPdf"),
#endif
TestCase("openQuickViewScrollText"), TestCase("openQuickViewScrollText"),
TestCase("openQuickViewScrollHtml"), TestCase("openQuickViewScrollHtml"),
TestCase("openQuickViewBackgroundColorText"), TestCase("openQuickViewBackgroundColorText"),
......
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