[all-commits] [llvm/llvm-project] a38fc6: [AIX] Disable clang python binding tests
David Tenty via All-commits
all-commits at lists.llvm.org
Tue Nov 26 12:30:53 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a38fc61648797a10629ed160779b5df6b8d577e7
https://github.com/llvm/llvm-project/commit/a38fc61648797a10629ed160779b5df6b8d577e7
Author: David Tenty <daltenty at ibm.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M clang/bindings/python/tests/CMakeLists.txt
Log Message:
-----------
[AIX] Disable clang python binding tests
Summary:
The Python ctypes FFI interface is broken on AIX, it cannot properly pass
structures containing arrays ( https://bugs.python.org/issue38628). So
disable the clang python binding tests on AIX till this is resolved.
Reviewers: stevewan, jasonliu, hubert.reinterpretcast, mgorny
Reviewed By: jasonliu, hubert.reinterpretcast
Subscribers: mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D70675
More information about the All-commits
mailing list