[Webkit-unassigned] [Bug 75712] New: NRWT mysteriously exits when Apache returns an error code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 09:39:45 PST 2012


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

           Summary: NRWT mysteriously exits when Apache returns an error
                    code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: eric at webkit.org, abarth at webkit.org,
                    dpranke at chromium.org


To reproduce:

1. mv /usr/sbin/httpd{,.bak}
2. cat > /usr/sbin/httpd
#!/bin/sh
exit 1
^D
3. chmod +x /usr/sbin/httpd
4. new-run-webkit-tests http
5. sudo mv /usr/sbin/httpd{.bak,}

(Obviously these steps are just a way of simulating Apache returning an error code.)

You'll see this output in step 4:

 % new-run-webkit-tests http     
Checking system dependencies ...%

Not very helpful!

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