<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - clang python bindings: tests are failing again"
   href="https://bugs.llvm.org/show_bug.cgi?id=35234">35234</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang python bindings: tests are failing again
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mgorny@gentoo.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>======================================================================
FAIL: tests.cindex.test_code_completion.test_code_complete_availability
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File
"/usr/src/llvm/tools/clang/bindings/python/tests/cindex/test_code_completion.py",
line 75, in test_code_complete_availability
    check_completion_results(cr, expected)
  File
"/usr/src/llvm/tools/clang/bindings/python/tests/cindex/test_code_completion.py",
line 10, in check_completion_results
    assert c in completions
AssertionError

======================================================================
FAIL: Ensure that linkage specifers are available on cursors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File
"/usr/src/llvm/tools/clang/bindings/python/tests/cindex/test_linkage.py", line
26, in test_linkage
    assert unique_external.linkage == LinkageKind.UNIQUE_EXTERNAL
AssertionError

======================================================================
FAIL: Ensure that thread-local storage kinds are available on cursors.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File
"/usr/src/llvm/tools/clang/bindings/python/tests/cindex/test_tls_kind.py", line
36, in test_tls_kind
    assert tls_declspec.tls_kind == TLSKind.STATIC
AssertionError

----------------------------------------------------------------------
Ran 117 tests in 2.204s

FAILED (failures=3)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>