[Webkit-unassigned] [Bug 81760] New: Unable to traverse from results.thml into EFL test failures on master buildbot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 04:22:00 PDT 2012


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

           Summary: Unable to traverse from results.thml into EFL test
                    failures on master buildbot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.rottsches at linux.intel.com


When looking at the layout test results for the EFL buildbot it is impossible to browse down into the individual failures. 

For example looking at
http://build.webkit.org/results/EFL%20Linux%20Release/r111519%20(33826)/results.html
and then checking the first failure for "css1/box_properties/clear_float.html"

The webserver first reports a "301 Moved permanently" redirecting to "old-results", e.g. from
"http://build.webkit.org/results/EFL%20Linux%20Release/r111519%20(33826)/css1/box_properties/clear_float-pretty-diff.html" to
"http://build.webkit.org/old-results/EFL%20Linux%20Release/r111519%20(33826)/css1/box_properties/clear_float-pretty-diff.html"
and then fails with 404 Not Found.

http://build.webkit.org/results/EFL%20Linux%20Release/r111519%20(33826).zip
Contains the build results for that particular run.
When downloading this to a mac with the per-user http enabled and uncompressing it using the same "ditto" command that's used on the buildbot master, I don't see any permission problems. Browsing down into individual failure cases starting from results.html works fine when testing it on the local webserver.

Also, the stdio of the uncompressing run does not show anything unusual, files should be successfully placed into the filesystem.

Are there any rewrite-rules in place that would incorrectly redirect to old-results?

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