[Webkit-unassigned] [Bug 76817] [GTK] run-gtk-tests randomly fails while running the xprop comand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 01:49:25 PST 2012


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





--- Comment #1 from Mario Sanchez Prada <msanchez at igalia.com>  2012-01-23 01:49:25 PST ---
For reference, this is the error that is happening in the bots when this command fails:

  Skipping test unittests/testdownload
  Skipping test unittests/testwebview
  Skipping test unittests/testwebresource
  Traceback (most recent call last):
    File "./Tools/Scripts/run-gtk-tests", line 147, in <module>
      sys.exit(TestRunner().run())
    File "./Tools/Scripts/run-gtk-tests", line 97, in run
      self._executive.run_command(['xprop', '-root', '-remove', 'AT_SPI_BUS'], env=test_env)
    File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/common/system/executive.py", line 440, in run_command
      (error_handler or self.default_error_handler)(script_error)
    File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/common/system/executive.py", line 357, in default_error_handler
      raise error
  webkitpy.common.system.executive.ScriptError: Failed to run "[u'xprop', u'-root', u'-remove', u'AT_SPI_BUS']"  exit_code: 1

Surprisingly, if I log in the bot and manually run Xvfb once, the error will go away... perhaps a race condition between running Xvfb and running the xprop command?

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