summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-219/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Convert deprecated unittest method names.Zachary Turner2015-10-261-1/+1
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-261-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-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-49/+14
* Re-enable FreeBSD tests do not hang locallyEd Maste2015-09-251-1/+1
* Remove expectedFailureFreeBSD from passing testsEd Maste2015-09-221-1/+0
* XFAIL step after crash tests on android-aarch64 API 21Tamas Berghammer2015-09-171-0/+1
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+7
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-6/+6
* Enable TestInferiorCrashing and TestRecursiveInferior on androidPavel Labath2015-06-251-1/+3
* XFAIL additional signal vs exception tests failing on FreeBSDEd Maste2015-05-291-0/+1
* XFAIL two tests for androidPavel Labath2015-05-291-0/+1
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-20/+23
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-6/+6
* Uses the target platform to determine the platform context.Robert Flack2015-04-171-1/+1
* TestRecursiveInferior fixed on LinuxVince Harron2015-04-031-4/+4
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-3/+3
* Fix test expectation for aarch64 in several test caseTamas Berghammer2015-04-021-5/+3
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-3/+3
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-6/+6
* Fixed up intermittently failing tests to skip on Linux.Todd Fiala2014-03-251-1/+3
* Stop skipping test on FreeBSD that no longer failsEd Maste2014-02-221-1/+0
* 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
* Remove annotations for pr17184 (now fixed)Ed Maste2013-11-141-2/+0
* Mark two FreeBSD tests failing due to llvm.org/pr15989Ed Maste2013-11-141-1/+1
* Fix this test to be consistent in whether a process will or will not be thereEnrico Granata2013-10-311-2/+2
* Fix the partial backtrace in a recursive inferior compiled with -fomit-frame-...Ashok Thirumurthi2013-09-261-2/+1
* Skip tests that segfault or are inconsistent on FreeBSDEd Maste2013-09-131-0/+1
* test: Add @expectedFailureFreeBSD decoratorsEd Maste2013-09-101-0/+3
* Fixing a problem with inferior exit caused by signalAndrew Kaylor2013-09-041-1/+0
* Skip two tests that hang the FreeBSD buildbotEd Maste2013-08-301-0/+1
* Skipping two tests that hang consistently on Linux while investigating the is...Ashok Thirumurthi2013-08-301-0/+1
* Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointerAshok Thirumurthi2013-06-061-0/+242
OpenPOWER on IntegriCloud