summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.Jim Ingham2019-12-162-0/+3
* Run all threads when extending a next range over a call.Jim Ingham2019-12-163-0/+110
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-132-8/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1322-22/+0
* [lldb] Remove xpasses after pr44037 fix committedMuhammad Omair Javaid2019-12-131-5/+1
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-092-11/+0
* [lldb] s/assertTrue/assertEqual in TestStepTarget.pyPavel Labath2019-12-041-9/+7
* Mark PR44037 tests as XFAIL on AArch64 Linux dwoDiana Picus2019-11-191-1/+5
* [lldb] [test] Un-XFAIL tests that work on NetBSD 9Michał Górny2019-11-091-2/+0
* XFAIL TestLocalVariables.py on WindowsJonas Devlieghere2019-10-211-0/+1
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-082-3/+46
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-255-5/+5
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-052-4/+0
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0430-87/+30
* Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl2019-08-151-2/+2
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-072-0/+11
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0219-41/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-232-1/+5
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-183-0/+18
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-172-2/+16
* Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl2019-05-031-1/+0
* Split TestVLA into two and XFAIL one partPavel Labath2019-05-031-3/+10
* Fix tests on non-Darwin platforms.Adrian Prantl2019-05-021-1/+2
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-021-2/+13
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-0/+2
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-091-0/+2
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-048-0/+9
* Update stale comment in lang/c/struct_types/main.cJonas Devlieghere2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-161-0/+4
* [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-201-4/+1
* [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.2)Stella Stamenova2018-12-191-1/+0
* [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
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-133-0/+81
* 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
* XFAIL test for older versions of dsymutilAdrian Prantl2018-08-231-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-121-2/+15
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-072-0/+6
* [test] Re-enable TestUnicodeSymbolsJonas Devlieghere2018-05-081-1/+0
* Remove redundant command.Adrian Prantl2018-05-011-1/+0
* Split TestGlobalVariables into two and xfail one of them for arm64 linuxPavel Labath2018-05-011-10/+23
OpenPOWER on IntegriCloud