History log of /external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b30525922628ac36632374a2d73b7412073e849 25-Jul-2013 Ed Maste <emaste@freebsd.org> tests: Build test code on FreeBSD the same way as on Linux



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187155 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
9c57067cd46455cf68e41c25a58c33ef529203c7 02-May-2013 Daniel Malea <daniel.malea@intel.com> Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py
- moved build logic from Makefile and TestPublicAPIHeaders.py into lldbtest to allow reuse
- added decorator @skipIfi386



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180955 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
d9d3692db04b9d652d5d71bfc380a502589c594e 22-Feb-2013 Daniel Malea <daniel.malea@intel.com> Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175822 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
a964b09dd5fdcd00890cf65df6bf1aa931f1d11d 20-Feb-2013 Matt Kopec <Matt.Kopec@intel.com> Fix TestPublicAPIHeaders test on Linux.
-Change the build_dir variable name to lib_dir
-Set lib_dir to the correct location on Linux
-Set LD_EXTRAS to the actual lldb library


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175664 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
9729189313bb2bbc894e1fdc624d20ac65157729 24-Jan-2013 Daniel Malea <daniel.malea@intel.com> Skip 32-bit testing of check_public_api_headers (on all platforms, not just Mac OS X)
- since the test program needs to link with LLDB, the test is invalid in 32-bit mode.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@173372 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
0f95dda5f0b6b22e0ea2661a58fbc4ae20f9441b 30-May-2012 Filipe Cabecinhas <me@filcab.net> Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157678 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
68687f50e278727ee89202eeb2b159034e55e202 22-Dec-2011 Johnny Chen <johnny.chen@apple.com> Patches for running some of the Linux tests from Dawn, thanks!
With some minor modification from me.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@147160 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
abb3302051246273eb92cca203c9a1b9d9736e05 08-Nov-2011 Greg Clayton <gclayton@apple.com> Moved many of the "settings" that used to be in "target.process.*" to just
be in the target. All of the environment, args, stdin/out/err files, etc have
all been moved. Also re-enabled the ability to launch a process in a separate
terminal on MacOSX.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144061 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
c5bf375f433d9006d1d1d3aae35fac24fb8b5510 04-Aug-2011 Johnny Chen <johnny.chen@apple.com> Remove an extra 'for' in the comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136918 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
62d527ebcc7f55c8ad10e9d692cf69a881fb933a 04-Aug-2011 Johnny Chen <johnny.chen@apple.com> Add a test to check the integrity of the lldb public api directory containing SB*.h headers.

There should be nothing unwanted there and a simpe main.cpp (generated from main.cpp.template)
which includes SB*.h should compile and link with the LLDB framework.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136894 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py