summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [testsuite] Skip a flakey test.Davide Italiano2018-02-051-0/+1
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-02-051-0/+1
* [lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.Davide Italiano2018-02-051-1/+0
* Skip TestTargetSymbolsSepDebugSymlink on remote targetsPavel Labath2018-02-051-0/+1
* TestLinuxCore -- add a check for thread namePavel Labath2018-02-051-10/+19
* [test] Un-XFAIL TestRaise.RaiseTestCase.test_restart_bugJonas Devlieghere2018-02-051-4/+0
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-055-41/+29
* Resolve binary symlinks before finding its separate .debug fileJan Kratochvil2018-02-053-0/+45
* Fix upper->lower case for /usr/lib/debug/.build-id/**.debugJan Kratochvil2018-02-053-0/+44
* Add the ability to restrict the breakpoint to a moduleJim Ingham2018-02-021-4/+13
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-022-9/+1
* Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl2018-02-011-2/+11
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-012-52/+58
* Extend windows->android XFAIL on TestLoadUnloadPavel Labath2018-02-011-2/+0
* mock_gdb_server: rectify ack handling codePavel Labath2018-02-011-11/+3
* replace os.mkdirs with lldbutil.mkdir_p (NFC)Adrian Prantl2018-01-312-4/+2
* 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
OpenPOWER on IntegriCloud