summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2018-10-11 17:25:05 +0000
committerMichal Gorny <mgorny@gentoo.org>2018-10-11 17:25:05 +0000
commit12e1df2f19982eeb2b75f4135e98e8745b3ce1db (patch)
treecfac07fca3de5444efc3ac83845a82eb3f38b467 /clang/bindings/python
parent20ea72476c31f96ee526b06f050aef05956be9fd (diff)
downloadbcm5719-llvm-12e1df2f19982eeb2b75f4135e98e8745b3ce1db.tar.gz
bcm5719-llvm-12e1df2f19982eeb2b75f4135e98e8745b3ce1db.zip
[tests] Remove Python tests from check-all due to breakage
Remove the Python tests from default target in order to fix two kinds of breakage uncovered by enabling them: one failing test on Linux, and problem with the test command on Windows. Both to be addressed in followup revisions. llvm-svn: 344260
Diffstat (limited to 'clang/bindings/python')
-rw-r--r--clang/bindings/python/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/bindings/python/tests/CMakeLists.txt b/clang/bindings/python/tests/CMakeLists.txt
index 860db4e997d..52b20a3100d 100644
--- a/clang/bindings/python/tests/CMakeLists.txt
+++ b/clang/bindings/python/tests/CMakeLists.txt
@@ -5,4 +5,4 @@ add_custom_target(check-clang-python
DEPENDS libclang
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
-set_property(GLOBAL APPEND PROPERTY LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
+#set_property(GLOBAL APPEND PROPERTY LLVM_ADDITIONAL_TEST_TARGETS check-clang-python)
OpenPOWER on IntegriCloud