commit | 8df95eb37a2e76c83432bc2b83cda8cb35e59337 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Aug 19 23:26:59 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Aug 19 23:26:59 2010 +0000 |
tree | 71376162a2efb315c81ca33503c7576bfb958250 | |
parent | 8b4c16e6ca818961ce6229e419dc960e07737c91 [diff] |
Abstracted the running of command through the command interpreter and checking its return status into lldbtest.TestBase.runCmd(); and runCmd() in combination with checking the output against matching substrings (including startswith) into lldbtest.TestBase.expect(). TestUnsignedTypes.py is refactored to use the abstracted APIs. Other test cases to be modified later. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@111572 91177308-0d34-0410-b5e6-96231b3b80d8