summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Fix TestBatchMode for gccPavel Labath2016-01-081-1/+2
* Another fix for TestBatchMode on linuxPavel Labath2016-01-081-0/+17
* Fix TestBatchMode on linuxPavel Labath2016-01-081-1/+2
* Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham2016-01-082-14/+116
* XFAIL TestMultithreaded on linuxPavel Labath2016-01-071-1/+1
* Remove some Windows->Android XTIMEOUTsPavel Labath2016-01-071-5/+0
* XFAIL TestEvents.test_add_listener_to_broadcasterPavel Labath2016-01-071-1/+1
* fixup lldbinline-style tests to clean up Makefiles and *.d filesTodd Fiala2016-01-061-4/+4
* Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath2016-01-062-5/+2
* Fix a bug in lldbutil.expect_state_changesPavel Labath2016-01-061-10/+18
* XFAIL TestMiSymbol on linuxPavel Labath2016-01-061-0/+1
* Apply missed changes from svn r256863 "Add support for "source info" and use ...Dawn Perchik2016-01-062-5/+5
* 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
OpenPOWER on IntegriCloud