summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-52/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-6/+1
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Update TestPrintStackTraces XFAIL once morePavel Labath2015-06-251-1/+1
* Make XFAIL on TestPrintStackTraces more specificPavel Labath2015-06-251-4/+1
* XFAILing TestPrintStackTraces on linux to stabilize the build botPavel Labath2015-04-171-6/+4
* TestPrintStackTraces - made XFAIL more preciseVince Harron2015-03-311-1/+7
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste2013-12-091-1/+0
* Update Linux bug tracker link in TestPrintStackTracesDaniel Malea2013-09-171-1/+1
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-241-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...Andrew Kaylor2012-12-121-0/+1
* Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen2011-07-301-0/+1
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-3/+2
* o lldbutil.py:Johnny Chen2011-06-161-3/+4
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-5/+5
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-171-3/+3
* Add two utility functions:Johnny Chen2011-05-121-0/+57
OpenPOWER on IntegriCloud