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