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