Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 143359 and modify the test case to not include non-valid c identifier ↵ | Johnny Chen | 2011-10-31 | 1 | -2/+2 |
| | | | | | | character. llvm-svn: 143372 | ||||
* | If we spawn an lldb process for test (via pexpect), do not load the init ↵ | Johnny Chen | 2011-10-07 | 1 | -1/+1 |
| | | | | | | | | | file unless told otherwise. Set up self.lldbOption to be "--no-lldbibit" unless env variable NO_LLDBIBIT is defined and equals "NO". Also add "-nx" to gdb spawned. llvm-svn: 141384 | ||||
* | Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' ↵ | Johnny Chen | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | executable built locally from the source tree. This is distinguished from self.lldbExec, which can be used by test/benchmarks to measure the performances against other debuggers. You can use environment variable LLDB_EXEC to specify self.lldbExec to the dotest.py test driver, otherwise it is going to be populated with self.lldbHere. Modify the regular tests under test dir, i.e., not test/benchmarks, to use self.lldbHere. Also modify the benchmarks tests to use self.lldbHere when it needs an 'lldb' executable with debug info to do the performance measurements. llvm-svn: 138608 | ||||
* | Move more top level test dirs to reside under functionalities dir. | Johnny Chen | 2011-06-26 | 1 | -0/+44 |
llvm-svn: 133894 |