Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a more gentle way of shutting down the child process spawned during the ↵ | Johnny Chen | 2011-05-03 | 1 | -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 message | Johnny Chen | 2011-04-22 | 1 | -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 Chen | 2011-04-21 | 1 | -3/+3 |
| | | | | llvm-svn: 129895 | ||||
* | Fix wrong comment. | Johnny Chen | 2011-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 129881 | ||||
* | Use self.TraceOn() API. | Johnny Chen | 2011-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 129880 | ||||
* | Add a simple test scenario for 'command regex' invocation and subsequent use. | Johnny Chen | 2011-04-20 | 1 | -0/+42 |
llvm-svn: 129879 |