summaryrefslogtreecommitdiffstats
path: root/lldb/test/command_source/TestCommandSource.py
Commit message (Expand)AuthorAgeFilesLines
* Move more top level test dirs to reside under functionalities dir.Johnny Chen2011-06-261-46/+0
* Add a HideStdout() method to our TestBase class and call it from TestAbbrevia...Johnny Chen2011-04-211-1/+2
* Add "import sys" for sys.stdout.Johnny Chen2011-01-281-1/+1
* The restoring of sys.stdout should happen right after:Johnny Chen2011-01-281-3/+3
* Hardened the test_command_source() test case by actually capturing the outputJohnny Chen2011-01-281-0/+14
* Changed the test case class names to be noun-like instead of verb-like.Johnny Chen2010-09-011-1/+1
* Converted some more test cases to use runCmd()/expect().Johnny Chen2010-08-201-7/+2
* Modified the remaining test cases to display more meaningful assert messages.Johnny Chen2010-08-091-4/+4
* o Added unittest2 which has added the new features in unittest for Python 2.7Johnny Chen2010-08-051-2/+2
* When running a single test case, lldb.SBDebugger.Terminate() is not being calledJohnny Chen2010-08-051-1/+2
* Cleanup of test case. Added more comments.Johnny Chen2010-08-021-1/+3
* We can do better when reporting the status of one-liner script execution.Johnny Chen2010-07-301-0/+2
* Add a test case to test that lldb command "command source" works correctly.Johnny Chen2010-07-291-0/+31
OpenPOWER on IntegriCloud