LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 23550 - Intermittent failure - TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym
Summary: Intermittent failure - TestGdbRemote_vCont.test_single_step_only_steps_one_in...
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 23:12 PDT by Vince Harron
Modified: 2015-05-17 10:04 PDT (History)
0 users

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Harron 2015-05-16 23:12:58 PDT
Over 134 dosep runs, TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym failed 6 times

4 times here:

TestGdbRemote_vCont.py:113 (no build log archive until 2959)
TestGdbRemote_vCont.test_single_step_only_steps_one_instruction_with_vCont_s_thread_debugserver_dsym 
AssertionError: '$ENo such file or directory (/Users/lldb_build/lldbSlave/buildDir/lldb.src/test/tools/lldb-server/a.out)' != '$OK'

2 times here:
TestGdbRemote_vCont.py:111 buildDsym
CalledProcessError: Command 'make MAKE_DSYM=YES ARCH=x86_64 CC="clang" ' returned non-zero exit status 2
Comment 1 Vince Harron 2015-05-17 10:04:19 PDT
At time of writing, line 113 is the line:

self.single_step_only_steps_one_instruction(use_Hc_packet=False, step_instruction="vCont;s:{thread}")