MathieuDuponchelle added a comment.

I get tons of errors when running these tests with python 3 (version 3.4.3) 
with a fresh build of clang and llvm. The number of failures vs errors vary 
wildly between each invocation, the number of total failures + errors stays the 
same, which led me to think there was some sort of memory corruption.

Running the tests under valgrind make them pass, but also shows errors which I 
assume are ctypes-related.

This is valgrind's output for ` 
LD_LIBRARY_PATH=/home/meh/devel/sandbox/llvm/build/lib valgrind python3 -m nose 
tests.cindex.test_cursor:test_get_template_argument_value` as an example

F2616611: valgrind_output.txt <https://reviews.llvm.org/F2616611>


Repository:
  rL LLVM

https://reviews.llvm.org/D26082



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to