summaryrefslogtreecommitdiffstats
path: root/lldb/test/lldbtest.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-2838/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Deprecate -m/+m dotest options in favor of test categoriesPavel Labath2015-10-271-28/+0
* Python 3: Convert uses of `callable(x)` to `six.callable(x)`.Zachary Turner2015-10-261-4/+6
* Remove use of octal literals.Zachary Turner2015-10-261-1/+1
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-261-15/+18
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-27/+11
* Python3 - Wrap more statements in calls to list()Zachary Turner2015-10-231-2/+2
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-1/+1
* Python 3 porting - Wrap returns from map() in list()Zachary Turner2015-10-221-1/+1
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-11/+7
* Use six to portably assign metaclasses in Python 2 and 3.Zachary Turner2015-10-201-5/+7
* Convert print statements to print function calls.Zachary Turner2015-10-191-56/+58
* Factor the execution of the test method into a separate function to ensure th...Adrian McCarthy2015-10-151-0/+6
* dotest.py: Remove useless AttributeError catchesPavel Labath2015-10-121-45/+18
* Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...Greg Clayton2015-10-071-0/+3
* Fix race condition in the working directory cleanup codeTamas Berghammer2015-10-071-4/+9
* Remove working directory from remote platform in the test suiteTamas Berghammer2015-10-071-0/+7
* Run tests with dwo symbol filesTamas Berghammer2015-10-071-2/+44
* Modify minimumg go version to 1.4.0 for tests.Todd Fiala2015-10-061-6/+3
* Bungled my last change in a tweak.Todd Fiala2015-10-061-2/+1
* Address failing Go tests on go version from Ubuntu 14.04Todd Fiala2015-10-061-1/+23
* Do not attempt to join the remote paths if none existEnrico Granata2015-10-021-1/+1
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-23/+107
* Add first tests for mini-dump debugging.Adrian McCarthy2015-09-161-0/+4
* Add a TypeSystem for GoRyan Brown2015-09-141-0/+32
* Fix a thinko causing test logs for crashes to not get written.Zachary Turner2015-09-111-1/+1
* XFAIL TestBuiltinTrap on android-arm (gcc bug)Tamas Berghammer2015-09-071-2/+3
* Mark TestCreateDuringInstructionStep as flaky on android armPavel Labath2015-09-071-0/+3
* Sleep-and-retry after a failure to delete a log file, which may be because an...Adrian McCarthy2015-09-041-1/+11
* Don't throw an exception when module cleanup fails.Zachary Turner2015-08-261-5/+13
* Skip TestCreateDuringInstructionStep on android aarch64Pavel Labath2015-08-201-18/+19
* Make skipUnlessArch decorator actually skip instead of XFAIL.Zachary Turner2015-08-141-5/+18
* [LLDB][MIPS] Added expected failure for "test disassembler settings"Mohit K. Bhakkad2015-07-301-0/+5
* Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...Oleksiy Vyalov2015-07-291-0/+4
* XFAIL watchpoint tests on Android arm/aarch64Tamas Berghammer2015-07-221-6/+9
* Apply Android -pie switch to buildDefault as well.Chaoren Lin2015-07-181-5/+11
* Detect if necessary to build inferior with -pie for Android.Chaoren Lin2015-07-171-19/+31
* Check if altsep exists before replace.Chaoren Lin2015-07-171-1/+2
* Handle altsep ('/' on Windows) in compiler path for log files.Chaoren Lin2015-07-171-0/+1
* Fix _LocalProcess.terminate on Windows.Adrian McCarthy2015-07-071-12/+9
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-16/+6
* Run teardown and setup before retry for expectedFlakey testsYing Chen2015-07-011-1/+6
* Added expectedFlakey test decoratorVince Harron2015-06-261-0/+62
* Remove old local-only linux debugging codePavel Labath2015-06-241-9/+0
* [TestLoadUnload] Enable for Android while skipping it for other remotes.Siva Chandra2015-06-171-0/+22
* XFail pexpect tests for Windows hosts.Chaoren Lin2015-06-091-0/+9
* Skip TestInferiorChanged if host platform is windows.Chaoren Lin2015-06-081-0/+14
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-061-2/+2
* [TestGdbRemoteAbort] Skip on API 16 Android devicesSiva Chandra2015-06-051-13/+26
OpenPOWER on IntegriCloud