summaryrefslogtreecommitdiffstats
path: root/lldb/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+16
* Get test executables compiling on Windows.Zachary Turner2014-08-131-0/+15
* Force trace on system() failure on FreeBSD while tracking down buildbot issuesEd Maste2014-08-051-1/+6
* Make the test runner understand Windows command shell execution.Zachary Turner2014-07-221-13/+15
* Added two new test types: @debugserver_test and @llgs_test.Todd Fiala2014-04-281-0/+34
* Remove duplication in expectedFailure* decoratorsEd Maste2014-04-231-269/+42
* Use libc++ on FreeBSD as on DarwinEd Maste2014-04-011-2/+11
* Use libc++ on FreeBSD as on DarwinEd Maste2014-02-021-1/+1
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+10
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-2/+10
* Added two new test case decorator functions: @skipIfRemote and @skipIfRemoteD...Greg Clayton2013-12-051-0/+28
* Remove print statement when successfully setting the platform's working direc...Greg Clayton2013-12-031-1/+0
* Fixed internal code to not link against and code from "lldb/API/*". Greg Clayton2013-12-021-1/+4
* Improved platform support.Greg Clayton2013-11-231-0/+10
* Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec2013-09-261-0/+36
* Add support for TestPluginComands on Linux. Also, rework makefile dsym target.Matt Kopec2013-09-251-4/+33
* test: Handle libc++ shared lib name on FreeBSDEd Maste2013-09-091-0/+6
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+74
* Centralizing Intel compiler detection logic in lldbtest.py to avoid duplicati...Daniel Malea2013-08-061-0/+4
* Allow building test suite with non-default libc++Daniel Malea2013-08-061-1/+19
* Use -Wl to specify -rpath correctly.Stefanus Du Toit2013-07-301-1/+1
* tests: Build test code on FreeBSD the same way as on LinuxEd Maste2013-07-251-1/+1
* Fix test execution on FreeBSD versions other than 9.xEd Maste2013-07-251-0/+2
* Add expectedFailureFreeBSD test wrapperEd Maste2013-07-241-0/+36
* Update exception to match decorator nameEd Maste2013-07-091-1/+1
* Add TestConcurrentEvents test for LLDB's handling of inferior threadsDaniel Malea2013-07-091-0/+16
* Skip tests that hang on FreeBSDEd Maste2013-06-251-0/+15
* <rdar://problem/14134716>Enrico Granata2013-06-171-4/+4
* Don't set stdin to devnull for forked processesAndrew Kaylor2013-06-071-1/+0
* Reworked the routine that qualifies the tool-chain for expected failures to h...Ashok Thirumurthi2013-06-061-5/+15
* Add test cases for attaching to a process after forkDaniel Malea2013-06-051-0/+31
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+23
* Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail.Ashok Thirumurthi2013-05-171-8/+34
* Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py.Ashok Thirumurthi2013-05-171-0/+2
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-2/+2
* Need to add the LLDB.framework directory to the rpath for the driver programs...Jim Ingham2013-05-151-1/+1
* Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++Daniel Malea2013-05-141-0/+18
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+36
* Fix typo in C++11 flag for the GCC 4.6 code path: missing '-'Daniel Malea2013-05-061-1/+1
* Fix check_public_api_headers test on mac os x, and refactor some logic into l...Daniel Malea2013-05-021-0/+61
* Add icc support to the test suiteMatt Kopec2013-03-151-0/+51
* Fixed test suite errors due to new clang -v output.Greg Clayton2013-03-061-5/+1
* Fix the getCompilerVersion() function to do the right thing with clang 5.0 wh...Greg Clayton2013-02-281-1/+1
* Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harnessDaniel Malea2013-02-271-2/+20
* This should get clang/gcc decorators workingEnrico Granata2013-02-231-19/+44
* Fixing issues in previous checkin - still figuring out how to make expectedFa...Enrico Granata2013-02-231-73/+73
* <rdar://problem/12362092>Enrico Granata2013-02-231-66/+116
* Make the lldbtest tear down routine a little less error proneDaniel Malea2013-02-221-6/+8
* Minor test runner improvemenstDaniel Malea2013-02-191-5/+24
* Fix misuse of python subprocess module (caused "leaking" processes and garbli...Daniel Malea2013-02-151-0/+28
OpenPOWER on IntegriCloud