[Webkit-unassigned] [Bug 98196] New: executive_unittest fails on Apple Windows bots but not when run locally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 13:42:38 PDT 2012


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

           Summary: executive_unittest fails on Apple Windows bots but not
                    when run locally
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com
                CC: eric at webkit.org, dpranke at chromium.org


py test fails on Apple Windows port.

[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


Test fails only on bots but not when run locally. Unclear why.
In addition, sys.platform is "cygwin" not "win32"

Creating patch to make test more flexible to handle different behaviors from cygwin.

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