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

Unified Diff: chrome/test/webdriver/WEBDRIVER_TESTS

Issue 6694007: Small test and ChromeDriver fixes to enable additional tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Dennis' comments Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/mouse_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/WEBDRIVER_TESTS
diff --git a/chrome/test/webdriver/WEBDRIVER_TESTS b/chrome/test/webdriver/WEBDRIVER_TESTS
index 5be6d6c4714c8fbc99eee151c502f7ae2fe05476..6b574bbf8baa6fa3af2810e506479912b120ad5b 100644
--- a/chrome/test/webdriver/WEBDRIVER_TESTS
+++ b/chrome/test/webdriver/WEBDRIVER_TESTS
@@ -28,10 +28,11 @@
# Automation proxy only returns cookie name=value pairs.
'-cookie_tests.CookieTest.testAddCookie',
'-cookie_tests.CookieTest.testGetGoogleCookie',
-# 'correct_event_firing_tests',
+ 'correct_event_firing_tests',
'driver_element_finding_test',
'element_attribute_tests',
-# 'executing_async_javascript_test',
+ # Async execution has not been implemented.
+ # 'executing_async_javascript_test',
'executing_javascript_test',
'form_handling_tests',
# This test is flaky, probably because of form submission race.
@@ -39,30 +40,26 @@
'frame_switching_tests',
'implicit_waits_tests',
'page_loading_tests',
- # testShouldReturnWhenGettingAUrlThatDoesNotResolve causes the test after
- # to fail when run in xvfb: crbug.com/72027.
+ # This test causes the test after to fail occassionally. See
+ # crbug.com/72027. This is because we are not waiting for navigation
+ # error pages.
'-page_loading_tests.PageLoadingTests.testShouldReturnWhenGettingAUrlThatDoesNotResolve',
- '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBrowserHistory',
- '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes',
- '-page_loading_tests.PageLoadingTests.testShouldBeAbleToNavigateForwardsInTheBrowserHistory',
- # This test is flaky.
- '-page_loading_tests.PageLoadingTests.testShouldWaitForDocumentToBeLoaded',
'rendered_webelement_tests',
- # Test is flaky. Sometimes can't find an element.
- '-rendered_webelement_tests.RenderedWebElementTests.testShouldCorrectlyIdentifyThatAnElementHasWidth',
# Test expects a color keyword, but a rgba tuple is returned.
'-rendered_webelement_tests.RenderedWebElementTests.testShouldAllowInheritedStylesToBeUsed',
# Test expects hex color, but a rgb tuple is returned.
'-rendered_webelement_tests.RenderedWebElementTests.testShouldPickUpStyleOfAnElement',
'select_element_handling_tests',
'stale_reference_tests',
-# 'text_handling_tests',
+ 'text_handling_tests',
+ # Getting the page source is broken.
+ '-text_handling_tests.TextHandlingTests.testReadALargeAmountOfData',
+ # Chrome bug/oddity. See crbug.com/76111.
+ '-text_handling_tests.TextHandlingTests.testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea',
+ # See issue 1225 on the webdriver OSS tracker.
+ '-text_handling_tests.TextHandlingTests.testShouldReturnEmptyStringWhenTagIsSelfClosing',
'typing_tests',
'visibility_tests',
- # Bug in clicking: element is not verified before clicking.
- '-visibility_tests.VisibilityTests.testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed',
- # Bug in typing: element is not verified before typing.
- '-visibility_tests.VisibilityTests.testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed',
],
'win': [
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/mouse_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698