summaryrefslogtreecommitdiffstats
path: root/lldb/test
Commit message (Expand)AuthorAgeFilesLines
...
* Teach the lldbinline test cases to run in DWO modeEnrico Granata2015-10-191-0/+7
* Split getting the key from a window from the code that handles the key.Greg Clayton2015-10-161-12/+17
* Skip hanging watchpoint test on Windows (rather than just xfailing).Adrian McCarthy2015-10-161-1/+1
* More general fixes to the tree view and BoxedPanel.Greg Clayton2015-10-161-33/+152
* Factor the execution of the test method into a separate function to ensure th...Adrian McCarthy2015-10-152-26/+43
* Fixup previous commit.Todd Fiala2015-10-151-3/+2
* Modify pylint/flake8 path helper to add lldb python module to path.Todd Fiala2015-10-151-0/+69
* In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda2015-10-152-1/+80
* Fix the ability to quit and use a custom exception. Also print tree items out...Greg Clayton2015-10-151-11/+49
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+2
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-0/+45
* Mark TestBatchMode as flaky on linuxPavel Labath2015-10-141-0/+1
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-7/+7
* Added tree panels.Greg Clayton2015-10-131-15/+281
* Xfail a watchpoint test on Windows, until Windows implements watchpoints.Adrian McCarthy2015-10-131-0/+1
* Fix TestTargetAPI.py test for users who use Swig 3.0.5 or greater.Adrian McCarthy2015-10-131-0/+3
* Fix test for change in a summary string (objects -> elements).Jim Ingham2015-10-121-6/+6
* TestAttachResume is still flaky on linux. mark it as suchPavel Labath2015-10-121-0/+1
* Switch threading mode for tests on Windows when there are lots of cores.Adrian McCarthy2015-10-121-4/+7
* dotest.py: Remove useless AttributeError catchesPavel Labath2015-10-121-45/+18
* Improve TestValueOfVectorVariableTamas Berghammer2015-10-121-10/+3
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-122-10/+18
* [TestValueOfVectorVariable] Reduce the vector size to 4.Siva Chandra2015-10-092-4/+6
* Correction in rL249838: Moving test to appropriate directoryMohit K. Bhakkad2015-10-093-0/+75
* dotest.py: Fail if we detect multiple tests with the same namePavel Labath2015-10-091-0/+9
* Fix the way dwo tests are skipped on darwinTamas Berghammer2015-10-091-6/+7
* Rename one of the TestGoASTContextsPavel Labath2015-10-091-0/+0
* Fix regression caused by r249769Tamas Berghammer2015-10-091-2/+2
* Fix disabling of dwo testsPavel Labath2015-10-091-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-083-0/+96
* Expected fail this test and supplied the radar number that is tracking the fix.Greg Clayton2015-10-071-1/+2
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-078-0/+102
* Don't do DWO tests on darwin as they aren't supported. If this is an error an...Greg Clayton2015-10-071-1/+1
* This test is useless. It doesn't work and it fails on MacOSX. Removing it.Greg Clayton2015-10-072-78/+0
* Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).Greg Clayton2015-10-071-0/+2
* More fixes for binaries that we strip. When we strip a binary we can't do Dwa...Greg Clayton2015-10-071-0/+4
* Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...Greg Clayton2015-10-072-0/+5
* Fixed up some first responder issues and added menubar support that isn't in ...Greg Clayton2015-10-072-46/+262
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-073-38/+82
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-077-36/+36
* Add expectedFailureFreeBSD for Go runtime testEd Maste2015-10-071-0/+1
* Resumbit "Fix race condition during process detach"Pavel Labath2015-10-071-1/+0
* Fix race condition in the working directory cleanup codeTamas Berghammer2015-10-071-4/+9
* Remove working directory from remote platform in the test suiteTamas Berghammer2015-10-071-0/+7
* XFAIL new dwo test failing with totclang on linux i386Tamas Berghammer2015-10-071-0/+1
* Run tests with dwo symbol filesTamas Berghammer2015-10-076-3/+65
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+0
* Modify minimumg go version to 1.4.0 for tests.Todd Fiala2015-10-061-6/+3
* Add missing GoLanguageRuntime files.Ryan Brown2015-10-062-0/+117
* Bungled my last change in a tweak.Todd Fiala2015-10-061-2/+1
OpenPOWER on IntegriCloud