Commit c0a53a20 authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

Disable the frame rate tests. They fail on all platforms.

TBR:junov
BUG:102428
Review URL: http://codereview.chromium.org/8431013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108024 0039d316-1c4b-4281-b951-d872f2087c98
parent f65dc756
......@@ -186,8 +186,9 @@ INSTANTIATE_TEST_CASE_P(, FrameRateCanvasInternalTest, ::testing::Values(
kInternal | kDisableGpu,
kInternal | kUseReferenceBuild));
INTERNAL_FRAME_RATE_TEST_CANVAS(fireflies)
INTERNAL_FRAME_RATE_TEST_CANVAS(FishIE)
// Fails on all platforms. See http://crbug.com/102428
//INTERNAL_FRAME_RATE_TEST_CANVAS(fireflies)
//INTERNAL_FRAME_RATE_TEST_CANVAS(FishIE)
typedef FrameRateTest FrameRateNoVsyncCanvasInternalTest;
......@@ -204,7 +205,8 @@ INSTANTIATE_TEST_CASE_P(, FrameRateNoVsyncCanvasInternalTest, ::testing::Values(
kInternal | kUseReferenceBuild,
kInternal | kDisableVsync | kUseReferenceBuild));
INTERNAL_FRAME_RATE_TEST_CANVAS_WITH_AND_WITHOUT_NOVSYNC(fishbowl)
INTERNAL_FRAME_RATE_TEST_CANVAS_WITH_AND_WITHOUT_NOVSYNC(speedreading)
// Fails on all platforms. See http://crbug.com/102428
//INTERNAL_FRAME_RATE_TEST_CANVAS_WITH_AND_WITHOUT_NOVSYNC(fishbowl)
//INTERNAL_FRAME_RATE_TEST_CANVAS_WITH_AND_WITHOUT_NOVSYNC(speedreading)
} // namespace
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