Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
ff44ab42e9f5d8e4d550e11d1b69413e0bc75b71
/
test
/
command_source
281aed3
Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py
by Johnny Chen
· 14 years ago
3f5e90a
Add "import sys" for sys.stdout.
by Johnny Chen
· 14 years ago
1ae2c36
The restoring of sys.stdout should happen right after:
by Johnny Chen
· 14 years ago
30e4093
Hardened the test_command_source() test case by actually capturing the output
by Johnny Chen
· 14 years ago
1c42e86
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 14 years ago
84e8179
Converted some more test cases to use runCmd()/expect().
by Johnny Chen
· 14 years ago
d85dae5
Modified the remaining test cases to display more meaningful assert messages.
by Johnny Chen
· 14 years ago
75e28f9
o Added unittest2 which has added the new features in unittest for Python 2.7
by Johnny Chen
· 14 years ago
88f8304
When running a single test case, lldb.SBDebugger.Terminate() is not being called
by Johnny Chen
· 14 years ago
eefdff0
Cleanup of test case. Added more comments.
by Johnny Chen
· 14 years ago
60dde64
We can do better when reporting the status of one-liner script execution.
by Johnny Chen
· 14 years ago
c48dc6f
Add a test case to test that lldb command "command source" works correctly.
by Johnny Chen
· 14 years ago