This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Disable clang python binding tests
ClosedPublic

Authored by daltenty on Nov 25 2019, 9:17 AM.

Details

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.

Diff Detail

Event Timeline

daltenty created this revision.Nov 25 2019, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2019, 9:17 AM
This revision is now accepted and ready to land.Nov 26 2019, 10:53 AM

Agreed. LGTM as well.

This revision was automatically updated to reflect the committed changes.