<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - test_with_dwarf (TestFormatters.ExprFormattersTestCase) fails on FreeBSD w/ system clang 3.4"
   href="http://llvm.org/bugs/show_bug.cgi?id=19011">19011</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>test_with_dwarf (TestFormatters.ExprFormattersTestCase) fails on FreeBSD w/ system clang 3.4
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>emaste@freebsd.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>