summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Skip TestDisassembleRawData when remoteFrancis Ricci2016-07-011-0/+1
* Removed the redundant "%d errors parsing expression" error. Nobody keeps score.Sean Callanan2016-06-301-2/+2
* Correct watchpoint size test failure on certain devicesOmair Javaid2016-06-301-3/+3
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-293-1/+3
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-271-0/+1
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-242-1/+69
* Don't run TestImageListMultiArchitecture during remote test suiteFrancis Ricci2016-06-241-0/+1
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-243-0/+82
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-242-0/+35
* Don't run the top-level expression test case with -gmodules.Sean Callanan2016-06-231-1/+1
* Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2016-06-202-0/+25
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-163-0/+188
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-103-0/+94
* Enable some tests on linuxPavel Labath2016-06-097-9/+5
* Add a test for the failure described by pr28055. Mark it as xfail.Jim Ingham2016-06-082-0/+68
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-0710-91/+17
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-0710-17/+91
* Fix makefile for TestExternCSymbolsTamas Berghammer2016-06-031-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-023-0/+36
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-013-0/+98
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-2612-29/+78
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Make sure TestRedefinitionsInInlines.py actually inlines.Chaoren Lin2016-05-231-2/+2
* xfail TestRedefinitionsInline on Windows.Zachary Turner2016-05-231-1/+1
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-232-0/+23
* Always rerun all tests on Windows.Zachary Turner2016-05-231-0/+1
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-221-1/+1
* Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.Jim Ingham2016-05-191-0/+77
* xfail TestTopLevelExprs for arm and aarch64 linuxOmair Javaid2016-05-181-0/+1
* xfail TestWatchLocation.py for arm-linux targetsOmair Javaid2016-05-171-0/+1
* Allow custom formatting of session log file names.Zachary Turner2016-05-175-12/+33
* xfail TestTopLevelExprs for Android API 21-22 (llvm.org/pr27787)Tamas Berghammer2016-05-171-2/+4
* Fixed and re-enabled the Clang modules testcase.Sean Callanan2016-05-161-3/+2
* Test diamond virtual inheritance in top-level expressions.Sean Callanan2016-05-161-1/+45
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-161-0/+2
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-162-0/+2
* test: remove use of undefined variablesSaleem Abdulrasool2016-05-161-2/+1
* test: add missing splatSaleem Abdulrasool2016-05-161-1/+1
* test: add missing parameterSaleem Abdulrasool2016-05-161-1/+1
* surface build error content through test event systemTodd Fiala2016-05-144-13/+66
* test infra: catch bad decorators and import-time errorsTodd Fiala2016-05-132-54/+92
* Clean up test results on Windows.Zachary Turner2016-05-1310-4/+10
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-123-6/+10
OpenPOWER on IntegriCloud