summaryrefslogtreecommitdiffstats
path: root/lldb/test/lldbplatformutil.py
Commit message (Collapse)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-13/+0
| | | | | | | | | | | This is the conclusion of an effort to get LLDB's Python code structured into a bona-fide Python package. This has a number of benefits, but most notably the ability to more easily share Python code between different but related pieces of LLDB's Python infrastructure (for example, `scripts` can now share code with `test`). llvm-svn: 251532
* Make several test case arm32 compatibleTamas Berghammer2015-04-171-0/+2
| | | | llvm-svn: 235172
* test: Move amd64 -> x86_64 translation to getArchitecture()Ed Maste2015-04-061-1/+1
| | | | | | | Rather than sprinkling this knowledge throughout the test suite, just translate amd64 to x86_64 globally. llvm-svn: 234166
* test: Add amd64 architecture alias for x86_64Ed Maste2015-04-061-1/+1
| | | | | | 64-bit x86 is called amd64 on FreeBSD. llvm-svn: 234164
* Fix test expectation for aarch64 in several test caseTamas Berghammer2015-04-021-0/+11
These test cases check if they are able to read registers after the inferior is crashed. Previously they did it with reading the eax register what is only available on i386 and x86_64. Thic CL add code to do the check based on the target architecture (currently i386, x86_64 and aarch64 is supported) Differential revision: http://reviews.llvm.org/D8702 llvm-svn: 233907
OpenPOWER on IntegriCloud