[lldb-dev] [Bug 23181] New: Some lldb-server tests become zombies
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 9 15:08:52 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23181
Bug ID: 23181
Summary: Some lldb-server tests become zombies
Product: lldb
Version: unspecified
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: ki.stfu at gmail.com
Classification: Unclassified
There are 3 lldb-server tests which become zombies:
*
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
*
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
*
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym
Test plan:
```
$ ps | grep a.out | wc -l
18
$ ./dotest.py --executable $BUILDDIR/bin/lldb -f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
-f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
-f
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym
LLDB library dir: /Users/IliaK/p/llvm/build_ninja/bin
LLDB import library dir: /Users/IliaK/p/llvm/build_ninja/bin
lldb-340.99.0
lldb.pre_flight: None
lldb.post_flight: None
Session logs for test failures/errors/unexpected successes will go into
directory '2015-04-10-01_09_06'
Command invoked: ./dotest.py --executable
/Users/IliaK/p/llvm/build_ninja/bin/lldb -f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_Hc_vCont_s_debugserver_dsym
-f
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
-f
TestGdbRemoteSingleStep.test_single_step_only_steps_one_instruction_with_s_debugserver_dsym
compilers=['clang']
Configuration: arch=x86_64 compiler=clang
----------------------------------------------------------------------
Collected 3 tests
.=success F=fail E=error s=skipped x=expected-fail u=unexpected-success
...
----------------------------------------------------------------------
Ran 3 tests in 4.601s
OK
$ ps | grep a.out | wc -l
21
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150409/6e3e47bf/attachment.html>
More information about the lldb-dev
mailing list