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

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: fix Created 6 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
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 d7cfa72ed703002bdaff7cddd26b967d6573b872..b3f4d24d7c1abb3f9ef8bd825f4e53dc110d6d96 100644
--- a/ui/views/controls/textfield/textfield_unittest.cc
+++ b/ui/views/controls/textfield/textfield_unittest.cc
@@ -1807,7 +1807,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