summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-025-0/+81
* [lldb] [test] Add NetBSD to XFAIL list for thread_local testMichal Gorny2019-09-251-1/+2
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2547-75/+71
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-1/+1
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [dotest] Delete trivial inline test makefilesPavel Labath2019-09-0514-36/+0
* [lldb][NFC] Add a simple test for thread_local storage.Raphael Isemann2019-09-043-0/+25
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-04140-402/+140
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-041-0/+1
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-ofRaphael Isemann2019-08-291-0/+18
* [TestCppOperators] Enable TestCppOperators on Windows.Jonas Devlieghere2019-08-281-2/+1
* [lldb][NFC] Test named operators like new and function names that might confu...Raphael Isemann2019-08-281-0/+18
* [lldb][NFC] Actually run all expects in lang/cpp/operatorsRaphael Isemann2019-08-281-12/+6
* [lldb][NFC] Extend operator test case with conversion operatorsRaphael Isemann2019-08-281-0/+9
* [lldb][NFC] Test custom C++ operatorsRaphael Isemann2019-08-283-0/+150
* Fix TestStdCXXDisassembly.pyPavel Labath2019-08-271-1/+1
* [test] Disable two of the recently (re)enabled tests on Windows.Jonas Devlieghere2019-08-271-0/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-272-10/+0
* [LLDB] Address post-commit code review feedback.Jonas Devlieghere2019-08-231-2/+0
* [test] Update test so it matches the Windows outputJonas Devlieghere2019-08-211-3/+3
* When building file without debug info, include the architectureJason Molenda2019-08-211-1/+5
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+53
* Change test to use uint64_t to support compiling for 32-bit architectures.Adrian Prantl2019-08-151-2/+2
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-125-65/+0
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-105-0/+65
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-072-0/+11
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-026-0/+71
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0285-185/+0
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-232-1/+5
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-0/+4
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-186-0/+49
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-172-2/+16
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-041-1/+2
* Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl2019-05-163-0/+42
* [Target] Generalize some behavior in ThreadAlex Langford2019-05-151-3/+4
* 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-022-1/+6
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-024-2/+94
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-0/+37
* Disabling test in TestClassTemplateParameterPack.py until we do template look...Shafik Yaghmour2019-05-012-7/+9
* [TestTemplateFunction] Add a missing debug info variant.Davide Italiano2019-04-251-1/+1
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-243-0/+51
* Rename C++ TestGlobalVariables.py to have a distinct name from C version.Adrian Prantl2019-04-221-0/+0
* [lldb] Don't filter variable list when doing a lookup by mangled name in Symb...Kuba Mracek2019-04-183-0/+63
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-0/+2
OpenPOWER on IntegriCloud