summaryrefslogtreecommitdiffstats
path: root/content/browser/in_process_webkit
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 05:57:52 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-14 05:57:52 +0000
commitf970e51149ef100069aca770bf4e99fcad06a784 (patch)
tree8137bd5f6a2f5be875ba743441741cab72fd134f /content/browser/in_process_webkit
parent2773ca591f85b1007b6acf1ffd881be7fe33e438 (diff)
downloadchromium_src-f970e51149ef100069aca770bf4e99fcad06a784.zip
chromium_src-f970e51149ef100069aca770bf4e99fcad06a784.tar.gz
chromium_src-f970e51149ef100069aca770bf4e99fcad06a784.tar.bz2
Remove FLAKY from IndexedDBUILayoutTest.WorkerLayoutTests
It looks like mac valgrind bots no longer run ui tests at all. BUG=113649 TEST= Review URL: http://codereview.chromium.org/9699007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/in_process_webkit')
-rw-r--r--content/browser/in_process_webkit/indexed_db_uitest.cc13
1 files changed, 1 insertions, 12 deletions
diff --git a/content/browser/in_process_webkit/indexed_db_uitest.cc b/content/browser/in_process_webkit/indexed_db_uitest.cc
index 2fc8ba9..3b8b010 100644
--- a/content/browser/in_process_webkit/indexed_db_uitest.cc
+++ b/content/browser/in_process_webkit/indexed_db_uitest.cc
@@ -56,18 +56,7 @@ TEST_F(IndexedDBUILayoutTest, LayoutTests) {
RunLayoutTest(kLayoutTestFileNames[i], port);
}
-// Was skipped on mac_valgrind due to memory leak (http://crbug.com/113649),
-// which was _probably_ fixed when http://crbug.com/113717 was fixed.
-// But it will probably now fail due to http://crbug.com/110612.
-//
-// Run it for a few days as FLAKY to see what happens. Feel free to disable
-// if this is still here on Mar 9 2012 MTV time.
-#if defined(OS_MACOSX)
-#define MAYBE_WorkerLayoutTests FLAKY_WorkerLayoutTests
-#else
-#define MAYBE_WorkerLayoutTests WorkerLayoutTests
-#endif
-TEST_F(IndexedDBUILayoutTest, MAYBE_WorkerLayoutTests) {
+TEST_F(IndexedDBUILayoutTest, WorkerLayoutTests) {
const int port = kNoHttpPort;
InitializeForLayoutTest(test_dir_, FilePath(), port);
AddJSTestResources();