OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 # | 4 # |
5 # This file lists the webdriver tests that run as a part of the functional test | 5 # This file lists the webdriver tests that run as a part of the functional test |
6 # suite. | 6 # suite. |
7 # | 7 # |
8 # Tests can be enabled on a per-platform basis. Tests not listed here will | 8 # Tests can be enabled on a per-platform basis. Tests not listed here will |
9 # not be run. | 9 # not be run. |
10 # | 10 # |
(...skipping 14 matching lines...) Expand all Loading... |
25 'children_finding_tests', | 25 'children_finding_tests', |
26 # Cookie tests try to set the domain explicitly to 'localhost', which | 26 # Cookie tests try to set the domain explicitly to 'localhost', which |
27 # is not allowed. | 27 # is not allowed. |
28 #'cookie_tests', | 28 #'cookie_tests', |
29 'correct_event_firing_tests', | 29 'correct_event_firing_tests', |
30 'driver_element_finding_test', | 30 'driver_element_finding_test', |
31 'element_attribute_tests', | 31 'element_attribute_tests', |
32 'executing_async_javascript_test', | 32 'executing_async_javascript_test', |
33 'executing_javascript_test', | 33 'executing_javascript_test', |
34 'form_handling_tests', | 34 'form_handling_tests', |
35 # crbug.com/90994. | |
36 '-form_handling_tests.FormHandlingTests.testTogglingAnOptionShouldToggleOpti
onsInAMultiSelect', | |
37 'frame_switching_tests', | 35 'frame_switching_tests', |
38 # Test is asserting the wrong thing. | 36 # Test is asserting the wrong thing. |
39 '-frame_switching_tests.FrameSwitchingTest.testShouldReturnFrameTitleNotWind
owTitle', | 37 '-frame_switching_tests.FrameSwitchingTest.testShouldReturnFrameTitleNotWind
owTitle', |
40 'implicit_waits_tests', | 38 'implicit_waits_tests', |
41 'page_loading_tests', | 39 'page_loading_tests', |
42 # Flaky. crbug.com/77495. | 40 # Flaky. crbug.com/77495. |
43 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistory', | 41 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistory', |
44 # Flaky. crbug.com/77495. | 42 # Flaky. crbug.com/77495. |
45 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistoryInPresenceOfIframes', | 43 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistoryInPresenceOfIframes', |
46 # Flaky. crbug.com/77495. | 44 # Flaky. crbug.com/77495. |
(...skipping 23 matching lines...) Expand all Loading... |
70 ], | 68 ], |
71 | 69 |
72 'mac': [ | 70 'mac': [ |
73 # See crbug.com/90519. | 71 # See crbug.com/90519. |
74 '-alerts_tests.AlertsTest.testShouldAllowUsersToDismissAnAlertManually', | 72 '-alerts_tests.AlertsTest.testShouldAllowUsersToDismissAnAlertManually', |
75 ], | 73 ], |
76 | 74 |
77 'linux': [ | 75 'linux': [ |
78 ], | 76 ], |
79 } | 77 } |
OLD | NEW |