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

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

Issue 6542025: Fix command handler for /session/:sessionId/execute (execute_script) for (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 | « no previous file | chrome/test/webdriver/commands/execute_command.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 21 matching lines...) Expand all
32 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementByTagName ', 32 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementByTagName ',
33 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementByXPath', 33 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementByXPath',
34 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementsByTagNam e', 34 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementsByTagNam e',
35 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementsByXpath' , 35 '-children_finding_tests.ChildrenFindingTests.testShouldFindElementsByXpath' ,
36 # 'cookie_tests', 36 # 'cookie_tests',
37 # 'correct_event_firing_tests', 37 # 'correct_event_firing_tests',
38 'driver_element_finding_test', 38 'driver_element_finding_test',
39 # 'element_attribute_tests', 39 # 'element_attribute_tests',
40 # 'executing_async_javascript_test', 40 # 'executing_async_javascript_test',
41 'executing_javascript_test', 41 'executing_javascript_test',
42 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToCallF unctionsDefinedOnThePage', 42 # This test needs the tagname command.
43 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToExecu teSimpleJavascriptAndReturnAWebElement', 43 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToExecu teSimpleJavascriptAndReturnAWebElement',
44 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA CollectionAsArgument',
45 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA WebElementAsArgument',
46 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA nArrayAsArgument',
47 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ADoubleShouldReturnADecimal',
48 '-executing_javascript_test.ExecutingJavaScriptTests.testPassingAndReturning ALongShouldReturnAWholeNumber',
49 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA BooleanAnAsArgument',
50 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA NumberAnAsArgument',
51 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassA StringAnAsArgument',
52 '-executing_javascript_test.ExecutingJavaScriptTests.testShouldBeAbleToPassI nMoreThanOneArgument',
53 # 'form_handling_tests', 44 # 'form_handling_tests',
54 'frame_switching_tests', 45 'frame_switching_tests',
55 # Next two frame switching tests are disabled because they depend on toggle. 46 # Next two frame switching tests are disabled because they depend on toggle.
56 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchFrameByName', 47 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchFrameByName',
57 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchToFrameByIndex ', 48 '-frame_switching_tests.FrameSwitchingTest.testThatWeCanSwitchToFrameByIndex ',
58 # 'implicit_waits_tests', 49 # 'implicit_waits_tests',
59 'page_loading_tests', 50 'page_loading_tests',
60 # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after 51 # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after
61 # to fail when run in xvfb: crbug.com/72027. 52 # to fail when run in xvfb: crbug.com/72027.
62 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe sNotResolve', 53 '-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoe sNotResolve',
(...skipping 19 matching lines...) Expand all
82 'mac': [ 73 'mac': [
83 74
84 ], 75 ],
85 76
86 'linux': [ 77 'linux': [
87 'typing_tests', 78 'typing_tests',
88 # needs clear command 79 # needs clear command
89 '-typing_tests.TypingTests.testNumberpadAndFunctionKeys', 80 '-typing_tests.TypingTests.testNumberpadAndFunctionKeys',
90 ], 81 ],
91 } 82 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/execute_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698