[lldb-dev] [Bug 21599] New: TestGlobalVariables fails on FreeBSD after r222163 (editline rework)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 18 11:00:48 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21599
Bug ID: 21599
Summary: TestGlobalVariables fails on FreeBSD after r222163
(editline rework)
Product: lldb
Version: unspecified
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: emaste at freebsd.org
Classification: Unclassified
It's currently not clear to me why this failure appeared after the editline
work.
FAIL: test_with_dwarf (TestGlobalVariables.GlobalVariablesTestCase)
Test 'frame variable --scope --no-args' which omits args and shows scopes.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 382, in
wrapper
return func(self, *args, **kwargs)
File
"/tank/emaste/src/llvm/tools/lldb/test/lang/c/global_variables/TestGlobalVariables.py",
line 24, in test_with_dwarf
self.global_variables()
File
"/tank/emaste/src/llvm/tools/lldb/test/lang/c/global_variables/TestGlobalVariables.py",
line 60, in global_variables
'stop reason = breakpoint'])
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1886, in
expect
self.runCmd(str, msg=msg, trace = (True if trace else False), check = not
error, inHistory=inHistory)
File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1812, in
runCmd
msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Process should be stopped due to breakpoint
Config=x86_64-/usr/bin/clang
--
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/20141118/a84dba65/attachment.html>
More information about the lldb-dev
mailing list