summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Align debugserver with lldb-server on DarwinStefan Granitz2019-07-201-1/+8
* [CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz2019-07-181-14/+21
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-2/+2
* [CMake] Fix subtle CMake bugAlex Langford2019-04-291-1/+1
* [CMake] Make lldb-test-deps a dependency of check-lldbJonas Devlieghere2019-02-131-0/+3
* [CMake] Fix lldb-test-depends targetJonas Devlieghere2019-01-171-1/+0
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-1/+2
* [CMake] Streamline code signing for debugserver #2Stefan Granitz2019-01-041-4/+4
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-271-2/+2
* [CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz2018-11-201-2/+2
* Fix some issues with LLDB's lit configuration files.Zachary Turner2018-11-191-0/+6
* TypoAdrian Prantl2018-11-161-1/+1
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-0/+1
* Fix typoAdrian Prantl2018-08-271-1/+1
* Revert "[ASTImporter] Add test for IfStmt"Raphael Isemann2018-08-152-68/+0
* [ASTImporter] Add test for IfStmtRaphael Isemann2018-08-152-0/+68
* Modify lldb_suite.py to enable python debuggingAlex Langford2018-08-031-1/+3
* [CMake] Move some variables aroundJonas Devlieghere2018-07-041-2/+2
* [test] Fix --framework argument passed to dotest.Jonas Devlieghere2018-05-291-1/+1
* [CMake] Unify and relayer testingJonas Devlieghere2018-05-032-103/+4
* Revert "[lit] Replace generator expressions in lit.site.cfg"Jonas Devlieghere2018-05-011-12/+0
* [lit] Replace generator expressions in lit.site.cfgJonas Devlieghere2018-05-011-0/+12
* [CMake] Gate 'dsymutil' dependencyJonas Devlieghere2018-04-231-2/+2
* [lit] Generate a single lit cfg file for tests that require dotest.pyJonas Devlieghere2018-04-211-15/+45
* [LIT] Have lit run the lldb test suiteJonas Devlieghere2018-04-181-5/+12
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-1/+2
* [test] Exit lldb-dotest in a more Pythonic way.Jonas Devlieghere2018-04-021-4/+2
* [lldb-dotest] Don't swallow error exit codes.Davide Italiano2018-03-301-1/+3
* [dotest] Use subprocess.call to forward arguments in wrapperJonas Devlieghere2018-03-212-14/+11
* [lldb-dotest] Wrap arguments in single quotesJonas Devlieghere2018-03-201-2/+6
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-2/+0
* [test] cmake: Ensure liblldb builds before tests runVedant Kumar2018-03-151-0/+4
* [dotest] Rename llvm-dotest -> lldb-dotest and make it a custom targetJonas Devlieghere2018-03-142-4/+7
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+4
* [test] Add dotest wrapperJonas Devlieghere2018-03-052-2/+31
* [testsuite] Run lit tests as part of `check-lldb`.Davide Italiano2018-02-211-0/+3
* [cmake] Darwin: Copy in the system debugserver if neededVedant Kumar2018-02-131-11/+0
* CMake: fix build directory name in clean ruleAdrian Prantl2018-02-051-1/+1
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-021-1/+6
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-0/+4
* [lldb] Generic base for testing gdb-remote behaviorPavel Labath2018-01-291-0/+4
* [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''Vedant Kumar2018-01-181-2/+15
* [CMake] darwin-debug is an hard dependency for tests on macOS.Davide Italiano2017-12-151-0/+5
* Add a dependency from check-lldb on lldStephane Sezer2017-11-061-0/+9
* [CMake] Build clang as dependency when using in-tree clang for tests.Davide Italiano2017-10-271-0/+6
* Default to using in-tree clang for building test executablesPavel Labath2017-10-271-9/+1
* cmake build needs to run tests AND collect resultsTim Hammerquist2017-07-181-7/+7
* [CMake] Override debugserver to use the build tree on DarwinChris Bieneman2017-03-141-0/+9
* test: pass correct objcopy and ar paths to the test runnerPavel Labath2017-03-011-5/+5
* [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman2016-12-151-5/+0
OpenPOWER on IntegriCloud