summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/lldbutil
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-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-09-16Last set of XFAILs for Windows.Zachary Turner
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-09-08Exception registers aren't supported outside of DarwinEd Maste
2015-06-25Update TestPrintStackTraces XFAIL once morePavel Labath
2015-06-25Make XFAIL on TestPrintStackTraces more specificPavel Labath
2015-04-17XFAILing TestPrintStackTraces on linux to stabilize the build botPavel Labath
2015-04-15Exception registers aren't supported outside of DarwinVince Harron
2015-03-31TestPrintStackTraces - made XFAIL more preciseVince Harron
2015-03-24Don't clobber CFLAGS_EXTRAS in tests.Robert Flack
2014-08-13Get test executables compiling on Windows.Zachary Turner
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-12-09test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste
2013-09-17Update Linux bug tracker link in TestPrintStackTracesDaniel Malea
2013-07-24tests: Mark expected FreeBSD failures due to pr16696Ed Maste
2013-07-24test_iter_registers is expected to fail on FreeBSDEd Maste
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-01-25Update test scripts and Makefiles to allow testing with GCC:Daniel Malea
2013-01-24Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea
2012-12-13Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...Andrew Kaylor
2012-12-12Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...Andrew Kaylor
2012-11-08Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda
2012-04-05Added a new Host class: ReadWriteLockGreg Clayton
2011-09-27Make the assignment of TestBase.mydir more portable.Johnny Chen
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton
2011-07-30Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen
2011-07-14Minor change of variable name, from m to b (for breakpoint).Johnny Chen
2011-07-11Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen
2011-06-16o lldbutil.py:Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-26Simplify test setup; there's no need to pass a customized dictionary here.Johnny Chen
2011-05-17Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen
2011-05-16Add implementation of built-in function len() for those lldb containers withJohnny Chen
2011-05-16Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.Johnny Chen
2011-05-12Add two utility functions:Johnny Chen
2011-05-10Add a utility function get_registers(frame, kind) to get the registers of a g...Johnny Chen
2011-05-02Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a te...Johnny Chen
2011-04-29Add the Python rich comparison methods for SBBreakpoint, where GetID() returnsJohnny Chen
2011-04-28Modify the test suite and lldbutil.py to utilize the Python iteration pattern...Johnny Chen
2011-04-28Move the iteration protocol of lldb objects to the auto-generated lldb Python...Johnny Chen
2011-04-27Add a utility function smart_iter() which has knowledge of the getsize and th...Johnny Chen
2011-04-27Use new string formatting operations in assert messages to simplify things.Johnny Chen
2011-04-27Add another test case for lldb_iter(), this time using SBTarget to get at its...Johnny Chen
2011-04-27Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen