summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2843-3119/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2714-14/+14
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2314-0/+28
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2214-102/+30
* Merge dwarf and dsym testsTamas Berghammer2015-09-3014-448/+152
* Enable test_create_after_attach_with_dwarf_and_popen on linuxPavel Labath2015-09-291-1/+0
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+2
* Final unexpected success cleanup for OS X.Todd Fiala2015-09-141-2/+0
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* XFAIL 2 breakpoint tests on Windows.Zachary Turner2015-09-111-0/+1
* For now skip ThreadSpecificBreakTestCase on FreeBSDEd Maste2015-09-091-0/+1
* XFAIL tests that rely on exact thread counts.Zachary Turner2015-09-023-0/+6
* XFAIL tests on Windows that are failing to resolve breakpoints.Zachary Turner2015-09-024-0/+8
* XFAIL test_thread_state_after_continue on Windows.Zachary Turner2015-09-021-1/+3
* Enable a couple of tests in TestExitDuringStep on linuxPavel Labath2015-09-021-2/+0
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-255-24/+23
* Make TestCreateDuringInstructionStep linux-specificPavel Labath2015-08-243-132/+0
* Skip TestCreateAfterAttach on Windows.Zachary Turner2015-08-211-1/+1
* Skip TestCreateDuringInstructionStep on android aarch64Pavel Labath2015-08-201-1/+4
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-203-0/+129
* Add TestCrashDuringStepPavel Labath2015-08-193-0/+86
* Convert all use of pthreads in tests to c++11 threads.Zachary Turner2015-08-1710-110/+90
* Fix typos.Bruce Mitchener2015-07-222-2/+2
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-1/+1
* Windows doesn't have fork.Adrian McCarthy2015-07-071-0/+1
* Normalize line endings.Adrian McCarthy2015-07-061-78/+78
* Fix step over breakpoint on Windows (which was detected by TestCreateAfterAtt...Adrian McCarthy2015-07-063-100/+100
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0111-15/+15
* Added expectedFlakey test decoratorVince Harron2015-06-262-1/+4
* Remove XFAIL from TestCreateAfterAttachPavel Labath2015-06-251-3/+0
* Remove old local-only linux debugging codePavel Labath2015-06-246-10/+10
* Fix a variety of typos.Bruce Mitchener2015-06-182-2/+2
* Update TestConcurrentEvents to use UnixSignals instead of python signals.Chaoren Lin2015-06-021-8/+4
* Fix TestJoinAfterBreak test on WindowsAdrian McCarthy2015-06-013-41/+23
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-4/+11
* Skip ThreadStateTestCase.test_state_after_continue_with_dwarf on DarwinYing Chen2015-05-281-0/+6
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2711-15/+15
* Disable TestConcurrentEvents.py on Windows.Zachary Turner2015-05-221-1/+1
* Update Makefile to reflect that TestNumThreads now uses std::thread instead o...Adrian McCarthy2015-05-211-1/+1
* Have TestNumThreads use std::thread instead of pthreads so that it can work c...Adrian McCarthy2015-05-204-62/+57
* Fix test expectation in TestThreadExit after r237566Tamas Berghammer2015-05-181-4/+4
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-184-4/+4
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-154-57/+62
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-144-62/+57
* XFAIL and Skip flaky test case on linuxTamas Berghammer2015-05-121-0/+2
* Skip and XFAIL TestThreadStepOut as it times out on the Linux build botTamas Berghammer2015-05-111-0/+6
* Skip tests that are timing out on the FreeBSD buildbotEd Maste2015-05-091-0/+31
* [TestCreateAfterAttach] Add @skipIfRemote to the forking test.Siva Chandra2015-05-081-0/+1
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-1/+0
OpenPOWER on IntegriCloud