commit | 55017698a0eaf98618a10b7a16586bd485620b7d | [log] [tgz] |
---|---|---|
author | vabr <[email protected]> | Wed Apr 13 12:05:32 2016 |
committer | Commit bot <[email protected]> | Wed Apr 13 12:06:40 2016 |
tree | cab277f777311f3e61b98ad39976982950371c65 | |
parent | 518141fc69a9a5ed73dda4c02ad21500307bcaa7 [diff] [blame] |
Disable OutOfProcessPPAPITest.VideoDecoder on correct platforms This was disabled on Mac by mistake, fixing that by disabling on Win, CrOS and Linux. BUG=602877 [email protected],[email protected] Review URL: https://codereview.chromium.org/1879003004 Cr-Commit-Position: refs/heads/master@{#386969}
diff --git a/content/test/ppapi/ppapi_browsertest.cc b/content/test/ppapi/ppapi_browsertest.cc index 1a6a222f..50ae717 100644 --- a/content/test/ppapi/ppapi_browsertest.cc +++ b/content/test/ppapi/ppapi_browsertest.cc
@@ -152,7 +152,7 @@ TEST_PPAPI_OUT_OF_PROCESS(VarResource) // Flaky on Win, Linux and CrOS, http://crbug.com/602877 -#if defined(OS_MACOSX) +#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_CHROMEOS) #define MAYBE_VideoDecoder DISABLED_VideoDecoder #else #define MAYBE_VideoDecoder VideoDecoder