[Bug 19011] New: test_with_dwarf (TestFormatters.ExprFormattersTestCase) fails on FreeBSD w/ system clang 3.4

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@cs.uiuc.edu
Reporter emaste@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