[llvm-bugs] [Bug 35234] New: clang python bindings: tests are failing again
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 7 12:40:03 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35234
Bug ID: 35234
Summary: clang python bindings: tests are failing again
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: llvm-bugs at lists.llvm.org
======================================================================
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)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171107/697c1bdb/attachment-0001.html>
More information about the llvm-bugs
mailing list