[Webkit-unassigned] [Bug 87267] New: [NRWT] REGRESSION(r116021): It made --no-http option broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 08:15:13 PDT 2012


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

           Summary: [NRWT] REGRESSION(r116021): It made --no-http option
                    broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: tony at chromium.org, tmpsantos at gmail.com
            Blocks: 64491,78628


http://trac.webkit.org/changeset/116021 added perf subdirs (perf and svg/hixie/perf)
directories to "test requires lock" category to force them run in serial.

But unfortunately after this commit NRWT asserts with --no-http:

File "/home/oszi/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 943, in start_servers_with_lock
    assert(self._options.http)
AssertionError


942    def start_servers_with_lock(self):
943        assert(self._options.http)  --> this assert hit :-/

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