Commit cddcc50a authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Enable test VSyncAlignedGestureScrollPinchScroll

The test was disabled due to crash on asan bot. The issue was fixed.
enable the test.

Bug: 1030589
Change-Id: I89e34c32f406e4bb1cfa31436cdf5924ab2e0169
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955172Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#722474}
parent 59852a18
......@@ -1597,16 +1597,7 @@ TEST_F(InputHandlerProxyEventQueueTest, VSyncAlignedGestureScroll) {
testing::Mock::VerifyAndClearExpectations(&mock_input_handler_);
}
// Disabled due to random failures on win-asan: https://crbug.com/1030589.
#if defined(ADDRESS_SANITIZER) && defined(OS_WIN)
#define MAYBE_VSyncAlignedGestureScrollPinchScroll \
DISABLED_VSyncAlignedGestureScrollPinchScroll
#else
#define MAYBE_VSyncAlignedGestureScrollPinchScroll \
VSyncAlignedGestureScrollPinchScroll
#endif
TEST_F(InputHandlerProxyEventQueueTest,
MAYBE_VSyncAlignedGestureScrollPinchScroll) {
TEST_F(InputHandlerProxyEventQueueTest, VSyncAlignedGestureScrollPinchScroll) {
// Handle scroll on compositor.
cc::InputHandlerScrollResult scroll_result_did_scroll_;
scroll_result_did_scroll_.did_scroll = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment