index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
functionalities
/
completion
/
TestCompletion.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-323
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-4
/
+6
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Adjust TestCompletion.py and TestDumpDynamic.py after recent changes.
Siva Chandra
2015-10-20
1
-1
/
+1
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-12
/
+33
*
Fix TestCompletion.py failure on Darwin after r246639
Ying Chen
2015-09-03
1
-0
/
+2
*
Change Windows XFAIL comment for TestCompletion.py
Zachary Turner
2015-09-02
1
-33
/
+32
*
XFAIL new tests in TestCompletion on windows due to missing pexpect
Pavel Labath
2015-09-02
1
-0
/
+2
*
Fix tab completion for command arguments containing spaces
Tamas Berghammer
2015-09-02
1
-0
/
+17
*
XFail pexpect tests for Windows hosts.
Chaoren Lin
2015-06-09
1
-31
/
+31
*
Refactored lldb executable name discovery
Vince Harron
2015-05-18
1
-1
/
+1
*
Skip tests that are timing out on the FreeBSD buildbot
Ed Maste
2015-05-09
1
-0
/
+1
*
Skip tests that are timing out on the FreeBSD buildbot
Ed Maste
2015-05-08
1
-0
/
+30
*
Fix CommandLineCompletionTestCase.test_watchpoint_xxx tests after r230408
Ilia K
2015-02-25
1
-3
/
+13
*
XFAIL pexpect tests on Windows.
Zachary Turner
2015-01-20
1
-0
/
+29
*
[TestCompletion] Spawn LLDB with '--no-use-colors'.
Siva Chandra
2014-12-19
1
-1
/
+2
*
Fixes a number of issue related to test portability on Windows.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Enable tests affected by llvm.org/pr14637
Daniel Malea
2013-09-25
1
-1
/
+0
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
1
-1
/
+1
*
Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...
Daniel Malea
2013-05-15
1
-0
/
+1
*
Remove XFAIL from tests affected by llvm.org/pr-14637
Daniel Malea
2013-05-14
1
-1
/
+0
*
Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)
Daniel Malea
2013-04-23
1
-1
/
+0
*
Skip TestCompletion case that fails on linux (with gcc) because the input pro...
Daniel Malea
2013-02-20
1
-1
/
+2
*
Update test status on Linux
Daniel Malea
2012-11-23
1
-0
/
+1
*
Initial commit of a new testsuite feature: test categories.
Enrico Granata
2012-09-21
1
-2
/
+5
*
rdar://problem/11811338
Johnny Chen
2012-08-24
1
-0
/
+8
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-6
/
+6
*
rdar://problem/12096295
Johnny Chen
2012-08-15
1
-0
/
+4
*
Add command completion test case for 'watchpoint command'.
Johnny Chen
2012-08-10
1
-0
/
+4
*
Test suite cleanup: use Python API to remove files as part of cleanup instead...
Johnny Chen
2012-06-19
1
-2
/
+2
*
Fixed TestCompletion, broken by r158173
Filipe Cabecinhas
2012-06-08
1
-2
/
+2
*
rdar://problem/11457634
Johnny Chen
2012-05-24
1
-0
/
+4
*
Synthetic values are now automatically enabled and active by default. SBValue...
Enrico Granata
2012-03-27
1
-4
/
+4
*
Add a test case to go with <rdar://problem/11052829> and svn check-in r152809.
Johnny Chen
2012-03-15
1
-5
/
+16
*
Remove the functionality of using 'frame variable -w' to set a watchpoint now...
Johnny Chen
2012-02-14
1
-6
/
+6
*
Add a test case for completion from 'settings set target.exec' to 'settings s...
Johnny Chen
2012-02-13
1
-0
/
+4
*
After discussions with Jim and Greg, modify the 'watchpoint set' command to b...
Johnny Chen
2012-02-08
1
-6
/
+10
*
Add a couple of simple completion test cases for 'target ' and 'target va'.
Johnny Chen
2012-02-03
1
-0
/
+11
*
Add some more test cases for the "watchpoint set" command.
Johnny Chen
2012-01-31
1
-0
/
+12
*
Move argument checking/manipulation into the front of the function.
Johnny Chen
2012-01-25
1
-4
/
+9
*
Clearify some comment.
Johnny Chen
2012-01-25
1
-1
/
+2
*
Cleanup docstring and remove dead code.
Johnny Chen
2012-01-25
1
-4
/
+3
*
Add some more test cases for command completion:
Johnny Chen
2012-01-25
1
-0
/
+12
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-23
1
-0
/
+12
*
Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev,
Johnny Chen
2012-01-21
1
-0
/
+4
*
Add comment.
Johnny Chen
2012-01-21
1
-3
/
+4
*
A little bit of cleanup to make the code more understandable.
Johnny Chen
2012-01-20
1
-6
/
+6
*
o CommandObjectSettingsSet.cpp:
Johnny Chen
2012-01-20
1
-0
/
+116