summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* dotest.py: Add option to pass extra lldb settings to dotestAdrian Prantl2020-01-141-9/+16
* [lldb][tests] Make it possible to expect failure for a whole categoryTatyana Krasnukha2020-01-101-0/+4
* [lldb][tests][NFC] Unify variable naming conventionTatyana Krasnukha2020-01-101-28/+28
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb][dotest] Add `#include <algorithm>` to libc++ detectionJordan Rupprecht2019-12-111-1/+1
* [lldb][dotest] Improve libc++ detectionJordan Rupprecht2019-12-111-3/+10
* [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILsMichał Górny2019-11-181-2/+9
* [test] Use a different module cache for Shell and API tests.Jonas Devlieghere2019-10-101-4/+11
* DWIMy filterspecs for dotest.pyLawrence D'Anna2019-10-081-18/+26
* [dotest] Finish removing -qPavel Labath2019-08-301-1/+1
* [test] Fix various module cache bugs and inconsistenciesJonas Devlieghere2019-08-291-14/+19
* [dotest] Remove deprecated loggin through env variables.Jonas Devlieghere2019-08-291-72/+0
* [dotest] Remove the curses result formatter.Jonas Devlieghere2019-08-291-6/+0
* [dotest] Make dotest.py invocation repeatableJonas Devlieghere2019-08-281-7/+7
* [dotest] Remove --event-add-entriesJonas Devlieghere2019-08-281-18/+0
* [dotest] Remove --rerun-max-file-thresholdJonas Devlieghere2019-08-281-1/+0
* [dotest] Centralize and simplify session dir logic (NFC)Jonas Devlieghere2019-08-281-24/+11
* [dotest] Remove outdates TODOJonas Devlieghere2019-08-281-1/+0
* [dotest] Don't try to guess the lldb binary & python dir.Jonas Devlieghere2019-08-281-94/+17
* [dotest] Don't try to guess the llvm binary dir.Jonas Devlieghere2019-08-281-35/+0
* [dotest] Don't spend time replacing spaces in print output.Jonas Devlieghere2019-08-281-8/+0
* [dotest] Remove -q (quiet) flag.Jonas Devlieghere2019-08-281-15/+7
* [dotest] Remove check for LLDB_TESTSUITE_FORCE_FINISHJonas Devlieghere2019-08-271-6/+0
* [dotest] Remove results portJonas Devlieghere2019-08-271-10/+0
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-7/+0
* [dotest] Print invocation when encountering an error.Jonas Devlieghere2019-08-261-2/+6
* [dotest] Don't set the DWARF version override in CFLAGS_EXTRA.Jonas Devlieghere2019-08-201-5/+4
* [dotest] Add --dwarf-version to override the tested DWARF version.Jonas Devlieghere2019-08-191-2/+8
* Update Python tests for lldb-server on WindowsAaron Smith2019-08-141-2/+2
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-301-72/+4
* [dotest] Remove dead codeJonas Devlieghere2019-07-261-43/+2
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-231-1/+3
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-191-18/+1
* [dotest] Add the ability to set environment variables for the inferior.Jonas Devlieghere2019-06-261-0/+3
* [lldb] [test] Watchpoint tests can be always run as root on NetBSDMichal Gorny2019-06-171-0/+2
* [lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabledMichal Gorny2019-06-171-0/+25
* Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton2019-03-211-2/+1
* Add ASAN llvm build directory variants toJason Molenda2019-03-081-0/+3
* [Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano2019-01-101-4/+5
* When no FileCheck binary is specified, look in the llvm/clang binJason Molenda2018-11-011-0/+32
* [dotest] Make a missing FileCheck binary a warning, not an errorVedant Kumar2018-10-121-4/+8
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-0/+7
* [dotest] Make --test-subdir work with --no-multiprocessVedant Kumar2018-08-161-6/+11
* Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...Greg Clayton2018-08-161-0/+13
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-101-0/+18
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-091-2/+2
* Test Commit: fix a comment to be grammatically correctStella Stamenova2018-05-071-1/+1
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-241-0/+17
* [dotest] Fix syntax error and typo.Jonas Devlieghere2018-04-121-1/+1
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-121-0/+6
OpenPOWER on IntegriCloud