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

Unified Diff: chrome/test/webdriver/test/chromedriver_tests.py

Issue 8416022: Revert 107645 (To see if it was responsible for increase in static initializers) - Fix test snaps... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | « chrome/test/data/automation_proxy_snapshot/just_image.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/chromedriver_tests.py
===================================================================
--- chrome/test/webdriver/test/chromedriver_tests.py (revision 107646)
+++ chrome/test/webdriver/test/chromedriver_tests.py (working copy)
@@ -389,6 +389,11 @@
REDBOX = "automation_proxy_snapshot/set_size.html"
def testScreenCaptureAgainstReference(self):
+ # This has regressed on linux because of tighter sandbox restrictions.
+ # See crbug.com/89777.
+ if IsLinux():
+ return
+
# Create a red square of 2000x2000 pixels.
url = GetFileURLForPath(os.path.join(test_paths.DataDir(),
self.REDBOX))
« no previous file with comments | « chrome/test/data/automation_proxy_snapshot/just_image.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698