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
/
lldbutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
4
-4
/
+4
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
4
-6
/
+6
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
4
-14
/
+22
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
4
-31
/
+8
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
4
-32
/
+12
*
Last set of XFAILs for Windows.
Zachary Turner
2015-09-16
1
-0
/
+1
*
XFAIL miscellaneous tests on windows.
Zachary Turner
2015-09-11
1
-0
/
+1
*
Exception registers aren't supported outside of Darwin
Ed Maste
2015-09-08
1
-1
/
+0
*
Update TestPrintStackTraces XFAIL once more
Pavel Labath
2015-06-25
1
-1
/
+1
*
Make XFAIL on TestPrintStackTraces more specific
Pavel Labath
2015-06-25
1
-4
/
+1
*
XFAILing TestPrintStackTraces on linux to stabilize the build bot
Pavel Labath
2015-04-17
1
-6
/
+4
*
Exception registers aren't supported outside of Darwin
Vince Harron
2015-04-15
1
-9
/
+16
*
TestPrintStackTraces - made XFAIL more precise
Vince Harron
2015-03-31
1
-1
/
+7
*
Don't clobber CFLAGS_EXTRAS in tests.
Robert Flack
2015-03-24
2
-2
/
+2
*
Get test executables compiling on Windows.
Zachary Turner
2014-08-13
4
-41
/
+55
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
4
-5
/
+5
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
4
-4
/
+4
*
test: Update decorators for FreeBSD failures with threaded inferior support
Ed Maste
2013-12-09
1
-1
/
+0
*
Update Linux bug tracker link in TestPrintStackTraces
Daniel Malea
2013-09-17
1
-1
/
+1
*
tests: Mark expected FreeBSD failures due to pr16696
Ed Maste
2013-07-24
1
-0
/
+1
*
test_iter_registers is expected to fail on FreeBSD
Ed Maste
2013-07-24
1
-0
/
+1
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
2
-2
/
+2
*
Update test scripts and Makefiles to allow testing with GCC:
Daniel Malea
2013-01-25
2
-2
/
+2
*
Marking test cases with @expectedFailureLinux as per recently opened bugs
Daniel Malea
2013-01-24
2
-1
/
+1
*
Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...
Andrew Kaylor
2012-12-13
1
-0
/
+1
*
Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...
Andrew Kaylor
2012-12-12
1
-0
/
+1
*
Patch from Dan Malea daniel.malea@gmail.com to add some required
Jason Molenda
2012-11-08
2
-0
/
+4
*
Added a new Host class: ReadWriteLock
Greg Clayton
2012-04-05
1
-0
/
+3
*
Make the assignment of TestBase.mydir more portable.
Johnny Chen
2011-09-27
3
-3
/
+3
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-3
/
+3
*
Add a @benchmarks_test decorator for test method we want to categorize as ben...
Johnny Chen
2011-07-30
4
-0
/
+6
*
Minor change of variable name, from m to b (for breakpoint).
Johnny Chen
2011-07-14
1
-2
/
+2
*
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...
Johnny Chen
2011-07-11
3
-12
/
+8
*
o lldbutil.py:
Johnny Chen
2011-06-16
2
-4
/
+5
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
4
-17
/
+17
*
Simplify test setup; there's no need to pass a customized dictionary here.
Johnny Chen
2011-05-26
1
-1
/
+1
*
Add truth value testing to those lldb Python objects with the IsValid() metho...
Johnny Chen
2011-05-17
4
-23
/
+23
*
Add implementation of built-in function len() for those lldb containers with
Johnny Chen
2011-05-16
1
-11
/
+31
*
Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.
Johnny Chen
2011-05-16
1
-9
/
+9
*
Add two utility functions:
Johnny Chen
2011-05-12
10
-4
/
+253
*
Add a utility function get_registers(frame, kind) to get the registers of a g...
Johnny Chen
2011-05-10
1
-0
/
+72
*
Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...
Johnny Chen
2011-05-02
1
-2
/
+2
*
Add the Python rich comparison methods for SBBreakpoint, where GetID() returns
Johnny Chen
2011-04-29
1
-1
/
+1
*
Modify the test suite and lldbutil.py to utilize the Python iteration pattern...
Johnny Chen
2011-04-28
1
-2
/
+1
*
Move the iteration protocol of lldb objects to the auto-generated lldb Python...
Johnny Chen
2011-04-28
1
-13
/
+13
*
Add a utility function smart_iter() which has knowledge of the getsize and th...
Johnny Chen
2011-04-27
1
-2
/
+37
*
Use new string formatting operations in assert messages to simplify things.
Johnny Chen
2011-04-27
1
-2
/
+2
*
Add another test case for lldb_iter(), this time using SBTarget to get at its...
Johnny Chen
2011-04-27
2
-8
/
+43
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-1
/
+1
*
Add a test case for lldbutil.lldb_iter() which returns an iterator object
Johnny Chen
2011-04-26
1
-0
/
+64
[next]