[Webkit-unassigned] [Bug 42832] webkit-patch command to find the ports covering a specific layout test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 21:53:05 PDT 2011


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





--- Comment #37 from Eric Seidel <eric at webkit.org>  2011-11-02 21:53:05 PST ---
It appears I broke this command a long time ago and no one noticed:

% webkit-patch skipped-ports svg                                                                                                                     [/Projects/WebKit/Tools/Scripts/webkitpy]
Traceback (most recent call last):
  File "/Projects/WebKit/Tools/Scripts/webkit-patch", line 74, in <module>
    main()
  File "/Projects/WebKit/Tools/Scripts/webkit-patch", line 69, in main
    WebKitPatch(os.path.abspath(__file__)).main()
  File "/Projects/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Projects/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Projects/WebKit/Tools/Scripts/webkitpy/tool/commands/queries.py", line 391, in execute
    for port_name, port_object in tool.port_factory.get_all().iteritems():
AttributeError: 'PortFactory' object has no attribute 'get_all'

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