This is an archive of the discontinued LLVM Phabricator instance.

[python] [tests] Disable on known-broken arches
ClosedPublic

Authored by mgorny on Oct 16 2018, 8:55 AM.

Details

Summary

Disable the Python binding tests on AArch64, Hexagon and SystemZ
following reports on test failures. The first two yield different
results, possibly indicating test case problems. The last one seems
to have broken FFI in Python.

While at it, refactor the code to make adding future test restrictions
easier.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Oct 16 2018, 8:55 AM
kparzysz accepted this revision.Oct 16 2018, 2:02 PM
This revision is now accepted and ready to land.Oct 16 2018, 2:02 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.

Thanks for the review. I'm going to be away most of the day today, so if it breaks something (worse), feel free to revert.