[Webkit-unassigned] [Bug 67835] New: [NRWT] the nrwt check httpd with --no-http option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 01:38:00 PDT 2011


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

           Summary: [NRWT] the nrwt check httpd with --no-http option
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kkristof at inf.u-szeged.hu
                CC: ossy at webkit.org


$ Tools/Scripts/new-run-webkit-tests --platform=qt --no-http
Could not find apache. Not installed or unknown path.
Traceback (most recent call last):
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 440, in <module>
    sys.exit(main())
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 435, in main
    return run(port, options, args)
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 105, in run
    result_summary = manager.set_up_run()
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 838, in set_up_run
    if not self._port.check_sys_deps(self.needs_servers()):
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 192, in check_sys_deps
    return self.check_httpd()
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py", line 239, in check_httpd
    server_name = self._filesystem.basename(httpd_path)
  File "/home/kosztyo/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py", line 71, in basename
    return os.path.basename(path)
  File "/usr/lib/python2.6/posixpath.py", line 111, in basename
    i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'

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