summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix TestMixedDwarfBinary.pyPavel Labath2018-01-311-1/+1
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfDavide Italiano2018-01-314-0/+70
* Fix TestTargetSymbolsAddCommand makefilePavel Labath2018-01-311-4/+5
* Revert "[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf"Davide Italiano2018-01-314-70/+0
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfAlexander Shaposhnikov2018-01-304-0/+70
* Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl2018-01-304-6/+18
* PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.Vedant Kumar2018-01-301-0/+1
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-302-5/+7
* Rewrite this test not to use pexpect.Jim Ingham2018-01-301-70/+41
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-30175-617/+726
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-304-1/+8
* One more TestGDBRemoteClient/windows fixPavel Labath2018-01-301-2/+3
* Fix TestGDBRemoteClient on windowsPavel Labath2018-01-301-2/+3
* Skip TestWithModuleDebugging on i386 linux (pr36146)Pavel Labath2018-01-301-0/+1
* dotest: Apply --skip-categories to debug info categoriesVedant Kumar2018-01-301-1/+1
* [test-suite] UNXfail several tests that now pass locally.Davide Italiano2018-01-292-5/+0
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-294-4/+518
* [lldbtestsuite] Don't crash on `None` input for is_exe().Davide Italiano2018-01-261-0/+2
* gmodules XFAIL two more tests that only fail for android (pr36109)Pavel Labath2018-01-262-0/+2
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-262-2/+5
* [test] Fix a test that never compiled under -fmodulesVedant Kumar2018-01-251-5/+0
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-2511-11/+22
* Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from itAdrian Prantl2018-01-232-5/+5
* [lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation byLang Hames2018-01-223-0/+71
* Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]Pavel Labath2018-01-221-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-19413-621/+639
* A third attempt to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-1/+3
* Try again to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-3/+7
* Skip a flaky test (TestRdar12408181.py)Vedant Kumar2018-01-171-1/+3
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-3/+1
* Fix the Makefile - this version should work on the botJim Ingham2018-01-121-4/+3
* Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)Vedant Kumar2018-01-121-1/+7
* 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
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-15/+14
* 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
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-14/+15
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-15/+14
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-0/+31
* [dotest] Remove crashinfo hookPavel Labath2018-01-104-102/+0
* TestConflictingSymbols: simplify test by using run_break_set_by_source_regexpPavel Labath2018-01-091-14/+8
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* Look for external types in all clang modules imported by the current symbol f...Adrian Prantl2018-01-047-0/+51
* Enable TestReadMemCString on non-darwin targetsPavel Labath2017-12-222-11/+4
* Change SBProcess::ReadCStringFromMemory() back to returningJason Molenda2017-12-224-1/+82
OpenPOWER on IntegriCloud