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

Unified Diff: chrome/renderer/render_view_unittest.cc

Issue 400007: Disable failing test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/renderer/render_view_unittest.cc
===================================================================
--- chrome/renderer/render_view_unittest.cc (revision 32122)
+++ chrome/renderer/render_view_unittest.cc (working copy)
@@ -22,6 +22,7 @@
using WebKit::WebTextDirection;
using WebKit::WebURLError;
+#if !defined(OS_LINUX)
static WebCompositionCommand ToCompositionCommand(int string_type) {
switch (string_type) {
default:
@@ -34,6 +35,7 @@
return WebKit::WebCompositionCommandConfirm;
}
}
+#endif
TEST_F(RenderViewTest, OnLoadAlternateHTMLText) {
// Test a new navigation.
@@ -141,6 +143,8 @@
// cases, this test should not only call IME-related functions in the
// RenderWidget class, but also call some RenderWidget members, e.g.
// ExecuteJavaScript(), RenderWidget::OnSetFocus(), etc.
+// Disabled on Linux: http://crbug.com/27927
+#if !defined(OS_LINUX)
TEST_F(RenderViewTest, ImeComposition) {
enum ImeCommand {
IME_INITIALIZE,
@@ -258,6 +262,7 @@
}
}
}
+#endif
// Test that the RenderView::OnSetTextDirection() function can change the text
// direction of the selected input element.
« 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