Commit 28c5b76a authored by danakj's avatar danakj Committed by Commit bot

Re-enable GrContextKeepsGpuChannelAlive test on Mac since 10.6 is gone

The comment claims it only fails on 10.6, which we don't test anymore.

R=kbr@chromium.org, piman@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#381830}
parent 42ff2d30
...@@ -208,9 +208,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGpuChannelHostFactoryTest, ...@@ -208,9 +208,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGpuChannelHostFactoryTest,
#endif #endif
// Test fails on Windows because GPU Channel set-up fails. // Test fails on Windows because GPU Channel set-up fails.
// Mac only fails GPU set-up on MacOS 10.6, but we have no version-specific #if !defined(OS_WIN)
// macros for disabling tests.
#if !defined(OS_WIN) && !defined(OS_MACOSX)
#define MAYBE_GrContextKeepsGpuChannelAlive GrContextKeepsGpuChannelAlive #define MAYBE_GrContextKeepsGpuChannelAlive GrContextKeepsGpuChannelAlive
#else #else
#define MAYBE_GrContextKeepsGpuChannelAlive \ #define MAYBE_GrContextKeepsGpuChannelAlive \
......
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