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

Unified Diff: ui/views/controls/textfield/textfield_unittest.cc

Issue 417453002: Disable all the tests that are flaking more than 5% on Linux builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: ui/views/controls/textfield/textfield_unittest.cc
diff --git a/ui/views/controls/textfield/textfield_unittest.cc b/ui/views/controls/textfield/textfield_unittest.cc
index 0df038fe7178bd8aaa27ee67eb46e425466ba6ad..f29c0a40e0265b10c448fe43af905b8efb76c564 100644
--- a/ui/views/controls/textfield/textfield_unittest.cc
+++ b/ui/views/controls/textfield/textfield_unittest.cc
@@ -1798,7 +1798,8 @@ TEST_F(TextfieldTest, KeepInitiallySelectedWord) {
}
#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
-TEST_F(TextfieldTest, SelectionClipboard) {
+// flaky: http://crbug.com/396477
+TEST_F(TextfieldTest, DISABLED_SelectionClipboard) {
InitTextfield();
textfield_->SetText(ASCIIToUTF16("0123"));
gfx::Point point_1(GetCursorPositionX(1), 0);

Powered by Google App Engine
This is Rietveld 408576698