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

Unified Diff: tools/testing/run_selenium.py

Issue 9193021: Revert "Make changes to test.dart and frogsh for Windows." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/run_selenium.py
diff --git a/tools/testing/run_selenium.py b/tools/testing/run_selenium.py
index ee1fea3f94db2f965a3170c626665709d87ea96b..0418f9a18e9ba897486f3ca649f5fc8734a77cfb 100755
--- a/tools/testing/run_selenium.py
+++ b/tools/testing/run_selenium.py
@@ -49,8 +49,6 @@ def run_test_in_browser(browser, html_out, timeout, is_perf):
lambda driver : ('PASS' in driver.page_source) or
('FAIL' in driver.page_source))
source = browser.page_source
- except selenium.common.exceptions.TimeoutException:
- source = 'FAIL (timeout)'
finally:
# A timeout exception is thrown if nothing happens within the time limit.
if browser != 'chrome':
« no previous file with comments | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698