Title: [88210] trunk/Tools
Revision
88210
Author
[email protected]
Date
2011-06-06 18:35:52 -0700 (Mon, 06 Jun 2011)

Log Message

2011-06-06  Ryosuke Niwa  <[email protected]>

        Reviewed by Dirk Pranke.

        [chromium] Chromium bots on build.webkit.org don't upload results.html
        https://bugs.webkit.org/show_bug.cgi?id=61961

        Don't fix the path on chromium port erroneously.

        * BuildSlaveSupport/test-result-archive:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/test-result-archive (88209 => 88210)


--- trunk/Tools/BuildSlaveSupport/test-result-archive	2011-06-07 01:17:20 UTC (rev 88209)
+++ trunk/Tools/BuildSlaveSupport/test-result-archive	2011-06-07 01:35:52 UTC (rev 88210)
@@ -43,12 +43,6 @@
         parser.error("Action is required")
 
     layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory, "layout-test-results"))
-    if options.platform == 'chromium':
-        # See results_directory() in webkitpy/layout_tests/port/chromium.py.
-        layoutTestResultsDir = os.path.abspath(os.path.join(sourceRootDirectory,
-            "Source", "WebKit", "chromium", "webkit", options.configuration.capitalize(),
-            "layout-test-results"))
-
     return archiveTestResults(options.configuration, options.platform, layoutTestResultsDir)
 
 def archiveTestResults(configuration, platform, layoutTestResultsDir):

Modified: trunk/Tools/ChangeLog (88209 => 88210)


--- trunk/Tools/ChangeLog	2011-06-07 01:17:20 UTC (rev 88209)
+++ trunk/Tools/ChangeLog	2011-06-07 01:35:52 UTC (rev 88210)
@@ -1,3 +1,14 @@
+2011-06-06  Ryosuke Niwa  <[email protected]>
+
+        Reviewed by Dirk Pranke.
+
+        [chromium] Chromium bots on build.webkit.org don't upload results.html
+        https://bugs.webkit.org/show_bug.cgi?id=61961
+
+        Don't fix the path on chromium port erroneously.
+
+        * BuildSlaveSupport/test-result-archive:
+
 2011-06-06  Martin Robinson  <[email protected]>
 
         Fix the GTK+ build by ensuring that the autogenerated sources
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to