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

Unified Diff: webkit/tools/test_shell/media_leak_test.cc

Issue 165258: Enable MediaLeakTest.VideoBear (Closed)
Patch Set: all Created 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/media_leak_test.cc
diff --git a/webkit/tools/test_shell/media_leak_test.cc b/webkit/tools/test_shell/media_leak_test.cc
index bfc6eb341efa2c81f38884370cbc8f2c78f9eba8..127323adbdac5f1e96517775b1f02a91118c05ca 100644
--- a/webkit/tools/test_shell/media_leak_test.cc
+++ b/webkit/tools/test_shell/media_leak_test.cc
@@ -16,7 +16,7 @@ class MediaLeakTest : public TestShellTest {
// This test plays a Theora video file for 1 second. It tries to expose
// memory leaks during a normal playback.
-TEST_F(MediaLeakTest, DISABLED_VideoBear) {
+TEST_F(MediaLeakTest, VideoBear) {
FilePath media_file;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &media_file));
media_file = media_file.Append(FILE_PATH_LITERAL("webkit"))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698