[Webkit-unassigned] [Bug 84973] [GTK] Google tests that time out are leaked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 13:54:19 PDT 2012


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





--- Comment #5 from Philippe Normand <pnormand at igalia.com>  2012-05-08 13:53:23 PST ---
(In reply to comment #4)
> Committed r116410: <http://trac.webkit.org/changeset/116410>

Since this patch landed the API tests fail every 2 builds (so, green alternates with red API tests). Traceback:

Traceback (most recent call last):
  File "./Tools/gtk/run-api-tests", line 353, in <module>
    sys.exit(TestRunner(options, args).run_tests())
  File "./Tools/gtk/run-api-tests", line 291, in run_tests
    if not self._setup_testing_environment():
  File "./Tools/gtk/run-api-tests", line 177, in _setup_testing_environment
    if not self._start_accessibility_daemons():
  File "./Tools/gtk/run-api-tests", line 131, in _start_accessibility_daemons
    spi_bus_launcher_path = self._lookup_atspi2_binary('at-spi-bus-launcher')
  File "./Tools/gtk/run-api-tests", line 124, in _lookup_atspi2_binary
    filepath = os.path.join(exec_prefix, path, filename)
  File "/usr/lib/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

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