summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/state/TestThreadStates.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-346/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-55/+10
* XFAIL tests on Windows that are failing to resolve breakpoints.Zachary Turner2015-09-021-0/+3
* XFAIL test_thread_state_after_continue on Windows.Zachary Turner2015-09-021-1/+3
* Fix a bunch of portability issues in test executables.Zachary Turner2015-08-251-17/+17
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-5/+5
* Remove old local-only linux debugging codePavel Labath2015-06-241-1/+1
* 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-271-5/+5
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-5/+5
* Mark several tests as XFAIL with new expectedFailureLLGS decorator since they...Chaoren Lin2015-02-031-1/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* This only fails on Darwin ; thanks Jim for pointing that outEnrico Granata2013-11-011-2/+2
* Thread::SetState() is not being called upon hitting the breakpointEnrico Granata2013-10-311-0/+2
* test: Update FreeBSD failure decoratorsEd Maste2013-09-131-0/+1
* Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec2013-06-171-6/+6
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-13/+13
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-4/+4
* Adding support for setting thread stop state when a process stops.Andrew Kaylor2013-05-101-2/+0
* Revert r181482 as it causes occasional hangs in LLDB buildbotsDaniel Malea2013-05-091-0/+2
* Adding code to set thread state to stopped when the process stops.Andrew Kaylor2013-05-081-2/+0
* Refactoring thread state tests to show individual failuresAndrew Kaylor2013-04-301-6/+260
* Removing invalid test cases from thread state testAndrew Kaylor2013-04-261-14/+0
* Fix missing module name in expectedFailure callsDaniel Malea2013-04-231-2/+2
* Adding basic test for thread state (See PR-15824)Andrew Kaylor2013-04-231-0/+140
OpenPOWER on IntegriCloud