Chrome Version : 50.0.2661.18
OS Version: OS X 10.11.3
Running views_unittests --single-process-tests results in some test failures. It's probably to do with the different ways a window may be activated/painted when run a non-sharded test harness.
(It's possible some of these are not mac-specific). The number of failing things really surprises me..
HorizontalSliderTest.UpdateFromClickHorizontal
TableViewTest.GetPaintRegion
TableViewTest.Resize
TableViewTest.ResizeViaGesture
TableViewTest.SortOnMouse
TextfieldTest.TextCursorDisplayTest
ViewTargeterTest.ViewTargeterForScrollEvents
ViewTargeterTest.ViewTargeterForGestureEvents
ViewTargeterTest.GestureEventCoordinateConversion
ViewTargeterTest.HitTestCallsOnView
ViewTest.MouseEvent
ViewTest.DeleteOnPressed
ViewTest.PaintWithMovedViewUsesCache
ViewTest.PaintIntersectsOneChild
ViewTest.GetEventHandlerForRect
ViewTest.CanProcessEventsWithinSubtree
ViewTest.NotifyEnterExitOnChild
ViewTest.TransformPaint
ViewTest.TransformEvent
ViewTest.SetBoundsPaint
ViewTest.AddAndRemoveSchedulePaints
ViewTest.ConversionsWithTransform
ViewTest.ConversionsToFromScreen
ViewTest.ConvertRectWithTransform
ViewTest.ScopedTargetHandlerReceivesEvents
ViewLayerTest.LayerToggling
ViewLayerTest.LayerAnimator
ViewLayerTest.BoundsChangeWithLayer
ViewLayerTest.ScheduledRectsInParentAfterSchedulingPaint
ViewLayerTest.VisibilityChildLayers
ViewLayerTest.SnapLayerToPixel
NativeWidgetMacTest.SetCursor
NativeWidgetMacTest.SchedulePaintInRect_Titled
NativeWidgetMacTest.SchedulePaintInRect_Borderless
RootViewTest.ContextMenuFromLongPress
RootViewTest.DeleteViewOnMouseEnterDispatch
Comment 1 Deleted