summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0197-148/+148
* Ignore "push/pop {sp}" in emulation based unwindingTamas Berghammer2015-06-302-2/+15
* Mark AttachResumeTestCase as flakyTamas Berghammer2015-06-291-0/+1
* Correct failure decorator in test_fd_leak_multitargetEd Maste2015-06-291-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-267-7/+10
* Add branch emulation to aarch64 instruction emulatorTamas Berghammer2015-06-261-0/+12
* Enable TestInferiorCrashing and TestRecursiveInferior on androidPavel Labath2015-06-252-2/+5
* Remove XFAIL from TestCreateAfterAttachPavel Labath2015-06-251-3/+0
* Remove xfail for TestDisassembleBreakpoint.Chaoren Lin2015-06-241-1/+0
* Remove old local-only linux debugging codePavel Labath2015-06-247-11/+11
* [TestLoadUnload] Build the main inferior exe with -pie.Siva Chandra2015-06-181-1/+1
* Add new test for stress testing stack unwindingTamas Berghammer2015-06-184-0/+172
* Fix a variety of typos.Bruce Mitchener2015-06-184-4/+4
* [TestLoadUnload] Enable for Android while skipping it for other remotes.Siva Chandra2015-06-173-41/+90
* Revert r239873 - I actually want to think some more about thisEnrico Granata2015-06-172-4/+0
* Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata2015-06-172-0/+4
* XFail pexpect tests for Windows hosts.Chaoren Lin2015-06-094-34/+34
* Skip TestInferiorChanged if host platform is windows.Chaoren Lin2015-06-081-0/+1
* Use skipIf instead of skipUnless in TestTerminal for better readability.Chaoren Lin2015-06-061-1/+1
* Fix TestAttachDenied and TestChangeProcessGroup for remote Windows to Android.Chaoren Lin2015-06-062-4/+4
* [TestGdbRemoteAbort] Skip on API 16 Android devicesSiva Chandra2015-06-052-4/+4
* Check before using platform specific attributes.Chaoren Lin2015-06-051-1/+2
* [TestChangeProcessGroup] Mark the test as xfail for Android API 16Siva Chandra2015-06-051-0/+1
* Skip test failing on FreeBSD buildbot due to pexepect issuesEd Maste2015-06-031-0/+1
* XFAIL TestPlatformCommand test failing on the FreeBSD buildbotEd Maste2015-06-031-0/+1
* Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata2015-06-033-0/+50
* Update TestConcurrentEvents to use UnixSignals instead of python signals.Chaoren Lin2015-06-021-8/+4
* Use wildcard instead of relying on shell globbing.Chaoren Lin2015-06-021-2/+1
* Use new get_signal_number utility function for tests.Chaoren Lin2015-06-021-2/+3
* Skip TestChangeProcessGroup on FreeBSD for nowEd Maste2015-06-021-0/+1
* Fix TestJoinAfterBreak test on WindowsAdrian McCarthy2015-06-013-41/+23
* XFAIL additional signal vs exception tests failing on FreeBSDEd Maste2015-05-293-1/+3
* XFAIL TestHandleSegv on FreeBSDEd Maste2015-05-291-0/+1
* TestHandleSegv: also assert that we have a threadEd Maste2015-05-291-1/+1
* XFAIL two tests for androidPavel Labath2015-05-292-0/+2
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-297-65/+184
* Simplify regex in TestDataFormatterUnordered.py for better readability.Chaoren Lin2015-05-281-6/+22
* Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on DarwinYing Chen2015-05-281-0/+6
* Add a comment explaining the eCommandRequiresTarget testEd Maste2015-05-281-0/+2
* Revert r238425, it undoes the purpose of the testEd Maste2015-05-281-7/+3
* Fix TestCommandScript: return an error if target executable is not setEd Maste2015-05-281-3/+7
* Cleanup the forked child in TestChangeProcessGroupPavel Labath2015-05-281-0/+8
* Don't check breakpoint location count in TestChangeProcessGroupPavel Labath2015-05-281-1/+1
* Move prctl call in TestChangeProcessGroup to the childPavel Labath2015-05-281-13/+13
* [NativeProcessLinux] Support inferiors which change their process groupPavel Labath2015-05-283-0/+200
* [TestDataFormatterUnordered] Use patterns to match unordered_<multi>set elementsSiva Chandra2015-05-281-8/+8
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2797-148/+148
* [TestDataFormatterUnordered] Fix a few typos in the test.Siva Chandra2015-05-271-2/+2
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-273-13/+23
* Disable TestConcurrentEvents.py on Windows.Zachary Turner2015-05-221-1/+1
OpenPOWER on IntegriCloud