aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-01-04scripted-diff: Add missed copyright headersHennadii Stepanov
2019-12-06Merge #17051: tests: Add deserialization fuzzing harnessesWladimir J. van der Laan
2019-12-04Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64leMarcoFalke
2019-12-04test: Use char instead of unsigned charMarcoFalke
2019-12-03Merge #17555: test: add unit test for non-standard txs with wrong nVersionMarcoFalke
2019-12-03Merge #17641: Add unit test for leveldb creation with unicode pathMarcoFalke
2019-11-30Add unit test for DB creation with unicode pathAaron Clauson
2019-11-29Use correct C++11 header for std::swap()Hennadii Stepanov
2019-11-21test: add unit test for non-standard txs with wrong nVersionDominik Spicher
2019-11-21tests: Add deserialization fuzzing harnessespracticalswift
2019-11-21Merge #17407: node: Add reference to mempool in NodeContextMarcoFalke
2019-11-18Merge #17136: tests: Add fuzzing harness for various PSBT related functionsMarcoFalke
2019-11-18tests: Add fuzzing harness for various PSBT related functionspracticalswift
2019-11-15scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke
2019-11-15test: Replace recursive lock with locking annotationsMarcoFalke
2019-11-15node: Add reference to mempool in NodeContextMarcoFalke
2019-11-14test: add unit test for non-standard txs with too large scriptSigSebastian Falbesoner
2019-11-12fix Typo: "merkelRoot" -> "merkleRoot"ianliu
2019-11-08Merge #15934: Merge settings one place instead of five placesWladimir J. van der Laan
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-07Add settings_testsRussell Yanofsky
2019-11-07Deduplicate settings merge codeRussell Yanofsky
2019-11-07Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke
2019-11-07Merge #17342: refactor: Clean up nScriptCheckThreadsMarcoFalke
2019-11-07Merge #17384: test: Create new test libraryMarcoFalke
2019-11-06[refactor] Replace global int nScriptCheckThreads with boolJohn Newbery
2019-11-06[tests] Don't use TestingSetup in the checkqueue_testsJohn Newbery
2019-11-06doc: Add documentation for new test/libMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-06Merge #17390: test: Add util_ArgParsing testWladimir J. van der Laan
2019-11-06Merge #17388: Add missing newline in util_ChainMerge testWladimir J. van der Laan
2019-11-05Add util_ArgParsing testRussell Yanofsky
2019-11-05Merge #16805: logs: add timing information to FlushStateToDisk()Wladimir J. van der Laan
2019-11-05Add missing newline in util_ChainMerge testRussell Yanofsky
2019-11-05Merge #16540: test: Add ASSERT_DEBUG_LOG to unit test frameworkMarcoFalke
2019-11-05Merge #17363: test: add "diamond" unit test to MempoolAncestryTestsMarcoFalke
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-11-05Merge #17357: tests: Add fuzzing harness for Bech32 encoding/decodingMarcoFalke
2019-11-05Merge #17243: p2p: add PoissonNextSend method that returns mockable timeMarcoFalke
2019-11-05[tools] add PoissonNextSend method that returns mockable timeAmiti Uttarwar
2019-11-05tests: Add fuzzing harness for Bech32 encoding/decodingpracticalswift
2019-11-05tests: Move CaseInsensitiveEqual to test/util/strpracticalswift
2019-11-04logs: add BCLog::Timer and related macrosJames O'Beirne
2019-11-04test: Reset global args between test suitesMarcoFalke
2019-11-04test: Add ASSERT_DEBUG_LOG to unit test frameworkMarcoFalke
2019-11-04test: add "diamond" unit test to MempoolAncestryTestsSebastian Falbesoner
2019-11-04Merge #17228: test: Add RegTestingSetup to setup_commonMarcoFalke
2019-11-01Merge #17254: test: fix script_p2sh_tests OP_PUSHBACK2/4 missingMarcoFalke
2019-11-01test: Do not instantiate CAddrDB for static callHennadii Stepanov
2019-10-31Merge #17274: tests: Fix fuzzers eval_script and script_flags by re-adding EC...MarcoFalke