]> granicus.if.org Git - clang/commitdiff
[tests] Remove Python tests from check-all due to breakage
authorMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 17:25:05 +0000 (17:25 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 11 Oct 2018 17:25:05 +0000 (17:25 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344260 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/tests/CMakeLists.txt

index 860db4e997d7a23f4d1bf6585db17769cc738e42..52b20a3100d588821e2b976668d519af6ab07078 100644 (file)
@@ -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)