Chromium Code Reviews| 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) { |