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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev