summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Clean up test results on Windows.Zachary Turner2016-05-133-1/+4
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-121-5/+1
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-114-0/+5
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-108-105/+13
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* Added a testcase for the ptr_refs tool so we catch if it stops working.Sean Callanan2016-05-033-0/+75
* Split out console and file writing cases in TestCommandScriptImmediateOutputFrancis Ricci2016-05-031-4/+17
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-283-0/+98
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-274-0/+4
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-272-2/+0
* Remove flaky decorator from two tests on linuxPavel Labath2016-04-252-4/+0
* Add a --element-count option to the expression commandEnrico Granata2016-04-256-0/+203
* Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka2016-04-223-0/+131
* Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata2016-04-203-0/+64
* Fix xfail for test_tilde_home_directory on windowsTamas Berghammer2016-04-201-1/+1
* llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton2016-04-191-0/+60
* Fixup r266327Pavel Labath2016-04-181-2/+2
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Disable LinuxCoreTestCase.test_s390xUlrich Weigand2016-04-141-0/+2
* [test] make expect_state_changes actually expect *only* themPavel Labath2016-04-142-11/+12
* Fix test cases for big-endian systemsUlrich Weigand2016-04-146-70/+146
* Fixes for platforms that default to unsigned charUlrich Weigand2016-04-141-1/+1
* Support Linux on SystemZ as platformUlrich Weigand2016-04-149-1/+18
* Attempt to fix TestCPPBreakpointLocations on Linux/Android.Oleksiy Vyalov2016-04-131-1/+1
* Fix breakpoint_set_restart test for WindowsAdrian McCarthy2016-04-121-2/+8
* Fixed being able to set breakpoints on destructors when we don't fully specif...Greg Clayton2016-04-121-0/+3
* Breakpoint conditions were making result variables, which they should not do. Jim Ingham2016-04-121-0/+4
* 'int' is reported as an exception on OS X not as a signal. I don't thinkJim Ingham2016-04-121-1/+1
* Fixup TestFdLeakPavel Labath2016-04-121-3/+5
* Add a ThreadSanitizer testcase that tests multiple reported issues.Kuba Brecka2016-04-103-0/+212
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-2/+2
* Fix TestBreakpointSetRestart failure on Android.Oleksiy Vyalov2016-04-091-6/+12
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-084-48/+11
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-082-31/+1
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-083-0/+61
* Enabling AddressSanitizer tests, they should pass now (and this time I mean it).Kuba Brecka2016-04-072-2/+0
* Enable TestDebugBreak on x86_64 as wellPavel Labath2016-04-071-1/+1
* Fixup TestLinuxCore on windowsPavel Labath2016-04-061-0/+2
* Revert "XFail TestImport.py on Windows because Python 3 import rules don't wo...Adrian McCarthy2016-04-051-1/+0
* XFail TestImport.py on Windows because Python 3 import rules don't work that ...Adrian McCarthy2016-04-051-0/+1
* Reverting r265401 ("Enabling AddressSanitizer tests, they should work now.")Kuba Brecka2016-04-052-0/+2
* Enabling AddressSanitizer tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fixing AddressSanitizer tests (update expectations for current ASan, make it ...Kuba Brecka2016-04-052-23/+13
* [NFC] Cleanup the code used to run shell commands from testsTamas Berghammer2016-04-052-44/+2
* Enabling TSan tests, they should work now.Kuba Brecka2016-04-052-2/+0
* Fix ThreadSanitizer test cases to work on OS X 10.10 and older.Kuba Brecka2016-04-052-0/+10
OpenPOWER on IntegriCloud