Commit 35c990a4 authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Sheriff: Disable SignedExchangeRequestHandlerBrowserTest.BadMICE/*

On Android CFI

TBR=kinuko@chromium.org

Bug: 966820
Change-Id: I2726d8e6e2a5c39ab683e682558b0198a1efbb1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628730Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663054}
parent 1ff147d0
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <tuple> #include <tuple>
#include "base/bind.h" #include "base/bind.h"
#include "base/cfi_buildflags.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/path_service.h" #include "base/path_service.h"
#include "base/strings/string_util.h" #include "base/strings/string_util.h"
...@@ -467,7 +468,15 @@ IN_PROC_BROWSER_TEST_P(SignedExchangeRequestHandlerBrowserTest, ...@@ -467,7 +468,15 @@ IN_PROC_BROWSER_TEST_P(SignedExchangeRequestHandlerBrowserTest,
PrefetchIsEnabled() ? 2 : 1); PrefetchIsEnabled() ? 2 : 1);
} }
IN_PROC_BROWSER_TEST_P(SignedExchangeRequestHandlerBrowserTest, BadMICE) { #if defined(OS_ANDROID) && \
(BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \
BUILDFLAG(CFI_ENFORCEMENT_TRAP) || BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC))
// https://crbug.com/966820. Fails pretty often on Android CFI.
#define MAYBE_BadMICE DISABLED_BadMICE
#else
#define MAYBE_BadMICE BadMICE
#endif
IN_PROC_BROWSER_TEST_P(SignedExchangeRequestHandlerBrowserTest, MAYBE_BadMICE) {
InstallMockCertChainInterceptor(); InstallMockCertChainInterceptor();
InstallMockCert(); InstallMockCert();
......
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