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

Unified Diff: chrome_frame/test/ready_mode_unittest.cc

Issue 7740045: Disabling the ReadyPromptContentTest and the TopLevelPostReissueFromChromeFramePage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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_frame/test/navigation_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/ready_mode_unittest.cc
===================================================================
--- chrome_frame/test/ready_mode_unittest.cc (revision 98363)
+++ chrome_frame/test/ready_mode_unittest.cc (working copy)
@@ -219,7 +219,9 @@
chrome_frame_test::TimedMsgLoop message_loop_;
}; // class ReadyPromptWindowButtonTest
-TEST_F(ReadyPromptTest, ReadyPromptContentTest) {
+// This test has been disabled due to bug
+// http://code.google.com/p/chromium/issues/detail?id=94362
+TEST_F(ReadyPromptTest, DISABLED_ReadyPromptContentTest) {
// owned by ReadyPromptContent
MockReadyModeState* state = new MockReadyModeState();
MockUrlLauncher* url_launcher = new MockUrlLauncher();
« no previous file with comments | « chrome_frame/test/navigation_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698