Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: chrome/test/webdriver/WEBDRIVER_TESTS

Issue 6507015: Implement the target locator commands for ChromeDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA CollectionAsArgument', 44 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA CollectionAsArgument',
45 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA WebElementAsArgument', 45 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA WebElementAsArgument',
46 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA nArrayAsArgument', 46 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA nArrayAsArgument',
47 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ADoubleShouldReturnADecimal', 47 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ADoubleShouldReturnADecimal',
48 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ALongShouldReturnAWholeNumber', 48 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ALongShouldReturnAWholeNumber',
49 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA BooleanAnAsArgument', 49 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA BooleanAnAsArgument',
50 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA NumberAnAsArgument', 50 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA NumberAnAsArgument',
51 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA StringAnAsArgument', 51 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA StringAnAsArgument',
52 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassI nMoreThanOneArgument', 52 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassI nMoreThanOneArgument',
53 # 'form_handling_tests', 53 # 'form_handling_tests',
54 # 'frame_switching_tests', 54 'frame_switching_tests',
55 # Next two frame switching tests are disabled because they depend on toggle.
56 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchFrameByName',
57 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchToFrameByIndex ',
55 # 'implicit_waits_tests', 58 # 'implicit_waits_tests',
56 'page_loading_tests', 59 'page_loading_tests',
57 # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after 60 # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after
58 # to fail when run in xvfb: crbug.com/72027. 61 # to fail when run in xvfb: crbug.com/72027.
59 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe sNotResolve', 62 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe sNotResolve',
60 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistory', 63 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistory',
61 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistoryInPresenceOfIframes', 64 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBro wserHistoryInPresenceOfIframes',
62 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateForwardsInTh eBrowserHistory', 65 '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateForwardsInTh eBrowserHistory',
63 # This test is flaky. 66 # This test is flaky.
64 '-page_loading_tests.PageLoadingTests.testShouldWaitForDocumentToBeLoaded', 67 '-page_loading_tests.PageLoadingTests.testShouldWaitForDocumentToBeLoaded',
(...skipping 14 matching lines...) Expand all
79 'mac': [ 82 'mac': [
80 83
81 ], 84 ],
82 85
83 'linux': [ 86 'linux': [
84 'typing_tests', 87 'typing_tests',
85 # needs clear command 88 # needs clear command
86 '-typing_tests.TypingTests.testNumberpadAndFunctionKeys', 89 '-typing_tests.TypingTests.testNumberpadAndFunctionKeys',
87 ], 90 ],
88 } 91 }
OLDNEW
« no previous file with comments | « chrome/test/automation/tab_proxy.cc ('k') | chrome/test/webdriver/automation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698