Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
35d017f0fc38b53e31f1a44d07c3c142f5d3620b
/
lldb
/
test
/
functionalities
/
command_source
/
TestCommandSource.py
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
44d9378
Merging the iohandler branch back into main.
by Greg Clayton
· 12 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
2027e2a
Move more top level test dirs to reside under functionalities dir.
by Johnny Chen
· 14 years ago
[Renamed (95%) from lldb/test/command_source/TestCommandSource.py]
9ee96e7
Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py
by Johnny Chen
· 15 years ago
6bcb81a
Add "import sys" for sys.stdout.
by Johnny Chen
· 15 years ago
49c2245
The restoring of sys.stdout should happen right after:
by Johnny Chen
· 15 years ago
c03a362
Hardened the test_command_source() test case by actually capturing the output
by Johnny Chen
· 15 years ago
cbb4be0
Changed the test case class names to be noun-like instead of verb-like.
by Johnny Chen
· 15 years ago
617cca9
Converted some more test cases to use runCmd()/expect().
by Johnny Chen
· 15 years ago
1794184
Modified the remaining test cases to display more meaningful assert messages.
by Johnny Chen
· 15 years ago
7325883
o Added unittest2 which has added the new features in unittest for Python 2.7
by Johnny Chen
· 15 years ago
a212495
When running a single test case, lldb.SBDebugger.Terminate() is not being called
by Johnny Chen
· 15 years ago
8402832
Cleanup of test case. Added more comments.
by Johnny Chen
· 15 years ago
7dc2e47
We can do better when reporting the status of one-liner script execution.
by Johnny Chen
· 15 years ago
b9e7c0a
Add a test case to test that lldb command "command source" works correctly.
by Johnny Chen
· 15 years ago