[Webkit-unassigned] [Bug 86800] New: NRWT: Assertion when running with --no-http

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 17 19:53:32 PDT 2012


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

           Summary: NRWT: Assertion when running with --no-http
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rakuco at webkit.org
                CC: tony at chromium.org, dpranke at chromium.org


When running `./Tools/Scripts/run-webkit-tests --efl --debug --no-http' I hit the following assertion:

Traceback (most recent call last):
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 457, in <module>
    sys.exit(main())
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 452, in main
    return run(port, options, args)
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 125, in run
    unexpected_result_count = manager.run()
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 906, in run
    interrupted, keyboard_interrupted, thread_timings, test_timings, individual_test_timings = self._run_tests(self._test_files_list, result_summary, int(self._options.child_processes))
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 756, in _run_tests
    self.start_servers_with_lock()
  File "/home/rakuco/dev/webkit/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py", line 955, in start_servers_with_lock
    assert(self._options.http)

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