]> granicus.if.org Git - clang/commit
[python] [tests] Disable on known-broken arches
authorMichal Gorny <mgorny@gentoo.org>
Wed, 17 Oct 2018 03:05:39 +0000 (03:05 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Wed, 17 Oct 2018 03:05:39 +0000 (03:05 +0000)
commit0f4382eff8a58ab1d232f336ea0c58ef82e763a2
tree0c5f766e56a89c5577e59cd9b8862b9d9c18bee6
parentf6fcf841ff6ef4eca98ab56e1aee7b98e7175503
[python] [tests] Disable on known-broken arches

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.

Differential Revision: https://reviews.llvm.org/D53326

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344666 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/tests/CMakeLists.txt