History log of /external/lldb/test/functionalities/command_regex/TestCommandRegex.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ca450b8718d326a93a53a8a3808f8bba0a2aa7e 31-Oct-2011 Johnny Chen <johnny.chen@apple.com> Revert 143359 and modify the test case to not include non-valid c identifier character.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@143372 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_regex/TestCommandRegex.py
7d7f447af7fba3eae442ab99c18f5ae532886099 07-Oct-2011 Johnny Chen <johnny.chen@apple.com> If we spawn an lldb process for test (via pexpect), do not load the init 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141384 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_regex/TestCommandRegex.py
6033bedc163bc57b5e5c3c1aee8ba81f64b4f11e 26-Aug-2011 Johnny Chen <johnny.chen@apple.com> Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@138608 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_regex/TestCommandRegex.py
3f8dff9568c93f873b95673f2a648434701f85fa 26-Jun-2011 Johnny Chen <johnny.chen@apple.com> Move more top level test dirs to reside under functionalities dir.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133894 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_regex/TestCommandRegex.py