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

Unified Diff: chrome_frame/test/chrome_frame_unittests.cc

Issue 525007: Marking the WidgetModeFF_CFInstanceRPC and WidgetModeFF_CFInstancePost tests ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 12 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: chrome_frame/test/chrome_frame_unittests.cc
===================================================================
--- chrome_frame/test/chrome_frame_unittests.cc (revision 35455)
+++ chrome_frame/test/chrome_frame_unittests.cc (working copy)
@@ -470,7 +470,9 @@
SimpleBrowserTest(IE, kCFIPostPage, L"CFInstancePost");
}
-TEST_F(ChromeFrameTestWithWebServer, WidgetModeFF_CFInstancePost) {
+// This test randomly fails on the ChromeFrame builder.
+// Bug http://code.google.com/p/chromium/issues/detail?id=31532
+TEST_F(ChromeFrameTestWithWebServer, FLAKY_WidgetModeFF_CFInstancePost) {
SimpleBrowserTest(FIREFOX, kCFIPostPage, L"CFInstancePost");
}
@@ -492,7 +494,9 @@
SimpleBrowserTest(IE, kCFIRPCPage, L"CFInstanceRPC");
}
-TEST_F(ChromeFrameTestWithWebServer, WidgetModeFF_CFInstanceRPC) {
+// This test randomly fails on the ChromeFrame builder.
+// Bug http://code.google.com/p/chromium/issues/detail?id=31532
+TEST_F(ChromeFrameTestWithWebServer, FLAKY_WidgetModeFF_CFInstanceRPC) {
SimpleBrowserTest(FIREFOX, kCFIRPCPage, L"CFInstanceRPC");
}
« 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