aboutsummaryrefslogtreecommitdiff
path: root/src/test/checkqueue_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov2020-06-041-1/+1
* test/checkqueue_tests: thread safety annotationsAnthony Towns2020-05-191-9/+14
* test: Move boost/stdlib includes lastMarcoFalke2020-04-171-5/+5
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-5/+5
* scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-1/+1
* Use correct C++11 header for std::swap()Hennadii Stepanov2019-11-291-0/+1
* Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke2019-11-071-9/+7
|\
| * [tests] Don't use TestingSetup in the checkqueue_testsJohn Newbery2019-11-061-9/+7
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
|/
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-2/+1
* Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke2019-04-161-1/+0
|\
| * tests: Reduce noise level in test_bitcoin outputpracticalswift2019-03-291-1/+0
* | scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* | scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
|/
* Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift2018-12-151-1/+2
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-7/+7
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-2/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-1/+1
* test: Plug memory leaks and stack-use-after-scopeMarcoFalke2018-02-221-4/+4
* Merge #11558: Minimal code changes to allow msvc compilationWladimir J. van der Laan2017-12-131-1/+1
|\
| * Minimal code changes to allow msvc compilation.Aaron Clauson2017-11-101-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
|/
* Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test...Jeremy Rubin2017-08-091-15/+18
* Merge #10521: Limit variable scopePieter Wuille2017-06-091-4/+4
|\
| * Limit variable scopepracticalswift2017-06-051-4/+4
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-5/+5
* | scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-5/+5
|/
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* Fix shadowing of local variables.Pavel Janík2017-03-181-4/+4
* Add CheckQueue TestsJeremy Rubin2017-02-161-0/+442