summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/macosx
Commit message (Expand)AuthorAgeFilesLines
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-091-6/+5
* Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl2018-01-301-1/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3017-126/+66
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-198-12/+13
* Fix the Makefile - this version should work on the botJim Ingham2018-01-121-4/+3
* Print the SBDebugger.CreateTarget error message.Jim Ingham2018-01-121-1/+3
* Fix the same thinko in another place...Jim Ingham2018-01-111-1/+1
* Fix a tiny thinko in this test and re-add.Jim Ingham2018-01-114-0/+120
* [testsuite] Remove a broken test which tried to find App in bundles.Davide Italiano2018-01-115-119/+0
* Make the bundle folders in the find-app-in-bundle test non-emptyPavel Labath2018-01-112-0/+0
* Running this on other systems won't work because I don'tJim Ingham2018-01-101-0/+1
* Runs the part of the test that just finds the binary on all systems.Jim Ingham2018-01-101-13/+14
* Add a test for finding a binary in an app package.Jim Ingham2018-01-105-0/+117
* [MacOSX/Queues] Relax an overly aggressive assertion in a test.Davide Italiano2017-12-151-1/+2
* [test-suite] Un'XFAIL a test that's not failing anymore.Davide Italiano2017-12-111-1/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-255-4/+34
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-255-34/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-225-4/+34
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-215-34/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-215-4/+34
* Change how LocateDSYMInVincinityOfExecutable strips off pathJason Molenda2017-06-1510-0/+298
* Back to xfailing this. For some reason on our buildbotsJason Molenda2017-03-081-0/+1
* TestQueues should be passing again, remove the expected fail.Jason Molenda2017-03-081-1/+0
* Clean up the new TestInterruptThreadNames test a bit.Jason Molenda2016-12-081-23/+39
* When we interrupt a process, it was possible or the thread namesJason Molenda2016-12-083-0/+180
* xfail TestQueues on macOSTodd Fiala2016-10-061-0/+1
* TestQueues could error out because the one second sleep main.c wasJason Molenda2016-09-132-3/+6
* xfail TestQueues.py and TestDarwinLogFilterMatchMessage.pyTodd Fiala2016-09-121-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-068-226/+391
* This test now succeeds.Jim Ingham2016-08-271-1/+0
* Fix TestDarwinNSLogOutput for windowsPavel Labath2016-07-151-1/+1
* adjust one of the NSLog output tests to only run on macOS 10.12+Todd Fiala2016-07-151-0/+7
* removed darwin_log.py file from previous check-inTodd Fiala2016-07-141-139/+0
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-144-0/+304
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-182-1/+63
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-047-4/+14
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-037-7/+7
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-037-13/+13
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2826-0/+1097
OpenPOWER on IntegriCloud