summaryrefslogtreecommitdiffstats
path: root/lldb/test/dotest.py
Commit message (Expand)AuthorAgeFilesLines
* Compute svn_info for git-svn bridge, too.Johnny Chen2011-06-241-2/+6
* Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead o...Johnny Chen2011-06-211-1/+1
* Set LLDB_SESSION_DIRNAME to absolute pathPeter Collingbourne2011-06-201-1/+1
* Modify TestHelp to search for LLDB-Info.plist in the correct placePeter Collingbourne2011-06-201-0/+5
* Have dotest.py search for test cases in its own directory by default,Peter Collingbourne2011-06-201-2/+2
* Fix typo: curret -> currentPeter Collingbourne2011-06-141-1/+1
* Let's also stick the svn info for the base directory into a file underJohnny Chen2011-05-171-1/+15
* For a test with unexpected success status, we also dump its session info into...Johnny Chen2011-05-061-2/+12
* Docstring.Johnny Chen2011-04-261-2/+2
* Docstring changees.Johnny Chen2011-04-261-1/+2
* Simplify the parsing of ARCH and Compiler specs.Johnny Chen2011-04-261-10/+2
* Use self.TraceOn() API.Johnny Chen2011-04-211-2/+2
* Have "-h" print just the command arguments, and "-h -v" print the examples as...Jim Ingham2011-04-131-2/+11
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-2/+2
* As a simple measure, output the lldb version and the svn info forJohnny Chen2011-03-171-1/+4
* Add pexpect-2.4 (a pure Python module for controlling and automating other pr...Johnny Chen2011-03-111-2/+7
* Add a mechanism to discover the full path of the 'lldb' program into the test...Johnny Chen2011-03-111-6/+59
* Add the ability for the test suite to specify a list of compilers and a list ...Johnny Chen2011-03-041-30/+58
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-2/+2
* Don't enable thread safe logging as it currently deadlocks logging.Greg Clayton2011-02-221-2/+2
* Make logs threadsafe (add the -t option) when logging API stuff.Greg Clayton2011-02-221-2/+2
* Refactored the test driver to abstract out the Python sys.path specification forJohnny Chen2011-02-151-12/+13
* Added support for Xcode 4 build directories.Greg Clayton2011-02-141-0/+12
* Added comment.Johnny Chen2011-01-291-1/+1
* Add a "-D" option to the test driver which dumps the Python sys.path variableJohnny Chen2011-01-291-0/+11
* Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example:Johnny Chen2011-01-261-0/+16
* Print out the command line used to invoke the test suite so I don't get confusedJohnny Chen2011-01-191-0/+8
* Added special logic to faciliate profiling the test suite run with the cProfi...Johnny Chen2011-01-191-1/+4
* Properly indent the short description of the test case to make it align with theJohnny Chen2011-01-051-0/+8
* Enhance the test framework to be able to emit a counter value in verbose modeJohnny Chen2011-01-051-0/+12
* Do not specify both '-a' and '+a' at the same time.Johnny Chen2010-12-101-0/+5
* Add a '+a' command line option to the test driver to run only the Python API ...Johnny Chen2010-12-101-2/+3
* Add an infrastructure to mark the Python APIs only test using a decorator.Johnny Chen2010-12-101-2/+27
* For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty stringJohnny Chen2010-12-081-1/+1
* Add the '-F' option to the test driver, which makes the running of test suite...Johnny Chen2010-12-031-2/+14
* Log just the thread name, not process/thread id for easier human reading.Johnny Chen2010-12-021-2/+2
* When logging, enable process and thread ID recordings. Also add 'state' to t...Johnny Chen2010-12-021-3/+3
* For lldb loggings, prepend log lines with a timestamp. And change the defaul...Johnny Chen2010-12-021-4/+4
* Add a '-b blacklistFile' option to the test driver to take a file specifying theJohnny Chen2010-12-011-0/+26
* Add comment.Johnny Chen2010-11-291-0/+3
* When looping through the test suite more than once (repeat count > 1), we shouldJohnny Chen2010-11-291-2/+5
* Add an option '-# count' to run the specified test suite for a said number of...Johnny Chen2010-11-161-3/+19
* Add help message for the scenario of using lldb.py module distributed by Xcode4Johnny Chen2010-11-111-1/+27
* Add more comments on LLDBTestResult class.Johnny Chen2010-11-091-2/+7
* Rephrase the output message about session information; make it both "session ...Johnny Chen2010-11-091-2/+2
* Better wording of the help text for the '-f testclass.testmethod' option usage.Johnny Chen2010-11-081-1/+1
* Let's also emit the informational message for where to find the session logs forJohnny Chen2010-11-081-0/+1
* Change the test driver so that simply specifying '-f testclass.testmethod' me...Johnny Chen2010-11-081-12/+13
* Add comment about iterating over possible architecture and compiler combinati...Johnny Chen2010-11-051-2/+3
* Now that the test suite has very few expected failures remaining (2), it is a...Johnny Chen2010-11-031-0/+8
OpenPOWER on IntegriCloud