summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...Ed Maste2015-11-242-0/+2
* Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbotEd Maste2015-11-241-0/+1
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* Add expectedFailureFreeBSD decorators for new Python fd leakEd Maste2015-11-241-0/+3
* Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...Omair Javaid2015-11-241-0/+4
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-203-0/+85
* Revert "Make skipIf support the not_in function (second attempt)."Siva Chandra2015-11-201-15/+11
* Use the system clang, since this support should now be in; does not un-xfail ...Enrico Granata2015-11-202-12/+2
* Revert "FOO"Adrian McCarthy2015-11-203-85/+0
* FOOAdrian McCarthy2015-11-203-0/+85
* Make skipIf support the not_in function (second attempt).Adrian McCarthy2015-11-201-11/+15
* Revert "Make skipIf support the not_in function."Siva Chandra2015-11-201-3/+3
* Make skipIf support the not_in function.Adrian McCarthy2015-11-201-3/+3
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-193-0/+55
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-194-5/+8
* Pass -fms-compatibility-version when building test inferiors.Zachary Turner2015-11-191-0/+3
* [LLDB][MIPS] Fix lldbplatformutil.py FailureSagar Thakur2015-11-191-3/+9
* [TestExitDuringStep] Adjust after a recent type map change.Siva Chandra2015-11-181-1/+2
* Support unix-abstract-connect scheme as platform url in lldb testsuiteYing Chen2015-11-182-4/+11
* Fix some issues with swig & string conversion.Zachary Turner2015-11-183-3/+12
* [LLDB][MIPS] Fix TestDisassembleBreakpoint.py for MIPSSagar Thakur2015-11-181-2/+6
* [MIPS][LLDB]Fix TestBreakpointCondition.py for MIPSSagar Thakur2015-11-181-3/+6
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-173-0/+105
* Python 3 - Skip a certain test for a particular (swig,python) combo.Zachary Turner2015-11-162-1/+10
* Re-Apply "Add a "not_in()" function you can apply to the list type arguments ...Ying Chen2015-11-162-4/+19
* Add the ability to xfail or skip based on swig / python version.Zachary Turner2015-11-161-11/+54
* Revert "Add a "not_in()" function you can apply to the list type arguments to...Pavel Labath2015-11-162-21/+4
* Uniquify all the type X delete commands via one common base classEnrico Granata2015-11-141-1/+1
* Add a "not_in()" function you can apply to the list type arguments to expecte...Jim Ingham2015-11-142-4/+21
* Fixed a testcase problem where disassembly would fail for nameless functions.Sean Callanan2015-11-131-1/+2
* Change the test to use the instruction list to get the consecutive addresses ...Jim Ingham2015-11-131-18/+9
* Re-XFAIL two more tests I missedPavel Labath2015-11-131-0/+2
* Re-add XFAILs to two testsPavel Labath2015-11-132-0/+2
* Fix multiple symbol lookup in the same namespaceEugene Leviant2015-11-132-8/+44
* Remove a broken hack from Scalar::ULongLong and fix a testTamas Berghammer2015-11-131-2/+2
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-139-17/+0
* Implement RegisterContext for Mini Dumps.Adrian McCarthy2015-11-121-0/+14
* [test] Fix comment.Dawn Perchik2015-11-121-1/+1
* Marked test_qRegisterInfo_returns_{one_valid_result,all_valid_results} XFAIL ...Todd Fiala2015-11-111-0/+2
* Bump up test timeout interval on Darwin from 4 to 6 minutes.Todd Fiala2015-11-111-0/+3
* Mark TestCompletion.py test_symbol_name_dwarf XFAIL on Darwin.Todd Fiala2015-11-111-0/+1
* Mark TestTerminal.py as XFAIL on OS X.Todd Fiala2015-11-111-0/+1
* Updated a relative path in Makefile.rules to reflect the new testsuite location.Sean Callanan2015-11-101-1/+1
* Updated lldb_pylint_helper to work with recent Python package changes.Todd Fiala2015-11-101-15/+27
* This test is now passing on DarwinEnrico Granata2015-11-101-1/+0
* Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linuxPavel Labath2015-11-101-0/+1
* Avoid sending bare '*' and '}' in an lldb-server packetTim Northover2015-11-092-0/+32
* Add --curses shortcut for specifying the curses-based test results formatter.Todd Fiala2015-11-093-1/+13
* Fix up curses_results.py for new package specification requirement.Todd Fiala2015-11-091-1/+1
OpenPOWER on IntegriCloud