summaryrefslogtreecommitdiffstats
path: root/lldb/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* Add a new 'stresstest' category, set the api/multiple-debuggers test case as ...Jason Molenda2014-07-101-1/+2
* Remove hack from dotest.py to fix extra output on -P command, and fix MacOSX ...Todd Fiala2014-07-081-4/+6
* Enable multi-process testing for MacOSX.Todd Fiala2014-07-081-2/+3
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Added two new test types: @debugserver_test and @llgs_test.Todd Fiala2014-04-281-0/+9
* Add errno import missed in r205246Ed Maste2014-04-011-0/+1
* Workaround test trace output dir creation race conditionEd Maste2014-03-311-1/+5
* Fixed b18655: cleaned up script interpreter file reference handling.Todd Fiala2014-01-301-2/+5
* Handle LLDB_LIB_DIR on FreeBSD as on LinuxEd Maste2014-01-181-1/+1
* Having binary files in a repository is not a good thingEnrico Granata2013-12-121-5/+27
* <rdar://problem/15640353>Enrico Granata2013-12-121-0/+20
* test: Fix punctuation in exceptions for log env varsEd Maste2013-11-251-3/+3
* Improved platform support.Greg Clayton2013-11-231-34/+56
* <rdar://problem/15144376>Enrico Granata2013-10-291-1/+2
* This is the last piece of work for "formats in categories": we now cache form...Enrico Granata2013-10-171-1/+1
* Enabling 32-bit tests for clang on Linux by default (ie. for the buildbot.).Matt Kopec2013-09-301-6/+6
* Improve stability of Linux ProcessMonitor by not using fds for synchronization:Daniel Malea2013-09-161-0/+14
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-2/+20
* Allow building test suite with non-default libc++Daniel Malea2013-08-061-0/+4
* Allow test categories to be skipped.Stefanus Du Toit2013-08-011-12/+34
* Fix problematic override _exc_info_to_stringDaniel Malea2013-07-301-4/+6
* Fix python 2.6 compatibility issue introduced by r184615Daniel Malea2013-07-031-8/+17
* More useful printout of arguments after the recent changes to support LLDB_TE...Enrico Granata2013-06-291-1/+1
* Skip dsym tests also on FreeBSDEd Maste2013-06-251-1/+1
* Test suite support for setting arguments through the environmentEnrico Granata2013-06-221-1/+11
* Huge speedup for testsuite categoriesEnrico Granata2013-06-191-0/+4
* Adding a "cmdline" category to the test suiteEnrico Granata2013-06-181-1/+2
* Find 'ps' command using which() rather than invoking directlyDaniel Malea2013-05-301-1/+1
* Making it possible to specify a substring for a category name as long as the ...Enrico Granata2013-05-071-2/+16
* New test suite option (-T)Enrico Granata2013-04-111-1/+10
* When specifying a relative path for the --framework option to dotest.py, Pyth...Enrico Granata2013-04-111-0/+2
* Minor LLDB test improvementsDaniel Malea2013-03-131-8/+10
* Fix issue that causes linux buildbots to ignore errorsDaniel Malea2013-03-071-5/+5
* <rdar://problem/13289828>Enrico Granata2013-02-271-1/+8
* Fix the .categories, it had "dataformatter" not "dataformatters".Jim Ingham2013-02-251-1/+2
* <rdar://problem/12362092>Enrico Granata2013-02-231-6/+6
* Fix TestPublicAPIHeaders test on Linux.Matt Kopec2013-02-201-3/+3
* Fix a bug that causes dotest.py to exit with a passing exit-code, even if som...Daniel Malea2013-02-201-1/+3
* Make the progress bar opt in (using the -P option.)Jim Ingham2013-02-191-5/+7
* Include a small argparse compatibility layer for Python < 2.7Filipe Cabecinhas2013-02-161-2/+6
* Improve test harness for the buildbotsDaniel Malea2013-02-151-14/+62
* Daniel Malea caught an issue where calling dotest.py with an invalid director...Enrico Granata2013-02-151-1/+5
* The new progress bar mode was losing us information compared to the old dots ...Enrico Granata2013-02-091-1/+1
* <rdar://problem/13176279>Enrico Granata2013-02-081-0/+28
* Unset the environment variables as soon as possible when running the test sui...Greg Clayton2013-02-081-18/+9
* Fix bug in test harness to allow running dotest.py without "--executable" fla...Daniel Malea2013-02-061-1/+3
* Fix lldb -P on LinuxDaniel Malea2013-01-041-0/+2
* Added an SBAPI to get the PythonPath (if the Host knows how to do that). And...Jim Ingham2012-12-211-26/+48
* Fixing the -f option so that one specify multiple filters, e.g.Enrico Granata2012-12-141-3/+3
* Skip dsym tests on LinuxDaniel Malea2012-11-201-1/+1
OpenPOWER on IntegriCloud