Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: ui/gfx/video_decode_acceleration_support_mac_unittest.mm

Issue 10861003: Disable many tests failing on mac 10.7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/video_decode_acceleration_support_mac_unittest.mm
===================================================================
--- ui/gfx/video_decode_acceleration_support_mac_unittest.mm (revision 152296)
+++ ui/gfx/video_decode_acceleration_support_mac_unittest.mm (working copy)
@@ -70,7 +70,8 @@
// Test that creating VideoDecodeAccelerationSupport works on hardware that
// supports it.
-TEST_F(VideoDecodeAccelerationSupportTest, Create) {
+// http://crbug.com/103912
+TEST_F(VideoDecodeAccelerationSupportTest, DISABLED_Create) {
scoped_refptr<gfx::VideoDecodeAccelerationSupport> vda(
new gfx::VideoDecodeAccelerationSupport);
gfx::VideoDecodeAccelerationSupport::Status status = vda->Create(
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698