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
/
sbdata
/
TestSBData.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-348
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Convert `long` to `int`, and portably detect all integral types.
Zachary Turner
2015-10-26
1
-2
/
+2
*
Port the python api decorator to use test categories
Pavel Labath
2015-10-26
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-11
/
+13
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-7
/
+2
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-29
/
+16
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-1
/
+1
*
[Python] Allow PyLong values in integer lists (when converting to C lists)
Siva Chandra
2015-07-01
1
-18
/
+44
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-1
/
+1
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-1
/
+1
*
Now that AddressOf() does sane things with const results, this check is wrong...
Enrico Granata
2014-12-15
1
-4
/
+0
*
Fixes a number of issue related to test portability on Windows.
Zachary Turner
2014-07-18
1
-1
/
+0
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
1
-1
/
+1
*
Fix TestSBData.py test case (tested fix Linux/Mac)
Daniel Malea
2013-02-14
1
-58
/
+86
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-4
/
+2
*
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Johnny Chen
2012-04-06
1
-0
/
+2
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-15
/
+30
*
Print out the frame only if self.TraceOn() is True.
Johnny Chen
2012-02-06
1
-1
/
+2
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-3
/
+4
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
1
-6
/
+43
*
http://llvm.org/bugs/show_bug.cgi?id=11619
Johnny Chen
2012-01-06
1
-0
/
+42
*
http://llvm.org/bugs/show_bug.cgi?id=11579
Johnny Chen
2011-12-15
1
-0
/
+5
*
Fix wrong test method name.
Johnny Chen
2011-09-15
1
-1
/
+1
*
Test should print to stdout only if self.TraceOn() is True.
Johnny Chen
2011-09-06
1
-10
/
+20
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-0
/
+204