Commit f3aa3a20 authored by pshenoy@chromium.org's avatar pshenoy@chromium.org

Disabling GpuFeatureTest.MultisamplingAllowed on offical MacOSX bot.

BUG=314745

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232894 0039d316-1c4b-4281-b951-d872f2087c98
parent 147b2bff
...@@ -293,6 +293,10 @@ IN_PROC_BROWSER_TEST_F(WebGLTest, WebGLDisabled) { ...@@ -293,6 +293,10 @@ IN_PROC_BROWSER_TEST_F(WebGLTest, WebGLDisabled) {
RunEventTest(url, kWebGLCreationEvent, false); RunEventTest(url, kWebGLCreationEvent, false);
} }
#if defined(GOOGLE_CHROME_BUILD) && defined(OS_MACOSX)
// http://crbug.com/314745
#define MultisamplingAllowed DISABLED_MultisamplingAllowed
#endif
IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MultisamplingAllowed) { IN_PROC_BROWSER_TEST_F(GpuFeatureTest, MultisamplingAllowed) {
EXPECT_FALSE(GpuDataManager::GetInstance()->IsFeatureBlacklisted( EXPECT_FALSE(GpuDataManager::GetInstance()->IsFeatureBlacklisted(
gpu::GPU_FEATURE_TYPE_MULTISAMPLING)); gpu::GPU_FEATURE_TYPE_MULTISAMPLING));
......
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