Chrome Version : 53.0.2774.3
An initial set of things that may fail once but (so far..) succeed reliably on retries. These should be disabled if we can't find a fix quickly since it's likely they will eventually fail retries too.
Some are tests involving the system clipboard - see Issue 623442
Flakes on 10.9
[ RUN ] MenuRunnerCocoaTest.RunMenuAndCancel
../../ui/views/controls/menu/menu_runner_cocoa_unittest.mm:182: Failure
Expected: (runner_->GetClosingEventTime()) <= ((ui::EventTimeForNow() - base::TimeTicks())), actual: 13647.4s vs 0.002s
From a waterfall run: https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/23874/steps/views_unittests%20on%20Mac-10.9/logs/stdio
TextfieldTest.UndoRedoTest (326 ms)
TextfieldTest.ContextMenuDisplayTest (79 ms)
MenuRunnerCocoaTest.RunMenuAndCancel (78 ms)
UndoRedoTest and ContextMenuDisplayTest are actually crashing here, which is different to Issue 623442
Flakes on 10.10
[ RUN ] NativeWidgetMacTest.HideAndShowExternally
[28139:1299:0626/170546:8328019624287:ERROR:native_widget_mac.mm(282)] Not implemented reached in virtual void views::NativeWidgetMac::SetWindowIcons(const gfx::ImageSkia &, const gfx::ImageSkia &)
../../ui/views/widget/native_widget_mac_unittest.mm:314: Failure
Value of: widget->IsVisible()
Actual: true
Expected: false
[ RUN ] TextfieldModelTest.UndoRedo_CutCopyPasteTest
../../ui/views/controls/textfield/textfield_model_unittest.cc:1277: Failure
Value of: model.text()
Actual: 12345
Expected: base::ASCIIToUTF16("1232345")
Which is: 1232345
../../ui/views/controls/textfield/textfield_model_unittest.cc:1278: Failure
Value of: model.GetCursorPosition()
Actual: 3
Expected: 5U
Which is: 5
...
[ RUN ] TextfieldModelTest.Clipboard_WhiteSpaceStringTest
../../ui/views/controls/textfield/textfield_model_unittest.cc:1505: Failure
Value of: model.text()
Actual: HELLO WORLD23
Expected: base::ASCIIToUTF16("HELLO WORLDB")
Which is: HELLO WORLDB
[ RUN ] TextfieldTest.PasswordTest
../../ui/views/controls/textfield/textfield_unittest.cc:938: Failure
Value of: GetClipboardText(ui::CLIPBOARD_TYPE_COPY_PASTE)
Actual: HELLO
Expected: ASCIIToUTF16("foo")
Which is: foo
<sometimes>
../../ui/views/controls/textfield/textfield_unittest.cc:939: Failure
Value of: textfield_->text()
Actual: foofooHELLO
Expected: ASCIIToUTF16("foofoofoo")
Which is: foofoofoo
</sometimes>
Comment 1 by bugdroid1@chromium.org
, Jul 1 2016