Bug 63619
Summary: | REGRESSION(r89843): It cause an assertion intermittently | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, abecsi, eric, galpeter, ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 63468 |
Csaba Osztrogonác
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
Interesting. For some reason, the list of running pids that we compute doesn't include our own pid, which seems like bug...
Adam Barth
*** This bug has been marked as a duplicate of bug 63624 ***