Commit f70ef09e authored by kbr@chromium.org's avatar kbr@chromium.org

Disable NaClBrowserTestNewlib.Bad on Linux.

Failing on Linux Debug bot on Blink waterfall as well. See Issue 375103.

BUG=375103
TBR=ncbray@chromium.org

Review URL: https://codereview.chromium.org/299623004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271716 0039d316-1c4b-4281-b951-d872f2087c98
parent 66453fdd
...@@ -83,7 +83,8 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, { ...@@ -83,7 +83,8 @@ NACL_BROWSER_TEST_F(NaClBrowserTest, ProgressEvents, {
// causing timeouts. // causing timeouts.
// crbug/338444 // crbug/338444
// crbug.com/375103: fails on Mac after open sourcing PDF plugin. // crbug.com/375103: fails on Mac after open sourcing PDF plugin.
#if defined(OS_WIN) || defined(OS_MACOSX) // crbug.com/375103: fails on Linux too after open sourcing PDF plugin.
#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_Bad DISABLED_Bad #define MAYBE_Bad DISABLED_Bad
#else #else
#define MAYBE_Bad Bad #define MAYBE_Bad Bad
......
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