| 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 # |
| 11 # Test names can be specified in any of the following ways: | 11 # Test names can be specified in any of the following ways: |
| 12 # 1. as a module, in which case all tests in that module will be run | 12 # 1. as a module, in which case all tests in that module will be run |
| 13 # example: 'test_basic' | 13 # example: 'test_basic' |
| 14 # 2. or as a test case, in which case all tess in that test case will be run | 14 # 2. or as a test case, in which case all tess in that test case will be run |
| 15 # example: 'test_basic.SimpleTest' | 15 # example: 'test_basic.SimpleTest' |
| 16 # 3. or as an individual test | 16 # 3. or as an individual test |
| 17 # example: 'test_basic.SimpleTest.testCanOpenGoogle' | 17 # example: 'test_basic.SimpleTest.testCanOpenGoogle' |
| 18 # | 18 # |
| 19 # Tests beginning with '-' will be excluded. This can be used to enforce | 19 # Tests beginning with '-' will be excluded. This can be used to enforce |
| 20 # exclusions for a particular platform. | 20 # exclusions for a particular platform. |
| 21 | 21 |
| 22 # Most of these tests are disabled because they involve not yet implemented | 22 # Most of these tests are disabled because they involve not yet implemented |
| 23 # features. See bug 71237. | 23 # features. See bug 71237. |
| 24 { | 24 { |
| 25 'all': [ | 25 'all': [ |
| 26 'children_finding_tests', | 26 'children_finding_tests', |
| 27 # 'cookie_tests', | 27 # All the cookies tests are broken. |
| 28 # 'correct_event_firing_tests', | 28 # 'cookie_tests', |
| 29 'correct_event_firing_tests', |
| 29 'driver_element_finding_test', | 30 'driver_element_finding_test', |
| 30 'element_attribute_tests', | 31 'element_attribute_tests', |
| 31 # 'executing_async_javascript_test', | 32 # Async execution has not been implemented. |
| 33 # 'executing_async_javascript_test', |
| 32 'executing_javascript_test', | 34 'executing_javascript_test', |
| 33 'form_handling_tests', | 35 'form_handling_tests', |
| 34 # This test is flaky, probably because of form submission race. | 36 # This test is flaky, probably because of form submission race. |
| 35 '-form_handling_tests.FormHandlingTests.testShouldClickOnSubmitInputElements
', | 37 '-form_handling_tests.FormHandlingTests.testShouldClickOnSubmitInputElements
', |
| 36 'frame_switching_tests', | 38 'frame_switching_tests', |
| 37 'implicit_waits_tests', | 39 'implicit_waits_tests', |
| 38 'page_loading_tests', | 40 'page_loading_tests', |
| 39 # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after | 41 # This test causes the test after to fail occassionally. See |
| 40 # to fail when run in xvfb: crbug.com/72027. | 42 # crbug.com/72027. This is because we are not waiting for navigation |
| 43 # error pages. |
| 41 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe
sNotResolve', | 44 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe
sNotResolve', |
| 42 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistory', | |
| 43 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro
wserHistoryInPresenceOfIframes', | |
| 44 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateForwardsInTh
eBrowserHistory', | |
| 45 # This test is flaky. | |
| 46 '-page_loading_tests.PageLoadingTests.testShouldWaitForDocumentToBeLoaded', | |
| 47 'rendered_webelement_tests', | 45 'rendered_webelement_tests', |
| 48 # Test is flaky. Sometimes can't find an element. | |
| 49 '-rendered_webelement_tests.RenderedWebElementTests.testShouldCorrectlyIdent
ifyThatAnElementHasWidth', | |
| 50 # Test expects a color keyword, but a rgba tuple is returned. | 46 # Test expects a color keyword, but a rgba tuple is returned. |
| 51 '-rendered_webelement_tests.RenderedWebElementTests.testShouldAllowInherited
StylesToBeUsed', | 47 '-rendered_webelement_tests.RenderedWebElementTests.testShouldAllowInherited
StylesToBeUsed', |
| 52 # Test expects hex color, but a rgb tuple is returned. | 48 # Test expects hex color, but a rgb tuple is returned. |
| 53 '-rendered_webelement_tests.RenderedWebElementTests.testShouldPickUpStyleOfA
nElement', | 49 '-rendered_webelement_tests.RenderedWebElementTests.testShouldPickUpStyleOfA
nElement', |
| 54 'select_element_handling_tests', | 50 'select_element_handling_tests', |
| 55 'stale_reference_tests', | 51 'stale_reference_tests', |
| 56 # 'text_handling_tests', | 52 'text_handling_tests', |
| 53 # Getting the page source is broken. |
| 54 '-text_handling_tests.TextHandlingTests.testReadALargeAmountOfData', |
| 55 # Chrome bug/oddity. See crbug.com/76111. |
| 56 '-text_handling_tests.TextHandlingTests.testShouldBeAbleToSetMoreThanOneLine
OfTextInATextArea', |
| 57 # See issue 1225 on the webdriver OSS tracker. |
| 58 '-text_handling_tests.TextHandlingTests.testShouldReturnEmptyStringWhenTagIs
SelfClosing', |
| 57 'typing_tests', | 59 'typing_tests', |
| 58 'visibility_tests', | 60 'visibility_tests', |
| 59 # Bug in clicking: element is not verified before clicking. | |
| 60 '-visibility_tests.VisibilityTests.testShouldNotBeAbleToClickOnAnElementThat
IsNotDisplayed', | |
| 61 # Bug in typing: element is not verified before typing. | |
| 62 '-visibility_tests.VisibilityTests.testShouldNotBeAbleToTypeAnElementThatIsN
otDisplayed', | |
| 63 ], | 61 ], |
| 64 | 62 |
| 65 'win': [ | 63 'win': [ |
| 66 | 64 |
| 67 ], | 65 ], |
| 68 | 66 |
| 69 'mac': [ | 67 'mac': [ |
| 70 | 68 |
| 71 ], | 69 ], |
| 72 | 70 |
| 73 'linux': [ | 71 'linux': [ |
| 74 ], | 72 ], |
| 75 } | 73 } |
| OLD | NEW |