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

Unified Diff: chrome/browser/history/multipart_uitest.cc

Issue 5396003: Undisable tests that were disabled because of the leaked processes issue. (Closed)
Patch Set: Created 10 years, 1 month 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/browser/extensions/notifications_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/multipart_uitest.cc
diff --git a/chrome/browser/history/multipart_uitest.cc b/chrome/browser/history/multipart_uitest.cc
index 036cd96186c2a5336cd823c291b2070ce7868f06..34d76251c1adf0be2190104e1954ff30d8548722 100644
--- a/chrome/browser/history/multipart_uitest.cc
+++ b/chrome/browser/history/multipart_uitest.cc
@@ -16,18 +16,11 @@ namespace {
class MultipartResponseUITest : public UITest {
};
-// http://crbug.com/50060
-#if defined(OS_MACOSX)
-#define MAYBE_SingleVisit DISABLED_SingleVisit
-#else
-#define MAYBE_SingleVisit SingleVisit
-#endif
-
#if defined(NDEBUG)
// http://code.google.com/p/chromium/issues/detail?id=37746
// Running this test only for release builds as it fails in debug test
// runs
-TEST_F(MultipartResponseUITest, MAYBE_SingleVisit) {
+TEST_F(MultipartResponseUITest, SingleVisit) {
// Make sure that visiting a multipart/x-mixed-replace site only
// creates one entry in the visits table.
net::TestServer test_server(net::TestServer::TYPE_HTTP,
« no previous file with comments | « chrome/browser/extensions/notifications_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698