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
/
python_api
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
4
-330
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-5
/
+5
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-3
/
+5
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-8
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-67
/
+13
*
Last set of XFAILs for Windows.
Zachary Turner
2015-09-16
1
-0
/
+1
*
Fix TestThreadAPI on Linux
Tamas Berghammer
2015-06-25
1
-6
/
+4
*
Enabled a bunch of tests on Linux
Vince Harron
2015-03-31
1
-1
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-5
/
+5
*
Add decorator for FreeBSD test failure - malloc() breakpoint issue
Ed Maste
2014-08-01
1
-0
/
+1
*
Fix malloc thread step-out test on FreeBSD
Ed Maste
2014-03-07
1
-1
/
+9
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-5
/
+5
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
test: Add annotation for FreeBSD failures w/ threaded inferiors
Ed Maste
2013-12-09
1
-0
/
+1
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
1
-1
/
+1
*
Fixed incorrect python that was trying to validate that we got a valid lldb.S...
Greg Clayton
2013-03-19
1
-5
/
+5
*
Update test status on Linux
Daniel Malea
2012-11-23
1
-0
/
+1
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+10
*
Fix Python docstring for SBThread.GetStopDescription().
Johnny Chen
2011-12-19
1
-1
/
+1
*
Remove the @expectedFailureClang custom decorator for indicating clang-specif...
Johnny Chen
2011-09-26
1
-2
/
+3
*
Add a decorator for marking clang only expectedFailure. Use it for the test_...
Johnny Chen
2011-08-19
1
-0
/
+4
*
o lldbtest.py:
Johnny Chen
2011-06-23
1
-31
/
+34
*
For now, use 'b.out' compiled from main2.cpp as the executable name for test_...
Johnny Chen
2011-06-23
1
-11
/
+6
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-16
/
+16
*
Comment change.
Johnny Chen
2011-05-26
1
-1
/
+1
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-12
/
+12
*
Converted to use SBProcess.LaunchSimple().
Johnny Chen
2011-04-19
1
-17
/
+8
*
Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...
Johnny Chen
2011-03-11
1
-2
/
+58
*
Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...
Johnny Chen
2011-03-11
1
-0
/
+53
*
Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...
Johnny Chen
2011-03-10
2
-2
/
+61
*
Test cleanup. Check for the full caller symbol of malloc -- b(int).
Johnny Chen
2011-03-10
1
-11
/
+11
*
Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...
Johnny Chen
2011-03-09
3
-2
/
+111
*
Add TestThreadAPI.py file to house the Python SBThread API test cases.
Johnny Chen
2011-03-07
3
-0
/
+97