summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for "source info" and use it to fix MI's -symbol-list-lines.Dawn Perchik2016-01-053-4/+11
* Fix a typo in lldbutil.pyPavel Labath2016-01-051-1/+1
* Mark a test_lldbmi_gdb_set_target_async_on as flaky on linuxPavel Labath2016-01-051-0/+1
* Remove XTIMEOUT from TestEvents on linuxPavel Labath2016-01-051-1/+0
* Remove old flaky test rerun logicPavel Labath2016-01-051-23/+3
* Remove XTIMEOUT from TestRegisters on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestThreadStepOut on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestHelloWorld on linuxPavel Labath2016-01-041-3/+0
* Remove XTIMEOUT from TestExitDuringStep on linuxPavel Labath2016-01-041-1/+0
* Remove XTIMEOUT from TestCreateAfterAttach on linuxPavel Labath2016-01-041-1/+0
* Remove TestConnectRemote from XTIMEOUTsPavel Labath2016-01-041-1/+0
* Allow test decorators to use lists (and not_in(list)) for archesAdrian McCarthy2015-12-221-3/+8
* XFAIL TestCppNsImport on FreeBSDEd Maste2015-12-221-0/+1
* Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSDEd Maste2015-12-221-0/+1
* skip TestEvents.py on DarwinTodd Fiala2015-12-221-0/+1
* test infra: fix lldbinline tests to work with rerunTodd Fiala2015-12-225-2/+42
* Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy2015-12-221-0/+1
* Add expectedFailureFreeBSD to tests failing in the same way as on LinuxEd Maste2015-12-221-0/+3
* [TestCPPAuto] On linux, we need -fno-limit-debug-info.Siva Chandra2015-12-193-1/+6
* Add support for seeing through clang::AutoType in ClangASTContextEnrico Granata2015-12-183-0/+45
* Add a test case that validates that my change in r255603 does the right thingEnrico Granata2015-12-183-0/+85
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-181-0/+2
* mark TestGlobalVariables.py as XFAIL on OS X dwarf.Todd Fiala2015-12-181-4/+2
* Revert "Disable test reruns on arm unless explicitly marked with --rerun-all-...Todd Fiala2015-12-171-7/+2
* ResultsFormatter: always lock on handle_event()Todd Fiala2015-12-171-92/+91
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-172-1/+3
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-172-0/+2
* test infra: force rerun to use parallel runnerTodd Fiala2015-12-171-1/+5
* [test] Add ability to expect timeoutsPavel Labath2015-12-164-1/+51
* Disable test reruns on arm unless explicitly marked with --rerun-all-issuesTodd Fiala2015-12-161-1/+2
* Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata2015-12-161-1/+1
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-166-1/+156
* prevent rerun logic from kicking in on test runs including aarch64.Todd Fiala2015-12-151-2/+6
* Propagate socket_error exception from handle_read. Otherwise Ninja crashes.Adrian McCarthy2015-12-151-3/+2
* test infra: support test reruns in xunit formatter.Todd Fiala2015-12-151-7/+13
* Enable the 'type X list' formatters commands to list formatters in language c...Enrico Granata2015-12-151-1/+4
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-154-386/+326
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-1511-15/+15
* Make few adjustments after r255542.Siva Chandra2015-12-151-3/+3
* test infra: catch and print exception info on test runner socket listenerTodd Fiala2015-12-141-5/+21
* [Test] Addresses failing test when path to make contains spacesKate Stone2015-12-141-2/+2
* Remove the multiplier loop.Zachary Turner2015-12-141-7/+27
* Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"Todd Fiala2015-12-141-2/+0
* Temporarily skip TestWithLimitDebugInfo on Darwin and OS XTodd Fiala2015-12-141-0/+2
* Correction in TestFrames.py test for arm targets in thumb modeOmair Javaid2015-12-141-3/+6
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-149-26/+195
* Make skipIf decorator support not_in() functor.Zachary Turner2015-12-141-6/+8
* Make debug info specification use categories system.Zachary Turner2015-12-148-107/+42
* Make test categories composablePavel Labath2015-12-143-18/+20
* Extend XFAIL on TestNamespaceLookup on linuxPavel Labath2015-12-141-1/+1
OpenPOWER on IntegriCloud