aboutsummaryrefslogtreecommitdiff
path: root/src/test/scheduler_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-9/+8
* Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan2018-08-311-2/+4
|\
| * Don't assert(...) with side effectspracticalswift2018-08-281-2/+4
* | tests: Fix accidental trunction from int to boolpracticalswift2018-08-281-1/+1
|/
* Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen2018-08-261-2/+2
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | Add Unit Test for SingleThreadedSchedulerClientJesse Cohen2018-05-181-1/+43
|/
* Avoid unintentional unsigned integer wraparounds in testspracticalswift2018-02-231-2/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...practicalswift2017-06-071-6/+4
* [Trivial] Grammar and typo correctionLauda2017-01-221-2/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-3/+1
* Reenable multithread scheduler test.Pavel Janík2016-05-061-2/+0
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* test: Disable scheduler test manythreadsWladimir J. van der Laan2015-12-011-0/+2
* More robust CScheduler unit testGavin Andresen2015-05-161-9/+18
* CScheduler unit testGavin Andresen2015-05-141-0/+110