aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-01When no FileCheck binary is specified, look in the llvm/clang binJason Molenda1-0/+32
2018-10-12[dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar1-4/+8
2018-09-18Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar1-0/+7
2018-08-16[dotest] Make --test-subdir work with --no-multiprocessVedant Kumar1-6/+11
2018-08-16Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton1-0/+13
2018-07-10[testsuite] Implement a category to skip libstdcxx testsDavide Italiano1-0/+18
2018-05-09[lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova1-2/+2
2018-05-07Test Commit: fix a comment to be grammatically correctStella Stamenova1-1/+1
2018-04-24[dotest] Make the set of tests independent of the test configurationPavel Labath1-0/+17
2018-04-12[dotest] Fix syntax error and typo.Jonas Devlieghere1-1/+1
2018-04-12[dotest] Use in-tree dsymutil on DarwinJonas Devlieghere1-0/+6
2018-04-05[dotest] --skip-category should append and not override.Davide Italiano1-1/+1
2018-03-08[test] Skip a test when using an out-of-tree debugserverVedant Kumar1-0/+3
2018-02-02Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl1-8/+0
2018-02-01Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl1-2/+11
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl1-0/+13
2018-01-26[lldbtestsuite] Don't crash on `None` input for is_exe().Davide Italiano1-0/+2
2018-01-10[dotest] Remove crashinfo hookPavel Labath1-1/+0
2017-10-24Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath1-5/+1
2017-10-23[lldbtests] Handle errors instead of crashing.Davide Italiano1-1/+5
2017-03-29Centralize libc++ test skipping logicPavel Labath1-0/+25
2017-03-20Fix remote test suite directory creationPavel Labath1-2/+9
2017-03-17allow for specification of compiler/lldb executables basenameTim Hammerquist1-0/+4
2017-03-17executables should be validated before spawning subprocessesTim Hammerquist1-2/+14
2017-03-15dotest.py: remove the ability to specify different architectures/compilers in...Pavel Labath1-128/+87
2017-03-14[CMake] Override debugserver to use the build tree on DarwinChris Bieneman1-0/+3
2016-10-31[Test-Suite] Speculative fix for darwin botsChris Bieneman1-2/+2
2016-10-31[Test Suite] Properly respect --framework optionChris Bieneman1-0/+3
2016-10-21[Test Suite] Allow overriding codesign identityChris Bieneman1-0/+2
2016-10-12Fix lookup path for lldb-miChris Bieneman1-6/+7
2016-10-04Improvements to testing blacklistFrancis Ricci1-22/+14
2016-09-23Allow for tests to be disabled at runtimeFrancis Ricci1-1/+51
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-105/+240
2016-05-17Allow custom formatting of session log file names.Zachary Turner1-0/+1
2016-05-16test: remove use of undefined variablesSaleem Abdulrasool1-2/+1
2016-05-16test: add missing splatSaleem Abdulrasool1-1/+1
2016-05-16test: add missing parameterSaleem Abdulrasool1-1/+1
2016-05-13test infra: catch bad decorators and import-time errorsTodd Fiala1-54/+79
2016-05-05fix argument usage for '-#' command line optionTodd Fiala1-1/+1
2016-04-25Store absolute path for lldb executable in dotest.pyFrancis Ricci1-1/+1
2016-04-20test infra: move test event-related handling into its own packageTodd Fiala1-10/+8
2016-03-22Unicode support on Win32.Zachary Turner1-1/+1
2016-03-10Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.Adrian McCarthy1-11/+0
2015-12-16Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata1-1/+1
2015-12-15test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala1-1/+1
2015-12-14test infra: enable single-worker rerun phase for flakey tests.Todd Fiala1-0/+1
2015-12-14Make debug info specification use categories system.Zachary Turner1-17/+0
2015-12-12test infra: adds book-keeping for rerunnable testsTodd Fiala1-0/+3
2015-12-11Revert "Revert "Turn on new test summary results by default.""Todd Fiala1-0/+6
2015-12-11Remove -S option from dotest.py.Zachary Turner1-3/+0