Bug 63619 - REGRESSION(r89843): It cause an assertion intermittently
Summary: REGRESSION(r89843): It cause an assertion intermittently
Status: RESOLVED DUPLICATE of bug 63624
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 63468
  Show dependency treegraph
 
Reported: 2011-06-29 04:09 PDT by Csaba Osztrogonác
Modified: 2011-06-29 08:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-06-29 04:09:07 PDT
After r89843 we gets this fail intermittently on the Qt bot:

FAIL: test_running_pids (webkitpy.common.system.executive_unittest.ExecutiveTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 209, in test_running_pids
    self.assertTrue(os.getpid() in pids)
AssertionError
Comment 1 Adam Barth 2011-06-29 08:28:40 PDT
Interesting.  For some reason, the list of running pids that we compute doesn't include our own pid, which seems like bug...
Comment 2 Adam Barth 2011-06-29 08:32:32 PDT

*** This bug has been marked as a duplicate of bug 63624 ***