History log of /external/llvm/bindings/python/llvm/tests/base.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a8d873e178d45024db9c0ef6a25c6867424785f7 21-Mar-2012 Anders Waldenborg <anders@0x63.nu> [python] Add some paths where to find test binary

Adds /usr/lib/debug early to list, as some systems (debian) have unstripped libs in there
Adds /lib/i386-linux-gnu for systems that does multiarch (debian)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153174 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/base.py
359595413071ff706b484a875a23a4a7d1508f50 21-Mar-2012 Anders Waldenborg <anders@0x63.nu> [python] Mark get_test_binary as not being a test

get_test_binary is a helper method, not a test, make sure nosetests
doesn't pick it up as a test.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153173 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/base.py
61e22cd85cd4c84fff391da67018c92bf21a8e19 10-Mar-2012 Gregory Szorc <gregory.szorc@gmail.com> [llvm.py] Implement interface to object files

It is now possible to load object files and scan over sections, symbols,
and relocations! Includes test code with partial coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152482 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/bindings/python/llvm/tests/base.py