[Webkit-unassigned] [Bug 61961] [chromium] Chromium bots on build.webkit.org don't upload results.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 14:24:44 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61961





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-06-02 14:24:44 PST ---
The problem is that we fix dir. path in test-result-archive:

    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"))

Since we're running this script with the following arguments & path:

python ./Tools/BuildSlaveSupport/test-result-archive --platform=chromium --release archive
 in dir /Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release-tests/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['python', './Tools/BuildSlaveSupport/test-result-archive', '--platform=chromium', '--release', 'archive']

and test results live in /Users/chrome-bot/Desktop/WebKit-BuildSlave/chromium-mac-release-tests/build/layout-test-results
we shouldn't be doing this fix up.

I think this bug goes away if we get rid of the offending lines in test-result-archive.

Or am I missing something?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list