[Webkit-unassigned] [Bug 104761] New: webkitpy.layout_tests.port.builders.all_port_names() doesn't really do the right thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 19:23:50 PST 2012


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

           Summary: webkitpy.layout_tests.port.builders.all_port_names()
                    doesn't really do the right thing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: NRWT
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dpranke at chromium.org
                CC: eric at webkit.org, abarth at webkit.org, ojan at chromium.org


Unfortunately, we're not yet in a world where there is a 1:1 mapping between port names and the list of all the ports (and port configurations) that we care about. For example, the port names don't necessarily tell you if there are both release and debug bots for that port name, or wk1 vs. wk2. So, using all_port_names() as a proxy for "all of the port configurations and/or builders I need to care about" is probably doing the wrong thing.

This manifested itself in bug 102389, but it wouldn't surprise me if there were other bugs in the code resulting from this.

It's not immediately clear to me what the right way to fix this is, either ...

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