Commit e010e477 authored by Lan Wei's avatar Lan Wei Committed by Commit Bot

Enable chromedriver and webdriver tests

These tests are flaky when we send the events asynchronously, now we
change to send the last action in one tick synchronously by default.
Now the test should not be flaky any more.

Bug: 999814, 1000530
Change-Id: I3fbc438b74c1912983c6767e77fc94c386aea256
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795745Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695205}
parent 28e89d52
...@@ -101,8 +101,6 @@ _OS_SPECIFIC_FILTER['win'] = [ ...@@ -101,8 +101,6 @@ _OS_SPECIFIC_FILTER['win'] = [
'ChromeDownloadDirTest.testFileDownloadWithGetHeadless', 'ChromeDownloadDirTest.testFileDownloadWithGetHeadless',
] ]
_OS_SPECIFIC_FILTER['linux'] = [ _OS_SPECIFIC_FILTER['linux'] = [
# https://bugs.chromium.org/p/chromium/issues/detail?id=1000530
'ChromeDriverTest.testActionsMouseMove',
] ]
_OS_SPECIFIC_FILTER['mac'] = [ _OS_SPECIFIC_FILTER['mac'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1927 # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1927
...@@ -112,8 +110,6 @@ _OS_SPECIFIC_FILTER['mac'] = [ ...@@ -112,8 +110,6 @@ _OS_SPECIFIC_FILTER['mac'] = [
'ChromeDownloadDirTest.testFileDownloadAfterTabHeadless', 'ChromeDownloadDirTest.testFileDownloadAfterTabHeadless',
'ChromeDownloadDirTest.testFileDownloadWithClickHeadless', 'ChromeDownloadDirTest.testFileDownloadWithClickHeadless',
'ChromeDownloadDirTest.testFileDownloadWithGetHeadless', 'ChromeDownloadDirTest.testFileDownloadWithGetHeadless',
# https://bugs.chromium.org/p/chromium/issues/detail?id=1000530
'ChromeDriverTest.testActionsMouseMove',
] ]
_DESKTOP_NEGATIVE_FILTER = [ _DESKTOP_NEGATIVE_FILTER = [
......
...@@ -69,15 +69,6 @@ crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_int ...@@ -69,15 +69,6 @@ crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_int
crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_partially_visible_does_not_scroll[8] [ Failure Pass ] crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_partially_visible_does_not_scroll[8] [ Failure Pass ]
crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_partially_visible_does_not_scroll[9] [ Failure Pass ] crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_partially_visible_does_not_scroll[9] [ Failure Pass ]
crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_scroll_into_view [ Failure Pass ] crbug.com/977228 [ Linux ] external/wpt/webdriver/tests/element_click/scroll_into_view.py>>test_scroll_into_view [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_viewport_inside [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_viewport_outside [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_pointer_inside [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_pointer_outside [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_element_center_point [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_element_center_point_with_offset [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_element_in_view_center_point_partly_visible [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_element_larger_than_viewport [ Failure Pass ]
crbug.com/999814 [ Linux ] external/wpt/webdriver/tests/perform_actions/pointer_origin.py>>test_element_outside_of_view_port [ Failure Pass ]
# ====== New tests from wpt-importer added here ====== # ====== New tests from wpt-importer added here ======
crbug.com/626703 [ Linux ] external/wpt/webdriver/tests/interface.html [ Failure ] crbug.com/626703 [ Linux ] external/wpt/webdriver/tests/interface.html [ Failure ]
......
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