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

Unified Diff: chrome/browser/cocoa/wrench_menu_controller_unittest.mm

Issue 3008009: DISABLE WrenchMenuControllerTest.Initialized. (Closed)
Patch Set: Change bug that comment points to. Created 10 years, 5 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/browser/cocoa/wrench_menu_controller_unittest.mm
diff --git a/chrome/browser/cocoa/wrench_menu_controller_unittest.mm b/chrome/browser/cocoa/wrench_menu_controller_unittest.mm
index 35cd66a4cb0988a3619e9c8dcabf60886f256ae5..c775013e5c6eba57634d54d8810b2ea9c9895dfa 100644
--- a/chrome/browser/cocoa/wrench_menu_controller_unittest.mm
+++ b/chrome/browser/cocoa/wrench_menu_controller_unittest.mm
@@ -48,13 +48,13 @@ class WrenchMenuControllerTest : public CocoaTest {
scoped_nsobject<ToolbarController> toolbar_controller_;
};
-TEST_F(WrenchMenuControllerTest, Initialized) {
+// Test crashes sometimes. http://crbug.com/49206
+TEST_F(WrenchMenuControllerTest, DISABLED_Initialized) {
EXPECT_TRUE([controller() menu]);
EXPECT_GE([[controller() menu] numberOfItems], 5);
}
-// Test crashes sometimes.
-// http://code.google.com/p/chromium/issues/detail?id=49206
+// Test crashes sometimes. http://crbug.com/49206
TEST_F(WrenchMenuControllerTest, DISABLED_DispatchSimple) {
scoped_nsobject<NSButton> button([[NSButton alloc] init]);
[button setTag:IDC_ZOOM_PLUS];
@@ -66,8 +66,7 @@ TEST_F(WrenchMenuControllerTest, DISABLED_DispatchSimple) {
[controller() dispatchWrenchMenuCommand:button.get()];
}
-// Test crashes sometimes.
-// http://code.google.com/p/chromium/issues/detail?id=49206
+// Test crashes sometimes. http://crbug.com/49206
TEST_F(WrenchMenuControllerTest, DISABLED_DispatchSegmentedControl) {
// Set fake model to test dispatching.
EXPECT_CALL(fake_model_, ExecuteCommand(IDC_CUT));
« 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