r241407 - Document problems when trying libclang tests on Windows 7.

Yaron Keren yaron.keren at gmail.com
Sun Jul 5 10:53:01 PDT 2015


Author: yrnkrn
Date: Sun Jul  5 12:53:00 2015
New Revision: 241407

URL: http://llvm.org/viewvc/llvm-project?rev=241407&view=rev
Log:
Document problems when trying libclang tests on Windows 7.


Modified:
    cfe/trunk/unittests/CMakeLists.txt

Modified: cfe/trunk/unittests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/CMakeLists.txt?rev=241407&r1=241406&r2=241407&view=diff
==============================================================================
--- cfe/trunk/unittests/CMakeLists.txt (original)
+++ cfe/trunk/unittests/CMakeLists.txt Sun Jul  5 12:53:00 2015
@@ -23,7 +23,8 @@ add_subdirectory(Format)
 add_subdirectory(Rewrite)
 add_subdirectory(Sema)
 add_subdirectory(CodeGen)
-# FIXME: Why are the libclang unit tests disabled on Windows?
+# FIXME: libclang unit tests are disabled on Windows due
+# to failures, mostly in libclang.VirtualFileOverlay_*.
 if(NOT WIN32) 
   add_subdirectory(libclang)
 endif()





More information about the cfe-commits mailing list