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

Unified Diff: webkit/tools/layout_tests/layout_package/platform_utils_linux.py

Issue 14480: Pull in the fuzzy matcher binary path from its directory under third_party. (Closed)
Patch Set: Created 12 years 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 | webkit/tools/layout_tests/test_types/fuzzy_image_diff.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/layout_package/platform_utils_linux.py
diff --git a/webkit/tools/layout_tests/layout_package/platform_utils_linux.py b/webkit/tools/layout_tests/layout_package/platform_utils_linux.py
index 5c7011184386e5f7238f0632b86c914239ed0a2b..f8cb79d1ebc795c89206baf0924951e741c11253 100644
--- a/webkit/tools/layout_tests/layout_package/platform_utils_linux.py
+++ b/webkit/tools/layout_tests/layout_package/platform_utils_linux.py
@@ -179,6 +179,10 @@ class PlatformUtility(object):
# multiple debug/release targets).
return PathFromBase('chrome', 'Hammer', self.TestShellBinary())
+ def FuzzyMatchBinaryPath(self):
+ """Return the path to the fuzzy matcher binary."""
+ return PathFromBase('third_party', 'fuzzymatch', 'fuzzymatch')
+
def TestListPlatformDir(self):
"""Return the platform-specific directory for where the test lists live"""
return 'linux'
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_types/fuzzy_image_diff.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698