[lldb-dev] [Bug 19011] New: test_with_dwarf (TestFormatters.ExprFormattersTestCase) fails on FreeBSD w/ system clang 3.4
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Feb 28 16:30:36 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=19011
Bug ID: 19011
Summary: test_with_dwarf
(TestFormatters.ExprFormattersTestCase) fails on
FreeBSD w/ system clang 3.4
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
Test fails when inferior built with FreeBSD 11's Clang 3.4 system compiler as
the constructor is not present:
Snippet from test:
self.expect("expression --show-types -- *(new foo(47))",
substrs = ['(int) a = 47', '(bar) b = {', '(int) i = 94', '(baz) b
= {', '(int) k = 99'])
Verbose output:
error: call to a function 'foo::foo(int)' ('_ZN3fooC1Ei') that is not present
in the target
error: The expression could not be prepared to run in the target
runCmd: expression --show-types -- *(new foo(47))
runCmd failed!
error: The expression could not be prepared to run in the target
--
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/20140301/a3a38216/attachment.html>
More information about the lldb-dev
mailing list