summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/register_variables
Commit message (Expand)AuthorAgeFilesLines
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-041-3/+1
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-281-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-1/+1
* [LLDB][MIPS] Fix TestRegisterVariables.py.Nitesh Jain2017-06-141-1/+1
* Fix TestRegisterVariables for clang/armPavel Labath2017-04-191-2/+11
* Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5Omair Javaid2017-01-131-1/+1
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* Remove a debug print statement.Jim Ingham2016-10-181-1/+0
* Add some logging when trace is on. We're getting a bot failure on i386 that ...Jim Ingham2016-09-291-8/+15
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-22/+33
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-291-1/+1
* Enable some tests on linuxPavel Labath2016-06-091-2/+1
* Fix TestRegisterVariables.py on WindowsAdrian McCarthy2016-04-261-3/+3
* Fix and xfail TestRegisterVariables after rL265498Tamas Berghammer2016-04-062-8/+3
* make TestRegisterVariables slightly more resilientTodd Fiala2016-04-062-16/+123
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* [TestRegisterVariables] Adjust compiler range in expected failure decorator.Siva Chandra2016-03-091-2/+2
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-082-1/+27
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-091-2/+2
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-0/+104
OpenPOWER on IntegriCloud