summaryrefslogtreecommitdiffstats
path: root/lldb/test/command_regex/TestCommandRegex.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a more gentle way of shutting down the child process spawned during the ↵Johnny Chen2011-05-031-5/+5
| | | | | | | | test execution using pexpect. Change some child.expect() to child.expect_exact() as they try to match the string, not a regular expression. llvm-svn: 130797
* Make test_connect_remote() more robust by waiting on the server ready messageJohnny Chen2011-04-221-1/+3
| | | | | | | | | before issuing the 'process connect ...' command. test_comand_regex(): assign the spawned child to self.child so it gets automatically shutdown during TestBase.tearDown(self). llvm-svn: 130015
* Replace 'commands' with 'command', and update to the latest prompt.Johnny Chen2011-04-211-3/+3
| | | | llvm-svn: 129895
* Fix wrong comment.Johnny Chen2011-04-201-1/+1
| | | | llvm-svn: 129881
* Use self.TraceOn() API.Johnny Chen2011-04-201-1/+1
| | | | llvm-svn: 129880
* Add a simple test scenario for 'command regex' invocation and subsequent use.Johnny Chen2011-04-201-0/+42
llvm-svn: 129879
OpenPOWER on IntegriCloud