Commit 7887eba0 authored by Francois Doray's avatar Francois Doray Committed by Commit Bot

[sheriff] Disable PPAPINaClNewlibTest* on Windows.

R=bbudge@chromium.org
TBR=bbudge@chromium.org

Bug: 1003252
Change-Id: I4504720a40f4335bbf45bcc997ed4598c9b3b721
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554788
Commit-Queue: François Doray <fdoray@chromium.org>
Auto-Submit: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830241}
parent 30310919
...@@ -108,11 +108,14 @@ using content::RenderViewHost; ...@@ -108,11 +108,14 @@ using content::RenderViewHost;
RunTestWithSSLServer(STRIP_PREFIXES(test_name)); \ RunTestWithSSLServer(STRIP_PREFIXES(test_name)); \
} }
// Disable all NaCl tests for --disable-nacl flag and on Mac ASAN builds. // Disable all NaCl tests for --disable-nacl flag and on Mac ASAN and Windows
// Flaky on Mac ASAN: // builds.
// http://crbug.com/428670 //
// Flaky on Mac ASAN: https://crbug.com/428670
// Flaky on Win7: https://crbug.com/1003252
#if !BUILDFLAG(ENABLE_NACL) || (defined(OS_MAC) && defined(ADDRESS_SANITIZER)) #if !BUILDFLAG(ENABLE_NACL) || \
(defined(OS_MAC) && defined(ADDRESS_SANITIZER)) || defined(OS_WIN)
#define MAYBE_PPAPI_NACL(test_name) DISABLED_##test_name #define MAYBE_PPAPI_NACL(test_name) DISABLED_##test_name
#define MAYBE_PPAPI_PNACL(test_name) DISABLED_##test_name #define MAYBE_PPAPI_PNACL(test_name) DISABLED_##test_name
......
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