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/path_utils.py

Issue 10926: Place all new baseline files in the most specific platform directory.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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
Index: webkit/tools/layout_tests/layout_package/path_utils.py
===================================================================
--- webkit/tools/layout_tests/layout_package/path_utils.py (revision 5432)
+++ webkit/tools/layout_tests/layout_package/path_utils.py (working copy)
@@ -60,12 +60,12 @@
return os.path.join(LayoutDataDir(), 'platform')
def WebKitPlatformResultsDir():
- """Gets the full path to the platform results directory. Raises
+ """Gets the full path to just above the platform results directory. Raises
PathNotFound if we're unable to find it."""
tony 2008/11/14 04:45:42 Nit: This method doesn't actually check to see if
return os.path.join(LayoutDataDir(), 'LayoutTests', 'platform')
def PlatformResultsDir(platform):
- """Gets the full path to the results directory for this platform."""
+ """Gets the path to just above the results directory for this platform."""
if platform.startswith('chromium'):
return ChromiumPlatformResultsDir()
return WebKitPlatformResultsDir()
« no previous file with comments | « no previous file | webkit/tools/layout_tests/run_webkit_tests.py » ('j') | webkit/tools/layout_tests/run_webkit_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698