[Webkit-unassigned] [Bug 54790] webkitpy.common.system.executive_unittest.ExecutiveTest.test_kill_all fails on Chromium Win Release Tests bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 12:39:00 PDT 2012


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


Roger Fong <roger_fong at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roger_fong at apple.com




--- Comment #7 from Roger Fong <roger_fong at apple.com>  2012-10-02 12:39:23 PST ---
Hey Dirk,
Not sure how much you remember about this problem but it seems to be happening on the Windows port too.

Here is the failure:

[167/1585] webkitpy.common.system.executive_unittest.ExecutiveTest.serial_test_kill_process failed:
  Traceback (most recent call last):
    File "/home/buildbot/slave/win-release-tests/build/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 167, in serial_test_kill_process
      self.assertEqual(process.wait(), expected_exit_code)
  AssertionError: -6 != -9

First of all it looks like the platform we use is "cygwin" not "win32".
Second -6 is SIGABRT.

It only fails on the bots...

Do you have any ideas? Thanks!

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