summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-81/+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/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-19/+6
* XFAIL tests on Windows that are failing to resolve breakpoints.Zachary Turner2015-09-021-0/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* Remove old local-only linux debugging codePavel Labath2015-06-241-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Mark several tests as XFAIL with new expectedFailureLLGS decorator since they...Chaoren Lin2015-02-031-0/+1
* Enable TestExitDuringBreak.test_with_dwarf on Linux.Todd Fiala2014-02-281-1/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste2013-12-091-1/+1
* Disabling tests affected by llvm.org/pr16170 on LinuxDaniel Malea2013-09-091-0/+1
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-251-0/+1
* Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec2013-06-171-1/+1
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+94
OpenPOWER on IntegriCloud