<html>
    <head>
      <base href="https://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 --- - TestCppNsImport failing on FreeBSD with clang"
   href="https://llvm.org/bugs/show_bug.cgi?id=25925">25925</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestCppNsImport failing on FreeBSD with clang
          </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@lists.llvm.org
          </td>
        </tr>

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This test is marked xfail for gcc >= 4.9; it also fails on FreeBSD with clang.

FAIL: LLDB (/usr/bin/clang-x86_64) :: test_with_run_command_dwarf
(TestCppNsImport.TestCppNsImport)
======================================================================
FAIL: test_with_run_command_dwarf (TestCppNsImport.TestCppNsImport)
   Tests imported namespaces in C++.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2263, in dwarf_test_method
    return attrvalue(self)
  File
"/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 608, in wrapper
    func(*args, **kwargs)
  File
"/tank/emaste/src/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py",
line 55, in test_with_run_command
    self.assertTrue(test_result.IsValid() and test_result.GetValueAsSigned() ==
1, "N::n = 1")
AssertionError: False is not True : N::n = 1
Config=x86_64-/usr/bin/clang
----------------------------------------------------------------------
Ran 1 test in 0.950s

RESULT: FAILED (0 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures,
0 unexpected successes)

[TestCppNsImport.py FAILED]</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>