SelectToSpeakTest.FocusRingMovesWithMouse in interactive_ui_tests failing |
||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of rogerta@chromium.org SelectToSpeakTest.FocusRingMovesWithMouse in interactive_ui_tests failing Builders failed on: - Linux ChromiumOS MSan Tests: https://build.chromium.org/p/chromium.memory/builders/Linux%20ChromiumOS%20MSan%20Tests
,
Mar 15 2018
I think all interactive tests are failing with the same error. Scott: can you please take a look? Seems like you touched ui::ws::WindowServer recently. Thanks.
,
Mar 15 2018
Most recent change to ui::ws::WindowServer: https://chromium-review.googlesource.com/c/chromium/src/+/956496
,
Mar 15 2018
,
Mar 15 2018
Any reason not to revert https://chromium-review.googlesource.com/c/chromium/src/+/956496 right now and get this fixed?
,
Mar 15 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/15302e6a5c4462452282cd03ab81eda8854d6998 commit 15302e6a5c4462452282cd03ab81eda8854d6998 Author: Scott Violet <sky@chromium.org> Date: Thu Mar 15 17:52:39 2018 chromeos: fix use of uninitialized value in DisplayManager DisplayManager's constructor is called from WindowServer's constructor. This means DisplayManager shouldn't call to WindowServer, else we get use of unitialized values like this. BUG= 822246 TEST=covered by tests Change-Id: I296911502021a135276a9db49b98927efea95618 Reviewed-on: https://chromium-review.googlesource.com/963831 Reviewed-by: Michael Wasserman <msw@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#543437} [modify] https://crrev.com/15302e6a5c4462452282cd03ab81eda8854d6998/services/ui/ws/display_manager.cc [modify] https://crrev.com/15302e6a5c4462452282cd03ab81eda8854d6998/services/ui/ws/display_manager.h [modify] https://crrev.com/15302e6a5c4462452282cd03ab81eda8854d6998/services/ui/ws/window_server.cc
,
Mar 15 2018
The last test run ran against 543399. Still waiting for more recent results.
,
Mar 15 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by rogerta@chromium.org
, Mar 15 2018