summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_regex/TestCommandRegex.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert 143359 and modify the test case to not include non-valid c identifier ↵Johnny Chen2011-10-311-2/+2
| | | | | | character. llvm-svn: 143372
* If we spawn an lldb process for test (via pexpect), do not load the init ↵Johnny Chen2011-10-071-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 Chen2011-08-261-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 Chen2011-06-261-0/+44
llvm-svn: 133894
OpenPOWER on IntegriCloud