summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* XFAIL TestNamespaceLookup for linuxPavel Labath2015-12-141-0/+4
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Test case for "Fix scope-based lookup when more than one function is found."Dawn Perchik2015-12-121-0/+216
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-126-2/+169
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-127-45/+165
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* Use new set when checking if a test event type matches the job/test result typesTodd Fiala2015-12-111-3/+1
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-112-2/+9
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Add expected timeout support to test event architecture.Todd Fiala2015-12-114-1/+74
* Remove -S option from dotest.py.Zachary Turner2015-12-115-21/+1
* Remove -r and -R options from dotest.py.Zachary Turner2015-12-113-108/+1
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-113-4/+30
OpenPOWER on IntegriCloud