[lldb-dev] [Bug 23039] New: DynamicValueChildCountTestCase.test_get_dynamic_vals_with_dwarf failure
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Mar 26 21:19:31 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23039
Bug ID: 23039
Summary: DynamicValueChildCountTestCase.test_get_dynamic_vals_w
ith_dwarf failure
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: vince at nethacker.com
Classification: Unclassified
Old comment from the expectFailureLinux:
This needs to be root-caused. It looks like the DWARF info is anticipating the
derived class assignment.
Currently failing on the last assertion of the test:
b =
self.frame().FindVariable("b").GetDynamicValue(lldb.eDynamicCanRunTarget)
self.assertTrue(b.GetNumChildren() == 0, "b has 0 children")
self.runCmd("continue")
self.assertTrue(b.GetNumChildren() == 0, "b still has 0 children")
self.runCmd("continue")
self.assertTrue(b.GetNumChildren() != 0, "b now has 1 child")
self.runCmd("continue")
--> self.assertTrue(b.GetNumChildren() == 0, "b didn't go back to 0 children")
--
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/20150327/887a772b/attachment.html>
More information about the lldb-dev
mailing list