GamepadProviderTest.Sanitization is flaky on ChromeOS MSAN |
|||||||
Issue descriptionhttps://build.chromium.org/p/chromium.memory.full/builders/Linux%20ChromeOS%20MSan%20Tests/builds/590 https://build.chromium.org/p/chromium.memory.full/builders/Linux%20ChromeOS%20MSan%20Tests/builds/517 https://build.chromium.org/p/chromium.memory.full/builders/Linux%20ChromeOS%20MSan%20Tests/builds/509 https://build.chromium.org/p/chromium.memory.full/builders/Linux%20ChromeOS%20MSan%20Tests/builds/495 etc... GamepadProviderTest.Sanitization (run #1): [ RUN ] GamepadProviderTest.Sanitization ../../device/gamepad/gamepad_provider_unittest.cc:198: Failure Value of: output->length Actual: 0 Expected: 1u Which is: 1 ../../device/gamepad/gamepad_provider_unittest.cc:199: Failure Value of: output->items[0].buttonsLength Actual: 0 Expected: 1u Which is: 1 ../../device/gamepad/gamepad_provider_unittest.cc:202: Failure Value of: output->items[0].axesLength Actual: 0 Expected: 1u Which is: 1 [ FAILED ] GamepadProviderTest.Sanitization (87 ms) GamepadProviderTest.Sanitization (run #2): [ RUN ] GamepadProviderTest.Sanitization ../../device/gamepad/gamepad_provider_unittest.cc:198: Failure Value of: output->length Actual: 1 Expected: 1u Which is: 1 [ FAILED ] GamepadProviderTest.Sanitization (86 ms) ...
,
Apr 4 2017
,
Apr 14 2017
This looks identical to failures in other flaky GamepadProviderTest unittests: crbug.com/692219 - GamepadProviderTest.ConnectDisconnectMultiple crbug.com/702712 - GamepadProviderTest.Sanitization (possible dupe?) crbug.com/705367 - GamepadProviderTest.PollingAccess I believe this race condition (now fixed) is the cause of these flakes: https://codereview.chromium.org/2820563003 I'm marking this as Fixed and have re-enabled the test on all platforms. Please reopen if the test is still flaky!
,
Apr 27 2017
,
May 30 2017
,
Aug 1 2017
,
Jan 22 2018
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by bugdroid1@chromium.org
, Aug 23 2016