TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch occasionally flaking on Win7 Tests |
||||
Issue descriptionFiled by sheriff-o-matic@appspot.gserviceaccount.com on behalf of smcgruer@google.com TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch occasionally flaking on Win7 Tests Builders failed on: - Win7 Tests (1): https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%281%29 Flake dashboard: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch&testType=content_browsertests Example failure: [ RUN ] TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch DevTools listening on ws://127.0.0.1:57013/devtools/browser/844adc27-7ad4-4364-af8f-f660040f5dde ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc(702): error: Expected equality of these values: ui::TouchSelectionController::SELECTION_ACTIVE Which is: 2 rwhva->selection_controller()->active_status() Which is: 0 ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc(708): error: Expected equality of these values: ui::TouchSelectionController::SELECTION_ACTIVE Which is: 2 rwhva->selection_controller()->active_status() Which is: 0 ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc(714): error: Expected equality of these values: ui::TouchSelectionController::SELECTION_ACTIVE Which is: 2 rwhva->selection_controller()->active_status() Which is: 0 ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc(720): error: Expected equality of these values: ui::TouchSelectionController::SELECTION_ACTIVE Which is: 2 rwhva->selection_controller()->active_status() Which is: 0 ../../content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc(721): error: Value of: ui::TouchSelectionMenuRunner::GetInstance()->IsRunning() Actual: false Expected: true [ FAILED ] TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch, where TypeParam = and GetParam() = (127 ms) This has only failed a bot a few times, so not disabling yet - but it is flaky.
,
Jan 18 2018
Note: From flake dashboard the test looks generally flaky, but has only failed a Windows bot recently
,
Feb 9 2018
This is quite flaky: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch CL to disable: https://chromium-review.googlesource.com/c/chromium/src/+/912192
,
Feb 12 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6f0eae5a2e23b98ac3629aa3b59e4dd670c31b5e commit 6f0eae5a2e23b98ac3629aa3b59e4dd670c31b5e Author: Kevin McNee <mcnee@chromium.org> Date: Mon Feb 12 16:07:07 2018 Disable TouchSelectionControllerClientAuraTest.QuickMenuHiddenOnTouch This test is flaky. TBR=dtapuska@chromium.org Bug: 803576 Change-Id: I5978031c5043894bdadc813e0cb45f27596e4125 Reviewed-on: https://chromium-review.googlesource.com/912192 Reviewed-by: Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#536085} [modify] https://crrev.com/6f0eae5a2e23b98ac3629aa3b59e4dd670c31b5e/content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc
,
Feb 12 2018
The test is now disabled, so I'll remove Sheriff-Chromium.
,
Sep 13
Archiving old bugs that haven't been actively assigned in over 180 days. If you feel this issue should still be addressed, feel free to reopen it or to file a new issue. Thanks! |
||||
►
Sign in to add a comment |
||||
Comment 1 by smcgruer@chromium.org
, Jan 18 2018Components: UI>Input