New issue
Advanced search Search tips

Issue 669356 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Dec 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug

Blocking:
issue 665691



Sign in to add a comment

Failing views_unittests on the macOS Sierra 10.12 trybot (clipboard stuff?)

Project Member Reported by tapted@chromium.org, Nov 29 2016

Issue description

Chrome Version       : 56.0.2914.3
OS Version: OS X 10.12.1

From https://build.chromium.org/p/chromium.fyi/builders/Chromium%20Mac%2010.11%20Force%20Mac%20Toolchain/builds/14800

failures:
DragDropClientMacTest.PasteboardToOSExchangeTest
TextfieldTest.DragAndDrop_InitiateDrag
TextfieldTest.DragAndDrop_ToTheRight
TextfieldTest.DragAndDrop_ToTheLeft
TextfieldTest.DragAndDrop_Canceled
DragDropClientMacTest.BasicDragDrop


DragDropClientMacTest.BasicDragDrop (run #1):
[ RUN      ] DragDropClientMacTest.BasicDragDrop
[80462:775:1128/091950:14171292776905:ERROR:native_widget_mac.mm(283)] Not implemented reached in virtual void views::NativeWidgetMac::SetWindowIcons(const gfx::ImageSkia &, const gfx::ImageSkia &)
../../ui/views/cocoa/drag_drop_client_mac_unittest.mm:222: Failure
Value of: NSDragOperationCopy
  Actual: 1
Expected: DragUpdate(nullptr)
Which is: 0
../../ui/views/cocoa/drag_drop_client_mac_unittest.mm:223: Failure
Value of: NSDragOperationMove
  Actual: 16
Expected: Drop()
Which is: 0
[  FAILED  ] DragDropClientMacTest.BasicDragDrop (386 ms)

DragDropClientMacTest.PasteboardToOSExchangeTest (run #1):
[ RUN      ] DragDropClientMacTest.PasteboardToOSExchangeTest
[80474:775:1128/091950:14170959906231:ERROR:native_widget_mac.mm(283)] Not implemented reached in virtual void views::NativeWidgetMac::SetWindowIcons(const gfx::ImageSkia &, const gfx::ImageSkia &)
../../ui/views/cocoa/drag_drop_client_mac_unittest.mm:292: Failure
Value of: NSDragOperationCopy
  Actual: 1
Expected: DragUpdate(pasteboard)
Which is: 0
../../ui/views/cocoa/drag_drop_client_mac_unittest.mm:293: Failure
Value of: NSDragOperationMove
  Actual: 16
Expected: Drop()
Which is: 0
[  FAILED  ] DragDropClientMacTest.PasteboardToOSExchangeTest (143 ms)


TextfieldTest.DragAndDrop_Canceled (run #1):
[ RUN      ] TextfieldTest.DragAndDrop_Canceled
../../ui/views/controls/textfield/textfield_unittest.cc:1736: Failure
Value of: textfield_->CanDrop(data)
  Actual: false
Expected: true
[  FAILED  ] TextfieldTest.DragAndDrop_Canceled (258 ms)


TextfieldTest.DragAndDrop_InitiateDrag (run #1):
[ RUN      ] TextfieldTest.DragAndDrop_InitiateDrag
../../ui/views/controls/textfield/textfield_unittest.cc:1591: Failure
Value of: data.GetString(&string)
  Actual: false
Expected: true
../../ui/views/controls/textfield/textfield_unittest.cc:1592: Failure
Value of: string
  Actual:
Expected: textfield_->GetSelectedText()
Which is: string
[  FAILED  ] TextfieldTest.DragAndDrop_InitiateDrag (256 ms)

TextfieldTest.DragAndDrop_ToTheLeft (run #1):
[ RUN      ] TextfieldTest.DragAndDrop_ToTheLeft
../../ui/views/controls/textfield/textfield_unittest.cc:1695: Failure
Value of: data.GetString(&string)
  Actual: false
Expected: true
../../ui/views/controls/textfield/textfield_unittest.cc:1696: Failure
Value of: string
  Actual:
Expected: textfield_->GetSelectedText()
Which is:  worl
../../ui/views/controls/textfield/textfield_unittest.cc:1702: Failure
Value of: textfield_->CanDrop(data)
  Actual: false
Expected: true
../../ui/views/controls/textfield/textfield_unittest.cc:1707: Failure
Value of: textfield_->text()
  Actual: hellod
Expected: ASCIIToUTF16("h worlellod")
Which is: h worlellod
../../ui/views/controls/textfield/textfield_unittest.cc:1720: Failure
Value of: textfield_->text()
  Actual: hellod
Expected: ASCIIToUTF16("h worlellod")
Which is: h worlellod
../../ui/views/controls/textfield/textfield_unittest.cc:1722: Failure
Value of: textfield_->text()
  Actual: hellod
Expected: ASCIIToUTF16("h worlellod")
Which is: h worlellod
[  FAILED  ] TextfieldTest.DragAndDrop_ToTheLeft (193 ms)

TextfieldTest.DragAndDrop_ToTheRight (run #1):
[ RUN      ] TextfieldTest.DragAndDrop_ToTheRight
../../ui/views/controls/textfield/textfield_unittest.cc:1645: Failure
Value of: data.GetString(&string)
  Actual: false
Expected: true
../../ui/views/controls/textfield/textfield_unittest.cc:1646: Failure
Value of: string
  Actual:
Expected: textfield_->GetSelectedText()
Which is: ello
../../ui/views/controls/textfield/textfield_unittest.cc:1653: Failure
Value of: textfield_->CanDrop(data)
  Actual: false
Expected: true
../../ui/views/controls/textfield/textfield_unittest.cc:1657: Failure
Value of: textfield_->text()
  Actual: h world
Expected: ASCIIToUTF16("h welloorld")
Which is: h welloorld
../../ui/views/controls/textfield/textfield_unittest.cc:1670: Failure
Value of: textfield_->text()
  Actual: h world
Expected: ASCIIToUTF16("h welloorld")
Which is: h welloorld
../../ui/views/controls/textfield/textfield_unittest.cc:1672: Failure
Value of: textfield_->text()
  Actual: h world
Expected: ASCIIToUTF16("h welloorld")
Which is: h welloorld
[  FAILED  ] TextfieldTest.DragAndDrop_ToTheRight (247 ms)
 

Comment 1 by ajha@chromium.org, Nov 29 2016

Labels: M-56
Status: Fixed (was: Available)
fixed by https://chrome-internal-review.googlesource.com/306975 (see  http://crbug.com/665691#c27  )

Sign in to add a comment