summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling for Clang module imports.Adrian Prantl2019-03-195-8/+22
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-091-0/+2
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0418-6/+26
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-272-0/+30
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* [testsuite] Skip this test correctly also on macOS.Davide Italiano2019-02-161-3/+2
* Temporarily disable test:Richard Smith2019-02-161-1/+4
* Add explicit language specifier to test.Adrian Prantl2019-02-141-1/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-136-0/+53
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+1
* Update stale comment in lang/c/struct_types/main.cJonas Devlieghere2019-02-041-2/+2
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+0
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-281-10/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-243-0/+10
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-221-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1957-228/+171
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-164-0/+43
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-141-0/+1
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-041-0/+11
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-211-0/+2
* [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova2018-12-201-0/+1
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-206-18/+5
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-203-17/+128
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-202-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-202-8/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-194-5/+0
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-195-21/+0
* Un-XFAIL TestNamespaceLookup for linuxPavel Labath2018-12-181-12/+3
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+10
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-2/+12
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-123-0/+135
* Remove header grouping comments.Jonas Devlieghere2018-11-112-2/+2
* [TestVLA] Fix a python decorator.Davide Italiano2018-11-061-1/+2
* Skip this test on older versions of clang.Adrian Prantl2018-11-051-0/+1
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-053-0/+45
* Remove Go debugger pluginJonas Devlieghere2018-11-0510-732/+0
* [testsuite] Skip an already failing test on MacOS.Davide Italiano2018-10-301-0/+1
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-121-1/+1
* Adding support to step into the callable wrapped by libc++ std::functionShafik Yaghmour2018-10-123-0/+116
* Fix tests affected by printing change.Jonas Devlieghere2018-10-011-1/+1
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-133-0/+81
* Avoid using short identifiers in some testsPavel Labath2018-08-312-20/+20
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-282-0/+47
* Change xfail to skipIf. The exact condition is really difficult to getAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of clangAdrian Prantl2018-08-231-1/+1
OpenPOWER on IntegriCloud