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

Unified Diff: chrome/browser/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm

Issue 3229005: Disable test that's been crashing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « 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/location_bar/autocomplete_text_field_editor_unittest.mm
===================================================================
--- chrome/browser/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm (revision 57712)
+++ chrome/browser/cocoa/location_bar/autocomplete_text_field_editor_unittest.mm (working copy)
@@ -64,7 +64,11 @@
scoped_nsobject<AutocompleteTextFieldWindowTestDelegate> window_delegate_;
};
+// Disabled because it crashes sometimes. http://crbug.com/49522
+// Can't rename DISABLED_ because the TEST_VIEW macro prepends. http://crbug.com/53621
Nico 2010/08/27 21:01:35 > 80 cols
+#if 0
TEST_VIEW(AutocompleteTextFieldEditorTest, field_);
+#endif
// Test that control characters are stripped from insertions.
TEST_F(AutocompleteTextFieldEditorTest, InsertStripsControlChars) {
« 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