New issue
Advanced search Search tips

Issue 814011 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 28
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

mash: LoginShelfViewTest.TabGoesFromShelfToStatusAreaAndBackToShelf fails

Project Member Reported by jamescook@chromium.org, Feb 21 2018

Issue description

ash_unittests --mash --gtest_filter=LoginShelfViewTest.*

[ RUN      ] LoginShelfViewTest.TabGoesFromShelfToStatusAreaAndBackToShelf
../../ash/shelf/login_shelf_view_unittest.cc:51: Failure
Value of: view->GetWidget()->IsActive()
  Actual: false
Expected: true
../../ash/shelf/login_shelf_view_unittest.cc:52: Failure
Value of: HasFocusInAnyChildView(view)
  Actual: false
Expected: true
../../ash/shelf/login_shelf_view_unittest.cc:56: Failure
Value of: view->GetWidget()->IsActive()
  Actual: true
Expected: false
../../ash/shelf/login_shelf_view_unittest.cc:57: Failure
Value of: HasFocusInAnyChildView(view)
  Actual: true
Expected: false
../../ash/shelf/login_shelf_view_unittest.cc:354: Failure
Value of: login_shelf_view_->GetViewByID(LoginShelfView::kSignOut)->HasFocus()
  Actual: false
Expected: true

Either the focus is really broken or the EventGenerator in the test isn't working properly.

 
Components: -Internals>MUS Internals>Services>WindowService
Components: -Internals>Services>WindowService Internals>Services>Ash
Labels: -Proj-Mustash-Mash
Status: WontFix (was: Untriaged)
ash_unittests no longer runs with --mash. Closing out.

Sign in to add a comment