[PATCH] D60046: [python, tests] Disable Clang Python tests on Solaris/SPARC
Rainer Orth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 07:24:35 PDT 2019
ro updated this revision to Diff 194144.
ro added a comment.
Skip SPARC like other targets.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60046/new/
https://reviews.llvm.org/D60046
Files:
bindings/python/tests/CMakeLists.txt
Index: bindings/python/tests/CMakeLists.txt
===================================================================
--- bindings/python/tests/CMakeLists.txt
+++ bindings/python/tests/CMakeLists.txt
@@ -32,11 +32,11 @@
set(RUN_PYTHON_TESTS FALSE)
endif()
-# AArch64 and Hexagon have known test failures that need to be
+# AArch64, Hexagon, and Sparc have known test failures that need to be
# addressed.
# SystemZ has broken Python/FFI interface:
# https://reviews.llvm.org/D52840#1265716
-if(${LLVM_NATIVE_ARCH} MATCHES "^(AArch64|Hexagon|SystemZ)$")
+if(${LLVM_NATIVE_ARCH} MATCHES "^(AArch64|Hexagon|Sparc|SystemZ)$")
set(RUN_PYTHON_TESTS FALSE)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60046.194144.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190408/9d026f77/attachment.bin>
More information about the cfe-commits
mailing list