Commit b08ed8f1 authored by Collin Baker's avatar Collin Baker Committed by Commit Bot

Disable DomDistillerJsTest.RunJsTests on Linux CFI

This test is timing out on the Linux CFI bot.

TBR=wychen@chromium.org

Bug: 950643
Change-Id: Id26c9c881dc410c20161452cdfe6d54cefe86cd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559882Reviewed-by: default avatarCollin Baker <collinbaker@chromium.org>
Commit-Queue: Collin Baker <collinbaker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649182}
parent 4b855fff
...@@ -111,10 +111,10 @@ class DomDistillerJsTest : public content::ContentBrowserTest { ...@@ -111,10 +111,10 @@ class DomDistillerJsTest : public content::ContentBrowserTest {
} }
}; };
// Disabled on MSan and Android CFI bots. // Disabled on MSan as well as Android and Linux CFI bots.
// https://crbug.com/845180 // https://crbug.com/845180
#if defined(MEMORY_SANITIZER) || defined(OS_WIN) || \ #if defined(MEMORY_SANITIZER) || defined(OS_WIN) || \
(defined(OS_ANDROID) && \ ((defined(OS_ANDROID) || defined(OS_LINUX)) && \
(BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \ (BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \
BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC) || \ BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC) || \
BUILDFLAG(CFI_ENFORCEMENT_TRAP))) BUILDFLAG(CFI_ENFORCEMENT_TRAP)))
......
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