summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-88/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-261-2/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+0
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-1/+3
* Don't let a test fail because of a teardown command returning an error. Use a...Greg Clayton2015-07-101-3/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* TestPublicAPIHeaders.py - Changed expectedFailureDarwin to skipIfDarwinVince Harron2015-05-121-1/+2
* Working on getting the OSX build greenVince Harron2015-05-121-0/+1
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-3/+3
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-3/+3
* Fix lld command on Windows for many tests.Adrian McCarthy2015-03-271-0/+1
* In some cases, the LLDB test suite will be run on a built framework with no s...Enrico Granata2014-10-061-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+3
* tests: Build test code on FreeBSD the same way as on LinuxEd Maste2013-07-251-1/+1
* Fix check_public_api_headers test on mac os x, and refactor some logic into l...Daniel Malea2013-05-021-12/+4
* Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that ...Daniel Malea2013-02-211-8/+4
* Fix TestPublicAPIHeaders test on Linux.Matt Kopec2013-02-201-4/+4
* Skip 32-bit testing of check_public_api_headers (on all platforms, not just M...Daniel Malea2013-01-241-2/+2
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+2
* Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env varFilipe Cabecinhas2012-05-301-2/+2
* Patches for running some of the Linux tests from Dawn, thanks!Johnny Chen2011-12-221-1/+9
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-2/+2
* Remove an extra 'for' in the comment.Johnny Chen2011-08-041-1/+1
* Add a test to check the integrity of the lldb public api directory containing...Johnny Chen2011-08-041-0/+94
OpenPOWER on IntegriCloud