summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/TestNumThreads.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-53/+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-14/+2
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Have TestNumThreads use std::thread instead of pthreads so that it can work c...Adrian McCarthy2015-05-201-4/+6
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-1/+1
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-151-6/+4
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-141-4/+6
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Do not rely on invalid pthread API use in thread testEd Maste2014-04-091-1/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Add decorator for FreeBSD failing test due to pr18061Ed Maste2013-11-261-1/+1
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-241-0/+1
* Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec2013-06-171-1/+1
* Add test to check the number of threads.Matt Kopec2013-01-081-0/+66
OpenPOWER on IntegriCloud