summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-131-4/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.pyJason Molenda2019-12-111-0/+1
* Mark some tests as xfail on AArch64 LinuxDiana Picus2019-12-031-0/+4
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-3/+0
* [ABI] Fix SystemV ABI to handle nested aggregate type returned in registerAlex Langford2019-06-041-1/+2
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-2/+2
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-021-10/+9
* Revert r328715. Wasn't wrong, just not the issue.Jim Ingham2018-03-281-1/+0
* Explicitly import subprocessJim Ingham2018-03-281-0/+1
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-231-0/+75
OpenPOWER on IntegriCloud