Guest User

Untitled

a guest
Jul 4th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.48 KB | None | 0 0
  1. mint@amint:/usr/local/bin$ ./test_bitcoin -p -r detailed > output.txt
  2.  
  3. Test module "Bitcoin Core Test Suite" has failed with:
  4. 322 test cases out of 324 passed
  5. 1 test case out of 324 passed with warnings
  6. 1 test case out of 324 failed
  7. 1 test case out of 324 aborted
  8. 5170889 assertions out of 5170890 passed
  9. 1 assertion out of 5170890 failed
  10. 1 failed warning
  11.  
  12. Test suite "arith_uint256_tests" has passed with:
  13. 11 test cases out of 11 passed
  14. 10713 assertions out of 10713 passed
  15.  
  16. Test case "arith_uint256_tests/basics" has passed with:
  17. 1060 assertions out of 1060 passed
  18.  
  19. Test case "arith_uint256_tests/shifts" has passed with:
  20. 3328 assertions out of 3328 passed
  21.  
  22. Test case "arith_uint256_tests/unaryOperators" has passed with:
  23. 260 assertions out of 260 passed
  24.  
  25. Test case "arith_uint256_tests/bitwiseOperators" has passed with:
  26. 34 assertions out of 34 passed
  27.  
  28. Test case "arith_uint256_tests/comparison" has passed with:
  29. 2560 assertions out of 2560 passed
  30.  
  31. Test case "arith_uint256_tests/plusMinus" has passed with:
  32. 2818 assertions out of 2818 passed
  33.  
  34. Test case "arith_uint256_tests/multiply" has passed with:
  35. 15 assertions out of 15 passed
  36.  
  37. Test case "arith_uint256_tests/divide" has passed with:
  38. 12 assertions out of 12 passed
  39.  
  40. Test case "arith_uint256_tests/methods" has passed with:
  41. 527 assertions out of 527 passed
  42.  
  43. Test case "arith_uint256_tests/bignum_SetCompact" has passed with:
  44. 79 assertions out of 79 passed
  45.  
  46. Test case "arith_uint256_tests/getmaxcoverage" has passed with:
  47. 20 assertions out of 20 passed
  48.  
  49. Test suite "addrman_tests" has passed with:
  50. 17 test cases out of 17 passed
  51. 13630 assertions out of 13630 passed
  52.  
  53. Test case "addrman_tests/addrman_simple" has passed with:
  54. 19 assertions out of 19 passed
  55.  
  56. Test case "addrman_tests/addrman_ports" has passed with:
  57. 11 assertions out of 11 passed
  58.  
  59. Test case "addrman_tests/addrman_select" has passed with:
  60. 29 assertions out of 29 passed
  61.  
  62. Test case "addrman_tests/addrman_new_collisions" has passed with:
  63. 59 assertions out of 59 passed
  64.  
  65. Test case "addrman_tests/addrman_tried_collisions" has passed with:
  66. 245 assertions out of 245 passed
  67.  
  68. Test case "addrman_tests/addrman_find" has passed with:
  69. 15 assertions out of 15 passed
  70.  
  71. Test case "addrman_tests/addrman_create" has passed with:
  72. 5 assertions out of 5 passed
  73.  
  74. Test case "addrman_tests/addrman_delete" has passed with:
  75. 6 assertions out of 6 passed
  76.  
  77. Test case "addrman_tests/addrman_getaddr" has passed with:
  78. 4115 assertions out of 4115 passed
  79.  
  80. Test case "addrman_tests/caddrinfo_get_tried_bucket_legacy" has passed with:
  81. 1029 assertions out of 1029 passed
  82.  
  83. Test case "addrman_tests/caddrinfo_get_new_bucket_legacy" has passed with:
  84. 3071 assertions out of 3071 passed
  85.  
  86. Test case "addrman_tests/caddrinfo_get_tried_bucket" has passed with:
  87. 1029 assertions out of 1029 passed
  88.  
  89. Test case "addrman_tests/caddrinfo_get_new_bucket" has passed with:
  90. 3582 assertions out of 3582 passed
  91.  
  92. Test case "addrman_tests/addrman_serialization" has passed with:
  93. 18 assertions out of 18 passed
  94.  
  95. Test case "addrman_tests/addrman_selecttriedcollision" has passed with:
  96. 157 assertions out of 157 passed
  97.  
  98. Test case "addrman_tests/addrman_noevict" has passed with:
  99. 138 assertions out of 138 passed
  100.  
  101. Test case "addrman_tests/addrman_evictionworks" has passed with:
  102. 102 assertions out of 102 passed
  103.  
  104. Test suite "amount_tests" has passed with:
  105. 4 test cases out of 4 passed
  106. 52 assertions out of 52 passed
  107.  
  108. Test case "amount_tests/MoneyRangeTest" has passed with:
  109. 5 assertions out of 5 passed
  110.  
  111. Test case "amount_tests/GetFeeTest" has passed with:
  112. 36 assertions out of 36 passed
  113.  
  114. Test case "amount_tests/BinaryOperatorTest" has passed with:
  115. 8 assertions out of 8 passed
  116.  
  117. Test case "amount_tests/ToStringTest" has passed with:
  118. 3 assertions out of 3 passed
  119.  
  120. Test suite "allocator_tests" has passed with:
  121. 3 test cases out of 3 passed
  122. 47 assertions out of 47 passed
  123.  
  124. Test case "allocator_tests/arena_tests" has passed with:
  125. 24 assertions out of 24 passed
  126.  
  127. Test case "allocator_tests/lockedpool_tests_mock" has passed with:
  128. 19 assertions out of 19 passed
  129.  
  130. Test case "allocator_tests/lockedpool_tests_live" has passed with:
  131. 4 assertions out of 4 passed
  132.  
  133. Test suite "base32_tests" has passed with:
  134. 1 test case out of 1 passed
  135. 25 assertions out of 25 passed
  136.  
  137. Test case "base32_tests/base32_testvectors" has passed with:
  138. 25 assertions out of 25 passed
  139.  
  140. Test suite "base58_tests" has passed with:
  141. 3 test cases out of 3 passed
  142. 3056 assertions out of 3056 passed
  143.  
  144. Test case "base58_tests/base58_EncodeBase58" has passed with:
  145. 14 assertions out of 14 passed
  146.  
  147. Test case "base58_tests/base58_DecodeBase58" has passed with:
  148. 42 assertions out of 42 passed
  149.  
  150. Test case "base58_tests/base58_random_encode_decode" has passed with:
  151. 3000 assertions out of 3000 passed
  152.  
  153. Test suite "base64_tests" has passed with:
  154. 1 test case out of 1 passed
  155. 18 assertions out of 18 passed
  156.  
  157. Test case "base64_tests/base64_testvectors" has passed with:
  158. 18 assertions out of 18 passed
  159.  
  160. Test suite "bech32_tests" has passed with:
  161. 4 test cases out of 4 passed
  162. 70 assertions out of 70 passed
  163.  
  164. Test case "bech32_tests/bech32_testvectors_valid" has passed with:
  165. 21 assertions out of 21 passed
  166.  
  167. Test case "bech32_tests/bech32m_testvectors_valid" has passed with:
  168. 21 assertions out of 21 passed
  169.  
  170. Test case "bech32_tests/bech32_testvectors_invalid" has passed with:
  171. 14 assertions out of 14 passed
  172.  
  173. Test case "bech32_tests/bech32m_testvectors_invalid" has passed with:
  174. 14 assertions out of 14 passed
  175.  
  176. Test suite "bip32_tests" has passed with:
  177. 3 test cases out of 3 passed
  178. 88 assertions out of 88 passed
  179.  
  180. Test case "bip32_tests/bip32_test1" has passed with:
  181. 38 assertions out of 38 passed
  182.  
  183. Test case "bip32_tests/bip32_test2" has passed with:
  184. 38 assertions out of 38 passed
  185.  
  186. Test case "bip32_tests/bip32_test3" has passed with:
  187. 12 assertions out of 12 passed
  188.  
  189. Test suite "blockchain_tests" has passed with:
  190. 5 test cases out of 5 passed
  191. 5 assertions out of 5 passed
  192.  
  193. Test case "blockchain_tests/get_difficulty_for_very_low_target" has passed with:
  194. 1 assertion out of 1 passed
  195.  
  196. Test case "blockchain_tests/get_difficulty_for_low_target" has passed with:
  197. 1 assertion out of 1 passed
  198.  
  199. Test case "blockchain_tests/get_difficulty_for_mid_target" has passed with:
  200. 1 assertion out of 1 passed
  201.  
  202. Test case "blockchain_tests/get_difficulty_for_high_target" has passed with:
  203. 1 assertion out of 1 passed
  204.  
  205. Test case "blockchain_tests/get_difficulty_for_very_high_target" has passed with:
  206. 1 assertion out of 1 passed
  207.  
  208. Test suite "blockencodings_tests" has passed with:
  209. 7 test cases out of 7 passed
  210. 56 assertions out of 56 passed
  211.  
  212. Test case "blockencodings_tests/SimpleRoundTripTest" has passed with:
  213. 13 assertions out of 13 passed
  214.  
  215. Test case "blockencodings_tests/NonCoinbasePreforwardRTTest" has passed with:
  216. 16 assertions out of 16 passed
  217.  
  218. Test case "blockencodings_tests/SufficientPreforwardRTTest" has passed with:
  219. 12 assertions out of 12 passed
  220.  
  221. Test case "blockencodings_tests/EmptyBlockRoundTripTest" has passed with:
  222. 6 assertions out of 6 passed
  223.  
  224. Test case "blockencodings_tests/TransactionsRequestSerializationTest" has passed with:
  225. 6 assertions out of 6 passed
  226.  
  227. Test case "blockencodings_tests/TransactionsRequestDeserializationMaxTest" has passed with:
  228. 2 assertions out of 2 passed
  229.  
  230. Test case "blockencodings_tests/TransactionsRequestDeserializationOverflowTest" has passed with:
  231. 1 assertion out of 1 passed
  232.  
  233. Test suite "blockfilter_tests" has passed with:
  234. 5 test cases out of 5 passed
  235. 286 assertions out of 286 passed
  236.  
  237. Test case "blockfilter_tests/gcsfilter_test" has passed with:
  238. 200 assertions out of 200 passed
  239.  
  240. Test case "blockfilter_tests/gcsfilter_default_constructor" has passed with:
  241. 6 assertions out of 6 passed
  242.  
  243. Test case "blockfilter_tests/blockfilter_basic_test" has passed with:
  244. 15 assertions out of 15 passed
  245.  
  246. Test case "blockfilter_tests/blockfilters_json_test" has passed with:
  247. 60 assertions out of 60 passed
  248.  
  249. Test case "blockfilter_tests/blockfilter_type_names" has passed with:
  250. 5 assertions out of 5 passed
  251.  
  252. Test suite "blockfilter_index_tests" has passed with:
  253. 2 test cases out of 2 passed
  254. 1583 assertions out of 1583 passed
  255.  
  256. Test case "blockfilter_index_tests/blockfilter_index_initial_sync" has passed with:
  257. 1572 assertions out of 1572 passed
  258.  
  259. Test case "blockfilter_index_tests/blockfilter_index_init_destroy" has passed with:
  260. 11 assertions out of 11 passed
  261.  
  262. Test suite "bloom_tests" has passed with:
  263. 12 test cases out of 12 passed
  264. 2313 assertions out of 2313 passed
  265.  
  266. Test case "bloom_tests/bloom_create_insert_serialize" has passed with:
  267. 7 assertions out of 7 passed
  268.  
  269. Test case "bloom_tests/bloom_create_insert_serialize_with_tweak" has passed with:
  270. 5 assertions out of 5 passed
  271.  
  272. Test case "bloom_tests/bloom_create_insert_key" has passed with:
  273. 1 assertion out of 1 passed
  274.  
  275. Test case "bloom_tests/bloom_match" has passed with:
  276. 13 assertions out of 13 passed
  277.  
  278. Test case "bloom_tests/merkle_block_1" has passed with:
  279. 16 assertions out of 16 passed
  280.  
  281. Test case "bloom_tests/merkle_block_2" has passed with:
  282. 22 assertions out of 22 passed
  283.  
  284. Test case "bloom_tests/merkle_block_2_with_update_none" has passed with:
  285. 19 assertions out of 19 passed
  286.  
  287. Test case "bloom_tests/merkle_block_3_and_serialize" has passed with:
  288. 8 assertions out of 8 passed
  289.  
  290. Test case "bloom_tests/merkle_block_4" has passed with:
  291. 16 assertions out of 16 passed
  292.  
  293. Test case "bloom_tests/merkle_block_4_test_p2pubkey_only" has passed with:
  294. 3 assertions out of 3 passed
  295.  
  296. Test case "bloom_tests/merkle_block_4_test_update_none" has passed with:
  297. 3 assertions out of 3 passed
  298.  
  299. Test case "bloom_tests/rolling_bloom" has passed with:
  300. 2200 assertions out of 2200 passed
  301.  
  302. Test suite "bswap_tests" has passed with:
  303. 1 test case out of 1 passed
  304. 3 assertions out of 3 passed
  305.  
  306. Test case "bswap_tests/bswap_tests" has passed with:
  307. 3 assertions out of 3 passed
  308.  
  309. Test suite "checkqueue_tests" has passed with:
  310. 10 test cases out of 10 passed
  311. 2260 assertions out of 2260 passed
  312.  
  313. Test case "checkqueue_tests/test_CheckQueue_Correct_Zero" has passed with:
  314. 1 assertion out of 1 passed
  315.  
  316. Test case "checkqueue_tests/test_CheckQueue_Correct_One" has passed with:
  317. 1 assertion out of 1 passed
  318.  
  319. Test case "checkqueue_tests/test_CheckQueue_Correct_Max" has passed with:
  320. 1 assertion out of 1 passed
  321.  
  322. Test case "checkqueue_tests/test_CheckQueue_Correct_Random" has passed with:
  323. 231 assertions out of 231 passed
  324.  
  325. Test case "checkqueue_tests/test_CheckQueue_Catches_Failure" has passed with:
  326. 1001 assertions out of 1001 passed
  327.  
  328. Test case "checkqueue_tests/test_CheckQueue_Recovers_From_Failure" has passed with:
  329. 20 assertions out of 20 passed
  330.  
  331. Test case "checkqueue_tests/test_CheckQueue_UniqueCheck" has passed with:
  332. 2 assertions out of 2 passed
  333.  
  334. Test case "checkqueue_tests/test_CheckQueue_Memory" has passed with:
  335. 1000 assertions out of 1000 passed
  336.  
  337. Test case "checkqueue_tests/test_CheckQueue_FrozenCleanup" has passed with:
  338. 1 assertion out of 1 passed
  339.  
  340. Test case "checkqueue_tests/test_CheckQueueControl_Locks" has passed with:
  341. 2 assertions out of 2 passed
  342.  
  343. Test suite "coins_tests" has passed with:
  344. 7 test cases out of 7 passed
  345. 2525727 assertions out of 2525727 passed
  346.  
  347. Test case "coins_tests/coins_cache_simulation_test" has passed with:
  348. 1029011 assertions out of 1029011 passed
  349.  
  350. Test case "coins_tests/updatecoins_simulation_test" has passed with:
  351. 1495671 assertions out of 1495671 passed
  352.  
  353. Test case "coins_tests/ccoins_serialization" has passed with:
  354. 13 assertions out of 13 passed
  355.  
  356. Test case "coins_tests/ccoins_access" has passed with:
  357. 135 assertions out of 135 passed
  358.  
  359. Test case "coins_tests/ccoins_spend" has passed with:
  360. 135 assertions out of 135 passed
  361.  
  362. Test case "coins_tests/ccoins_add" has passed with:
  363. 246 assertions out of 246 passed
  364.  
  365. Test case "coins_tests/ccoins_write" has passed with:
  366. 516 assertions out of 516 passed
  367.  
  368. Test suite "compilerbug_tests" has passed with:
  369. 1 test case out of 1 passed
  370. 5 assertions out of 5 passed
  371.  
  372. Test case "compilerbug_tests/gccbug_90348" has passed with:
  373. 5 assertions out of 5 passed
  374.  
  375. Test suite "compress_tests" has passed with:
  376. 5 test cases out of 5 passed
  377. 640026 assertions out of 640026 passed
  378.  
  379. Test case "compress_tests/compress_amounts" has passed with:
  380. 640006 assertions out of 640006 passed
  381.  
  382. Test case "compress_tests/compress_script_to_ckey_id" has passed with:
  383. 5 assertions out of 5 passed
  384.  
  385. Test case "compress_tests/compress_script_to_cscript_id" has passed with:
  386. 5 assertions out of 5 passed
  387.  
  388. Test case "compress_tests/compress_script_to_compressed_pubkey_id" has passed with:
  389. 5 assertions out of 5 passed
  390.  
  391. Test case "compress_tests/compress_script_to_uncompressed_pubkey_id" has passed with:
  392. 5 assertions out of 5 passed
  393.  
  394. Test suite "crypto_tests" has passed with:
  395. 16 test cases out of 16 passed
  396. 95668 assertions out of 95668 passed
  397.  
  398. Test case "crypto_tests/ripemd160_testvectors" has passed with:
  399. 3299 assertions out of 3299 passed
  400.  
  401. Test case "crypto_tests/sha1_testvectors" has passed with:
  402. 3252 assertions out of 3252 passed
  403.  
  404. Test case "crypto_tests/sha256_testvectors" has passed with:
  405. 3987 assertions out of 3987 passed
  406.  
  407. Test case "crypto_tests/sha512_testvectors" has passed with:
  408. 4188 assertions out of 4188 passed
  409.  
  410. Test case "crypto_tests/hmac_sha256_testvectors" has passed with:
  411. 3495 assertions out of 3495 passed
  412.  
  413. Test case "crypto_tests/hmac_sha512_testvectors" has passed with:
  414. 3571 assertions out of 3571 passed
  415.  
  416. Test case "crypto_tests/aes_testvectors" has passed with:
  417. 10 assertions out of 10 passed
  418.  
  419. Test case "crypto_tests/aes_cbc_testvectors" has passed with:
  420. 168 assertions out of 168 passed
  421.  
  422. Test case "crypto_tests/chacha20_testvector" has passed with:
  423. 8 assertions out of 8 passed
  424.  
  425. Test case "crypto_tests/poly1305_testvector" has passed with:
  426. 12 assertions out of 12 passed
  427.  
  428. Test case "crypto_tests/hkdf_hmac_sha256_l32_tests" has passed with:
  429. 3 assertions out of 3 passed
  430.  
  431. Test case "crypto_tests/chacha20_poly1305_aead_testvector" has passed with:
  432. 18019 assertions out of 18019 passed
  433.  
  434. Test case "crypto_tests/countbits_tests" has passed with:
  435. 55512 assertions out of 55512 passed
  436.  
  437. Test case "crypto_tests/sha256d64" has passed with:
  438. 33 assertions out of 33 passed
  439.  
  440. Test case "crypto_tests/keccak_tests" has passed with:
  441. 1 assertion out of 1 passed
  442.  
  443. Test case "crypto_tests/sha3_256_tests" has passed with:
  444. 110 assertions out of 110 passed
  445.  
  446. Test suite "cuckoocache_tests" has passed with:
  447. 5 test cases out of 5 passed
  448. 134088 assertions out of 134088 passed
  449.  
  450. Test case "cuckoocache_tests/test_cuckoocache_no_fakes" has passed with:
  451. 100000 assertions out of 100000 passed
  452.  
  453. Test case "cuckoocache_tests/cuckoocache_hit_rate_ok" has passed with:
  454. 5 assertions out of 5 passed
  455.  
  456. Test case "cuckoocache_tests/cuckoocache_erase_ok" has passed with:
  457. 32770 assertions out of 32770 passed
  458.  
  459. Test case "cuckoocache_tests/cuckoocache_erase_parallel_ok" has passed with:
  460. 2 assertions out of 2 passed
  461.  
  462. Test case "cuckoocache_tests/cuckoocache_generations" has passed with:
  463. 1311 assertions out of 1311 passed
  464.  
  465. Test suite "denialofservice_tests" has passed with:
  466. 5 test cases out of 5 passed
  467. 144 assertions out of 144 passed
  468.  
  469. Test case "denialofservice_tests/outbound_slow_chain_eviction" has passed with:
  470. 8 assertions out of 8 passed
  471.  
  472. Test case "denialofservice_tests/stale_tip_peer_management" has passed with:
  473. 35 assertions out of 35 passed
  474.  
  475. Test case "denialofservice_tests/peer_discouragement" has passed with:
  476. 22 assertions out of 22 passed
  477.  
  478. Test case "denialofservice_tests/DoS_bantime" has passed with:
  479. 2 assertions out of 2 passed
  480.  
  481. Test case "denialofservice_tests/DoS_mapOrphans" has passed with:
  482. 77 assertions out of 77 passed
  483.  
  484. Test suite "descriptor_tests" has passed with:
  485. 1 test case out of 1 passed
  486. 9305 assertions out of 9305 passed
  487.  
  488. Test case "descriptor_tests/descriptor_test" has passed with:
  489. 9305 assertions out of 9305 passed
  490.  
  491. Test suite "flatfile_tests" has passed with:
  492. 4 test cases out of 4 passed
  493. 18 assertions out of 18 passed
  494.  
  495. Test case "flatfile_tests/flatfile_filename" has passed with:
  496. 2 assertions out of 2 passed
  497.  
  498. Test case "flatfile_tests/flatfile_open" has passed with:
  499. 5 assertions out of 5 passed
  500.  
  501. Test case "flatfile_tests/flatfile_allocate" has passed with:
  502. 9 assertions out of 9 passed
  503.  
  504. Test case "flatfile_tests/flatfile_flush" has passed with:
  505. 2 assertions out of 2 passed
  506.  
  507. Test suite "fs_tests" has passed with:
  508. 1 test case out of 1 passed
  509. 4 assertions out of 4 passed
  510.  
  511. Test case "fs_tests/fsbridge_fstream" has passed with:
  512. 4 assertions out of 4 passed
  513.  
  514. Test suite "getarg_tests" has passed with:
  515. 6 test cases out of 6 passed
  516. 87 assertions out of 87 passed
  517.  
  518. Test case "getarg_tests/boolarg" has passed with:
  519. 34 assertions out of 34 passed
  520.  
  521. Test case "getarg_tests/stringarg" has passed with:
  522. 15 assertions out of 15 passed
  523.  
  524. Test case "getarg_tests/intarg" has passed with:
  525. 12 assertions out of 12 passed
  526.  
  527. Test case "getarg_tests/doubledash" has passed with:
  528. 5 assertions out of 5 passed
  529.  
  530. Test case "getarg_tests/boolargno" has passed with:
  531. 15 assertions out of 15 passed
  532.  
  533. Test case "getarg_tests/logargs" has passed with:
  534. 6 assertions out of 6 passed
  535.  
  536. Test suite "hash_tests" has passed with:
  537. 2 test cases out of 2 passed
  538. 129 assertions out of 129 passed
  539.  
  540. Test case "hash_tests/murmurhash3" has passed with:
  541. 14 assertions out of 14 passed
  542.  
  543. Test case "hash_tests/siphash" has passed with:
  544. 115 assertions out of 115 passed
  545.  
  546. Test suite "interfaces_tests" has passed with:
  547. 7 test cases out of 7 passed
  548. 63 assertions out of 63 passed
  549.  
  550. Test case "interfaces_tests/findBlock" has passed with:
  551. 13 assertions out of 13 passed
  552.  
  553. Test case "interfaces_tests/findFirstBlockWithTimeAndHeight" has passed with:
  554. 4 assertions out of 4 passed
  555.  
  556. Test case "interfaces_tests/findNextBlock" has passed with:
  557. 7 assertions out of 7 passed
  558.  
  559. Test case "interfaces_tests/findAncestorByHeight" has passed with:
  560. 3 assertions out of 3 passed
  561.  
  562. Test case "interfaces_tests/findAncestorByHash" has passed with:
  563. 3 assertions out of 3 passed
  564.  
  565. Test case "interfaces_tests/findCommonAncestor" has passed with:
  566. 10 assertions out of 10 passed
  567.  
  568. Test case "interfaces_tests/hasBlocks" has passed with:
  569. 23 assertions out of 23 passed
  570.  
  571. Test suite "key_io_tests" has passed with:
  572. 3 test cases out of 3 passed
  573. 996 assertions out of 996 passed
  574.  
  575. Test case "key_io_tests/key_io_valid_parse" has passed with:
  576. 312 assertions out of 312 passed
  577.  
  578. Test case "key_io_tests/key_io_valid_gen" has passed with:
  579. 124 assertions out of 124 passed
  580.  
  581. Test case "key_io_tests/key_io_invalid" has passed with:
  582. 560 assertions out of 560 passed
  583.  
  584. Test suite "key_tests" has passed with:
  585. 5 test cases out of 5 passed
  586. 1113 assertions out of 1113 passed
  587.  
  588. Test case "key_tests/key_test1" has passed with:
  589. 553 assertions out of 553 passed
  590.  
  591. Test case "key_tests/key_signature_tests" has passed with:
  592. 516 assertions out of 516 passed
  593.  
  594. Test case "key_tests/key_key_negation" has passed with:
  595. 5 assertions out of 5 passed
  596.  
  597. Test case "key_tests/pubkey_unserialize" has passed with:
  598. 24 assertions out of 24 passed
  599.  
  600. Test case "key_tests/bip340_test_vectors" has passed with:
  601. 15 assertions out of 15 passed
  602.  
  603. Test suite "logging_tests" has passed with:
  604. 1 test case out of 1 passed
  605. 3 assertions out of 3 passed
  606.  
  607. Test case "logging_tests/logging_timer" has passed with:
  608. 3 assertions out of 3 passed
  609.  
  610. Test suite "dbwrapper_tests" has passed with:
  611. 9 test cases out of 9 passed
  612. 2751 assertions out of 2751 passed
  613.  
  614. Test case "dbwrapper_tests/dbwrapper" has passed with:
  615. 8 assertions out of 8 passed
  616.  
  617. Test case "dbwrapper_tests/dbwrapper_basic_data" has passed with:
  618. 50 assertions out of 50 passed
  619.  
  620. Test case "dbwrapper_tests/dbwrapper_batch" has passed with:
  621. 12 assertions out of 12 passed
  622.  
  623. Test case "dbwrapper_tests/dbwrapper_iterator" has passed with:
  624. 22 assertions out of 22 passed
  625.  
  626. Test case "dbwrapper_tests/existing_data_no_obfuscate" has passed with:
  627. 10 assertions out of 10 passed
  628.  
  629. Test case "dbwrapper_tests/existing_data_reindex" has passed with:
  630. 8 assertions out of 8 passed
  631.  
  632. Test case "dbwrapper_tests/iterator_ordering" has passed with:
  633. 1788 assertions out of 1788 passed
  634.  
  635. Test case "dbwrapper_tests/iterator_string_ordering" has passed with:
  636. 852 assertions out of 852 passed
  637.  
  638. Test case "dbwrapper_tests/unicodepath" has passed with:
  639. 1 assertion out of 1 passed
  640.  
  641. Test suite "validation_tests" has passed with:
  642. 3 test cases out of 3 passed
  643. 28406 assertions out of 28406 passed
  644.  
  645. Test case "validation_tests/block_subsidy_test" has passed with:
  646. 390 assertions out of 390 passed
  647.  
  648. Test case "validation_tests/subsidy_limit_test" has passed with:
  649. 28001 assertions out of 28001 passed
  650.  
  651. Test case "validation_tests/signet_parse_tests" has passed with:
  652. 15 assertions out of 15 passed
  653.  
  654. Test suite "mempool_tests" has passed with:
  655. 5 test cases out of 5 passed
  656. 200 assertions out of 200 passed
  657.  
  658. Test case "mempool_tests/MempoolRemoveTest" has passed with:
  659. 9 assertions out of 9 passed
  660.  
  661. Test case "mempool_tests/MempoolIndexingTest" has passed with:
  662. 70 assertions out of 70 passed
  663.  
  664. Test case "mempool_tests/MempoolAncestorIndexingTest" has passed with:
  665. 39 assertions out of 39 passed
  666.  
  667. Test case "mempool_tests/MempoolSizeLimitTest" has passed with:
  668. 24 assertions out of 24 passed
  669.  
  670. Test case "mempool_tests/MempoolAncestryTests" has passed with:
  671. 58 assertions out of 58 passed
  672.  
  673. Test suite "merkle_tests" has passed with:
  674. 6 test cases out of 6 passed
  675. 1319 assertions out of 1319 passed
  676.  
  677. Test case "merkle_tests/merkle_test" has passed with:
  678. 1310 assertions out of 1310 passed
  679.  
  680. Test case "merkle_tests/merkle_test_empty_block" has passed with:
  681. 2 assertions out of 2 passed
  682.  
  683. Test case "merkle_tests/merkle_test_oneTx_block" has passed with:
  684. 2 assertions out of 2 passed
  685.  
  686. Test case "merkle_tests/merkle_test_OddTxWithRepeatedLastTx_block" has passed with:
  687. 3 assertions out of 3 passed
  688.  
  689. Test case "merkle_tests/merkle_test_LeftSubtreeRightSubtree" has passed with:
  690. 1 assertion out of 1 passed
  691.  
  692. Test case "merkle_tests/merkle_test_BlockWitness" has passed with:
  693. 1 assertion out of 1 passed
  694.  
  695. Test suite "merkleblock_tests" has passed with:
  696. 2 test cases out of 2 passed
  697. 13 assertions out of 13 passed
  698.  
  699. Test case "merkleblock_tests/merkleblock_construct_from_txids_found" has passed with:
  700. 8 assertions out of 8 passed
  701.  
  702. Test case "merkleblock_tests/merkleblock_construct_from_txids_not_found" has passed with:
  703. 5 assertions out of 5 passed
  704.  
  705. Test suite "miner_tests" has passed with:
  706. 1 test case out of 1 passed
  707. 169 assertions out of 169 passed
  708.  
  709. Test case "miner_tests/CreateNewBlock_validity" has passed with:
  710. 169 assertions out of 169 passed
  711.  
  712. Test suite "multisig_tests" has passed with:
  713. 3 test cases out of 3 passed
  714. 127 assertions out of 127 passed
  715.  
  716. Test case "multisig_tests/multisig_verify" has passed with:
  717. 110 assertions out of 110 passed
  718.  
  719. Test case "multisig_tests/multisig_IsStandard" has passed with:
  720. 10 assertions out of 10 passed
  721.  
  722. Test case "multisig_tests/multisig_Sign" has passed with:
  723. 7 assertions out of 7 passed
  724.  
  725. Test suite "net_tests" has passed with:
  726. 14 test cases out of 14 passed
  727. 221 assertions out of 221 passed
  728.  
  729. Test case "net_tests/cnode_listen_port" has passed with:
  730. 3 assertions out of 3 passed
  731.  
  732. Test case "net_tests/caddrdb_read" has passed with:
  733. 15 assertions out of 15 passed
  734.  
  735. Test case "net_tests/caddrdb_read_corrupted" has passed with:
  736. 10 assertions out of 10 passed
  737.  
  738. Test case "net_tests/cnode_simple_test" has passed with:
  739. 28 assertions out of 28 passed
  740.  
  741. Test case "net_tests/cnetaddr_basic" has passed with:
  742. 63 assertions out of 63 passed
  743.  
  744. Test case "net_tests/cnetaddr_serialize_v1" has passed with:
  745. 10 assertions out of 10 passed
  746.  
  747. Test case "net_tests/cnetaddr_serialize_v2" has passed with:
  748. 11 assertions out of 11 passed
  749.  
  750. Test case "net_tests/cnetaddr_unserialize_v2" has passed with:
  751. 60 assertions out of 60 passed
  752.  
  753. Test case "net_tests/ipv4_peer_with_ipv6_addrMe_test" has passed with:
  754. 1 assertion out of 1 passed
  755.  
  756. Test case "net_tests/LimitedAndReachable_Network" has passed with:
  757. 9 assertions out of 9 passed
  758.  
  759. Test case "net_tests/LimitedAndReachable_NetworkCaseUnroutableAndInternal" has passed with:
  760. 4 assertions out of 4 passed
  761.  
  762. Test case "net_tests/LimitedAndReachable_CNetAddr" has passed with:
  763. 2 assertions out of 2 passed
  764.  
  765. Test case "net_tests/LocalAddress_BasicLifecycle" has passed with:
  766. 4 assertions out of 4 passed
  767.  
  768. Test case "net_tests/PoissonNextSend" has passed with:
  769. 1 assertion out of 1 passed
  770.  
  771. Test suite "netbase_tests" has passed with:
  772. 15 test cases out of 15 passed
  773. 251 assertions out of 251 passed
  774.  
  775. Test case "netbase_tests/netbase_networks" has passed with:
  776. 6 assertions out of 6 passed
  777.  
  778. Test case "netbase_tests/netbase_properties" has passed with:
  779. 25 assertions out of 25 passed
  780.  
  781. Test case "netbase_tests/netbase_splithost" has passed with:
  782. 15 assertions out of 15 passed
  783.  
  784. Test case "netbase_tests/netbase_lookupnumeric" has passed with:
  785. 9 assertions out of 9 passed
  786.  
  787. Test case "netbase_tests/onioncat_test" has passed with:
  788. 4 assertions out of 4 passed
  789.  
  790. Test case "netbase_tests/embedded_test" has passed with:
  791. 2 assertions out of 2 passed
  792.  
  793. Test case "netbase_tests/subnet_test" has passed with:
  794. 99 assertions out of 99 passed
  795.  
  796. Test case "netbase_tests/netbase_getgroup" has passed with:
  797. 13 assertions out of 13 passed
  798.  
  799. Test case "netbase_tests/netbase_parsenetwork" has passed with:
  800. 12 assertions out of 12 passed
  801.  
  802. Test case "netbase_tests/netpermissions_test" has passed with:
  803. 50 assertions out of 50 passed
  804.  
  805. Test case "netbase_tests/netbase_dont_resolve_strings_with_embedded_nul_characters" has passed with:
  806. 12 assertions out of 12 passed
  807.  
  808. Test case "netbase_tests/caddress_serialize_v1" has passed with:
  809. 1 assertion out of 1 passed
  810.  
  811. Test case "netbase_tests/caddress_unserialize_v1" has passed with:
  812. 1 assertion out of 1 passed
  813.  
  814. Test case "netbase_tests/caddress_serialize_v2" has passed with:
  815. 1 assertion out of 1 passed
  816.  
  817. Test case "netbase_tests/caddress_unserialize_v2" has passed with:
  818. 1 assertion out of 1 passed
  819.  
  820. Test suite "pmt_tests" has passed with:
  821. 2 test cases out of 2 passed
  822. 1345 assertions out of 1345 passed
  823.  
  824. Test case "pmt_tests/pmt_test1" has passed with:
  825. 1344 assertions out of 1344 passed
  826.  
  827. Test case "pmt_tests/pmt_malleability" has passed with:
  828. 1 assertion out of 1 passed
  829.  
  830. Test suite "policy_fee_tests" has passed with:
  831. 1 test case out of 1 passed
  832. 5 assertions out of 5 passed
  833.  
  834. Test case "policy_fee_tests/FeeRounder" has passed with:
  835. 5 assertions out of 5 passed
  836.  
  837. Test suite "policyestimator_tests" has passed with:
  838. 1 test case out of 1 passed
  839. 61 assertions out of 61 passed
  840.  
  841. Test case "policyestimator_tests/BlockPolicyEstimates" has passed with:
  842. 61 assertions out of 61 passed
  843.  
  844. Test suite "pow_tests" has passed with:
  845. 14 test cases out of 14 passed
  846. 1032 assertions out of 1032 passed
  847.  
  848. Test case "pow_tests/get_next_work" has passed with:
  849. 1 assertion out of 1 passed
  850.  
  851. Test case "pow_tests/get_next_work_pow_limit" has passed with:
  852. 1 assertion out of 1 passed
  853.  
  854. Test case "pow_tests/get_next_work_lower_limit_actual" has passed with:
  855. 1 assertion out of 1 passed
  856.  
  857. Test case "pow_tests/get_next_work_upper_limit_actual" has passed with:
  858. 1 assertion out of 1 passed
  859.  
  860. Test case "pow_tests/CheckProofOfWork_test_negative_target" has passed with:
  861. 1 assertion out of 1 passed
  862.  
  863. Test case "pow_tests/CheckProofOfWork_test_overflow_target" has passed with:
  864. 1 assertion out of 1 passed
  865.  
  866. Test case "pow_tests/CheckProofOfWork_test_too_easy_target" has passed with:
  867. 1 assertion out of 1 passed
  868.  
  869. Test case "pow_tests/CheckProofOfWork_test_biger_hash_than_target" has passed with:
  870. 1 assertion out of 1 passed
  871.  
  872. Test case "pow_tests/CheckProofOfWork_test_zero_target" has passed with:
  873. 1 assertion out of 1 passed
  874.  
  875. Test case "pow_tests/GetBlockProofEquivalentTime_test" has passed with:
  876. 1000 assertions out of 1000 passed
  877.  
  878. Test case "pow_tests/ChainParams_MAIN_sanity" has passed with:
  879. 6 assertions out of 6 passed
  880.  
  881. Test case "pow_tests/ChainParams_REGTEST_sanity" has passed with:
  882. 5 assertions out of 5 passed
  883.  
  884. Test case "pow_tests/ChainParams_TESTNET_sanity" has passed with:
  885. 6 assertions out of 6 passed
  886.  
  887. Test case "pow_tests/ChainParams_SIGNET_sanity" has passed with:
  888. 6 assertions out of 6 passed
  889.  
  890. Test suite "prevector_tests" has passed with:
  891. 1 test case out of 1 passed
  892. 64 assertions out of 64 passed
  893.  
  894. Test case "prevector_tests/PrevectorTestInt" has passed with:
  895. 64 assertions out of 64 passed
  896.  
  897. Test suite "raii_event_tests" has passed with:
  898. 2 test cases out of 2 passed
  899. 8 assertions out of 8 passed
  900.  
  901. Test case "raii_event_tests/raii_event_creation" has passed with:
  902. 6 assertions out of 6 passed
  903.  
  904. Test case "raii_event_tests/raii_event_order" has passed with:
  905. 2 assertions out of 2 passed
  906.  
  907. Test suite "random_tests" has passed with:
  908. 5 test cases out of 5 passed
  909. 131544 assertions out of 131544 passed
  910.  
  911. Test case "random_tests/osrandom_tests" has passed with:
  912. 1 assertion out of 1 passed
  913.  
  914. Test case "random_tests/fastrandom_tests" has passed with:
  915. 95 assertions out of 95 passed
  916.  
  917. Test case "random_tests/fastrandom_randbits" has passed with:
  918. 126000 assertions out of 126000 passed
  919.  
  920. Test case "random_tests/stdrandom_test" has passed with:
  921. 2200 assertions out of 2200 passed
  922.  
  923. Test case "random_tests/shuffle_stat_test" has passed with:
  924. 3248 assertions out of 3248 passed
  925.  
  926. Test suite "ref_tests" has passed with:
  927. 1 test case out of 1 passed
  928. 12 assertions out of 12 passed
  929.  
  930. Test case "ref_tests/ref_test" has passed with:
  931. 12 assertions out of 12 passed
  932.  
  933. Test suite "reverselock_tests" has passed with:
  934. 3 test cases out of 3 passed
  935. 14 assertions out of 14 passed
  936.  
  937. Test case "reverselock_tests/reverselock_basics" has passed with:
  938. 3 assertions out of 3 passed
  939.  
  940. Test case "reverselock_tests/reverselock_multiple" has passed with:
  941. 4 assertions out of 4 passed
  942.  
  943. Test case "reverselock_tests/reverselock_errors" has passed with:
  944. 7 assertions out of 7 passed
  945.  
  946. Test suite "rpc_tests" has passed with:
  947. 10 test cases out of 10 passed
  948. 201 assertions out of 201 passed
  949.  
  950. Test case "rpc_tests/rpc_rawparams" has passed with:
  951. 23 assertions out of 23 passed
  952.  
  953. Test case "rpc_tests/rpc_togglenetwork" has passed with:
  954. 6 assertions out of 6 passed
  955.  
  956. Test case "rpc_tests/rpc_rawsign" has passed with:
  957. 2 assertions out of 2 passed
  958.  
  959. Test case "rpc_tests/rpc_createraw_op_return" has passed with:
  960. 5 assertions out of 5 passed
  961.  
  962. Test case "rpc_tests/rpc_format_monetary_values" has passed with:
  963. 29 assertions out of 29 passed
  964.  
  965. Test case "rpc_tests/rpc_parse_monetary_values" has passed with:
  966. 52 assertions out of 52 passed
  967.  
  968. Test case "rpc_tests/json_parse_errors" has passed with:
  969. 11 assertions out of 11 passed
  970.  
  971. Test case "rpc_tests/rpc_ban" has passed with:
  972. 39 assertions out of 39 passed
  973.  
  974. Test case "rpc_tests/rpc_convert_values_generatetoaddress" has passed with:
  975. 14 assertions out of 14 passed
  976.  
  977. Test case "rpc_tests/rpc_getblockstats_calculate_percentiles_by_weight" has passed with:
  978. 20 assertions out of 20 passed
  979.  
  980. Test suite "sanity_tests" has passed with:
  981. 1 test case out of 1 passed
  982. 3 assertions out of 3 passed
  983.  
  984. Test case "sanity_tests/basic_sanity" has passed with:
  985. 3 assertions out of 3 passed
  986.  
  987. Test suite "scheduler_tests" has passed with:
  988. 4 test cases out of 4 passed
  989. 27 assertions out of 27 passed
  990.  
  991. Test case "scheduler_tests/manythreads" has passed with:
  992. 15 assertions out of 15 passed
  993.  
  994. Test case "scheduler_tests/wait_until_past" has passed with:
  995. 6 assertions out of 6 passed
  996.  
  997. Test case "scheduler_tests/singlethreadedscheduler_ordered" has passed with:
  998. 2 assertions out of 2 passed
  999.  
  1000. Test case "scheduler_tests/mockforward" has passed with:
  1001. 4 assertions out of 4 passed
  1002.  
  1003. Test suite "script_p2sh_tests" has passed with:
  1004. 6 test cases out of 6 passed
  1005. 135 assertions out of 135 passed
  1006.  
  1007. Test case "script_p2sh_tests/sign" has passed with:
  1008. 81 assertions out of 81 passed
  1009.  
  1010. Test case "script_p2sh_tests/norecurse" has passed with:
  1011. 4 assertions out of 4 passed
  1012.  
  1013. Test case "script_p2sh_tests/set" has passed with:
  1014. 17 assertions out of 17 passed
  1015.  
  1016. Test case "script_p2sh_tests/is" has passed with:
  1017. 9 assertions out of 9 passed
  1018.  
  1019. Test case "script_p2sh_tests/switchover" has passed with:
  1020. 4 assertions out of 4 passed
  1021.  
  1022. Test case "script_p2sh_tests/AreInputsStandard" has passed with:
  1023. 20 assertions out of 20 passed
  1024.  
  1025. Test suite "script_tests" has passed with:
  1026. 18 test cases out of 19 passed
  1027. 1 test case out of 19 passed with warnings
  1028. 224335 assertions out of 224335 passed
  1029. 1 failed warning
  1030.  
  1031. Test case "script_tests/script_build" has passed with:
  1032. 2198 assertions out of 2198 passed
  1033.  
  1034. Test case "script_tests/script_json_test" has passed with:
  1035. 19411 assertions out of 19411 passed
  1036.  
  1037. Test case "script_tests/script_PushData" has passed with:
  1038. 17 assertions out of 17 passed
  1039.  
  1040. Test case "script_tests/script_cltv_truncated" has passed with:
  1041. 2 assertions out of 2 passed
  1042.  
  1043. Test case "script_tests/script_CHECKMULTISIG12" has passed with:
  1044. 11 assertions out of 11 passed
  1045.  
  1046. Test case "script_tests/script_CHECKMULTISIG23" has passed with:
  1047. 34 assertions out of 34 passed
  1048.  
  1049. Test case "script_tests/script_combineSigs" has passed with:
  1050. 30 assertions out of 30 passed
  1051.  
  1052. Test case "script_tests/script_standard_push" has passed with:
  1053. 202563 assertions out of 202563 passed
  1054.  
  1055. Test case "script_tests/script_IsPushOnly_on_invalid_scripts" has passed with:
  1056. 1 assertion out of 1 passed
  1057.  
  1058. Test case "script_tests/script_GetScriptAsm" has passed with:
  1059. 20 assertions out of 20 passed
  1060.  
  1061. Test case "script_tests/script_FindAndDelete" has passed with:
  1062. 32 assertions out of 32 passed
  1063.  
  1064. Test case "script_tests/script_HasValidOps" has passed with:
  1065. 4 assertions out of 4 passed
  1066.  
  1067. Test case "script_tests/bitcoinconsensus_verify_script_returns_true" has passed with:
  1068. 2 assertions out of 2 passed
  1069.  
  1070. Test case "script_tests/bitcoinconsensus_verify_script_tx_index_err" has passed with:
  1071. 2 assertions out of 2 passed
  1072.  
  1073. Test case "script_tests/bitcoinconsensus_verify_script_tx_size" has passed with:
  1074. 2 assertions out of 2 passed
  1075.  
  1076. Test case "script_tests/bitcoinconsensus_verify_script_tx_serialization" has passed with:
  1077. 2 assertions out of 2 passed
  1078.  
  1079. Test case "script_tests/bitcoinconsensus_verify_script_amount_required_err" has passed with:
  1080. 2 assertions out of 2 passed
  1081.  
  1082. Test case "script_tests/bitcoinconsensus_verify_script_invalid_flags" has passed with:
  1083. 2 assertions out of 2 passed
  1084.  
  1085. Test case "script_tests/script_assets_test" has passed with:
  1086. 1 failed warning
  1087.  
  1088. Test suite "script_standard_tests" has passed with:
  1089. 6 test cases out of 6 passed
  1090. 85 assertions out of 85 passed
  1091.  
  1092. Test case "script_standard_tests/dest_default_is_no_dest" has passed with:
  1093. 1 assertion out of 1 passed
  1094.  
  1095. Test case "script_standard_tests/script_standard_Solver_success" has passed with:
  1096. 31 assertions out of 31 passed
  1097.  
  1098. Test case "script_standard_tests/script_standard_Solver_failure" has passed with:
  1099. 9 assertions out of 9 passed
  1100.  
  1101. Test case "script_standard_tests/script_standard_ExtractDestination" has passed with:
  1102. 14 assertions out of 14 passed
  1103.  
  1104. Test case "script_standard_tests/script_standard_ExtractDestinations" has passed with:
  1105. 22 assertions out of 22 passed
  1106.  
  1107. Test case "script_standard_tests/script_standard_GetScriptFor_" has passed with:
  1108. 8 assertions out of 8 passed
  1109.  
  1110. Test suite "scriptnum_tests" has passed with:
  1111. 2 test cases out of 2 passed
  1112. 47313 assertions out of 47313 passed
  1113.  
  1114. Test case "scriptnum_tests/creation" has passed with:
  1115. 2385 assertions out of 2385 passed
  1116.  
  1117. Test case "scriptnum_tests/operators" has passed with:
  1118. 44928 assertions out of 44928 passed
  1119.  
  1120. Test suite "serialize_tests" has passed with:
  1121. 12 test cases out of 12 passed
  1122. 202354 assertions out of 202354 passed
  1123.  
  1124. Test case "serialize_tests/sizes" has passed with:
  1125. 24 assertions out of 24 passed
  1126.  
  1127. Test case "serialize_tests/floats_conversion" has passed with:
  1128. 12 assertions out of 12 passed
  1129.  
  1130. Test case "serialize_tests/doubles_conversion" has passed with:
  1131. 12 assertions out of 12 passed
  1132.  
  1133. Test case "serialize_tests/floats" has passed with:
  1134. 1001 assertions out of 1001 passed
  1135.  
  1136. Test case "serialize_tests/doubles" has passed with:
  1137. 1001 assertions out of 1001 passed
  1138.  
  1139. Test case "serialize_tests/varints" has passed with:
  1140. 200202 assertions out of 200202 passed
  1141.  
  1142. Test case "serialize_tests/varints_bitpatterns" has passed with:
  1143. 16 assertions out of 16 passed
  1144.  
  1145. Test case "serialize_tests/compactsize" has passed with:
  1146. 52 assertions out of 52 passed
  1147.  
  1148. Test case "serialize_tests/vector_bool" has passed with:
  1149. 2 assertions out of 2 passed
  1150.  
  1151. Test case "serialize_tests/noncanonical" has passed with:
  1152. 7 assertions out of 7 passed
  1153.  
  1154. Test case "serialize_tests/insert_delete" has passed with:
  1155. 20 assertions out of 20 passed
  1156.  
  1157. Test case "serialize_tests/class_methods" has passed with:
  1158. 5 assertions out of 5 passed
  1159.  
  1160. Test suite "settings_tests" has passed with:
  1161. 4 test cases out of 4 passed
  1162. 19 assertions out of 19 passed
  1163.  
  1164. Test case "settings_tests/ReadWrite" has passed with:
  1165. 12 assertions out of 12 passed
  1166.  
  1167. Test case "settings_tests/Simple" has passed with:
  1168. 4 assertions out of 4 passed
  1169.  
  1170. Test case "settings_tests/NullOverride" has passed with:
  1171. 2 assertions out of 2 passed
  1172.  
  1173. Test case "settings_tests/Merge" has passed with:
  1174. 1 assertion out of 1 passed
  1175.  
  1176. Test suite "sighash_tests" has passed with:
  1177. 2 test cases out of 2 passed
  1178. 51500 assertions out of 51500 passed
  1179.  
  1180. Test case "sighash_tests/sighash_test" has passed with:
  1181. 50000 assertions out of 50000 passed
  1182.  
  1183. Test case "sighash_tests/sighash_from_data" has passed with:
  1184. 1500 assertions out of 1500 passed
  1185.  
  1186. Test suite "sigopcount_tests" has passed with:
  1187. 2 test cases out of 2 passed
  1188. 17 assertions out of 17 passed
  1189.  
  1190. Test case "sigopcount_tests/GetSigOpCount" has passed with:
  1191. 11 assertions out of 11 passed
  1192.  
  1193. Test case "sigopcount_tests/GetTxSigOpCost" has passed with:
  1194. 6 assertions out of 6 passed
  1195.  
  1196. Test suite "skiplist_tests" has passed with:
  1197. 4 test cases out of 4 passed
  1198. 1035733 assertions out of 1035733 passed
  1199.  
  1200. Test case "skiplist_tests/skiplist_test" has passed with:
  1201. 602999 assertions out of 602999 passed
  1202.  
  1203. Test case "skiplist_tests/getlocator_test" has passed with:
  1204. 302712 assertions out of 302712 passed
  1205.  
  1206. Test case "skiplist_tests/findearliestatleast_test" has passed with:
  1207. 130000 assertions out of 130000 passed
  1208.  
  1209. Test case "skiplist_tests/findearliestatleast_edge_test" has passed with:
  1210. 22 assertions out of 22 passed
  1211.  
  1212. Test suite "streams_tests" has failed with:
  1213. 5 test cases out of 6 passed
  1214. 1 test case out of 6 failed
  1215. 1 test case out of 6 aborted
  1216. 44 assertions out of 45 passed
  1217. 1 assertion out of 45 failed
  1218.  
  1219. Test case "streams_tests/streams_vector_writer" has passed with:
  1220. 14 assertions out of 14 passed
  1221.  
  1222. Test case "streams_tests/streams_vector_reader" has passed with:
  1223. 16 assertions out of 16 passed
  1224.  
  1225. Test case "streams_tests/bitstream_reader_writer" has passed with:
  1226. 11 assertions out of 11 passed
  1227.  
  1228. Test case "streams_tests/streams_serializedata_xor" has passed with:
  1229. 3 assertions out of 3 passed
  1230.  
  1231. Test case "streams_tests/streams_buffered_file" was aborted with:
  1232. 1 assertion out of 1 failed
  1233.  
  1234. Test case "streams_tests/streams_buffered_file_rand" has passed
  1235.  
  1236. Test suite "sync_tests" has passed
  1237.  
  1238. Test case "sync_tests/potential_deadlock_detected" has passed
  1239.  
  1240. Test suite "system_tests" has passed
  1241.  
  1242. Test case "system_tests/dummy" has passed
  1243.  
  1244. Test suite "util_threadnames_tests" has passed
  1245.  
  1246. Test case "util_threadnames_tests/util_threadnames_test_rename_threaded" has passed
  1247.  
  1248. Test suite "timedata_tests" has passed
  1249.  
  1250. Test case "timedata_tests/util_MedianFilter" has passed
  1251.  
  1252. Test case "timedata_tests/addtimedata" has passed
  1253.  
  1254. Test suite "torcontrol_tests" has passed
  1255.  
  1256. Test case "torcontrol_tests/util_SplitTorReplyLine" has passed
  1257.  
  1258. Test case "torcontrol_tests/util_ParseTorReplyMapping" has passed
  1259.  
  1260. Test suite "transaction_tests" has passed
  1261.  
  1262. Test case "transaction_tests/tx_valid" has passed
  1263.  
  1264. Test case "transaction_tests/tx_invalid" has passed
  1265.  
  1266. Test case "transaction_tests/basic_transaction_tests" has passed
  1267.  
  1268. Test case "transaction_tests/test_Get" has passed
  1269.  
  1270. Test case "transaction_tests/test_big_witness_transaction" has passed
  1271.  
  1272. Test case "transaction_tests/test_witness" has passed
  1273.  
  1274. Test case "transaction_tests/test_IsStandard" has passed
  1275.  
  1276. Test suite "txindex_tests" has passed
  1277.  
  1278. Test case "txindex_tests/txindex_initial_sync" has passed
  1279.  
  1280. Test suite "txrequest_tests" has passed
  1281.  
  1282. Test case "txrequest_tests/TxRequestTest" has passed
  1283.  
  1284. Test suite "txvalidation_tests" has passed
  1285.  
  1286. Test case "txvalidation_tests/tx_mempool_reject_coinbase" has passed
  1287.  
  1288. Test suite "txvalidationcache_tests" has passed
  1289.  
  1290. Test case "txvalidationcache_tests/tx_mempool_block_doublespend" has passed
  1291.  
  1292. Test case "txvalidationcache_tests/checkinputs_test" has passed
  1293.  
  1294. Test suite "uint256_tests" has passed
  1295.  
  1296. Test case "uint256_tests/basics" has passed
  1297.  
  1298. Test case "uint256_tests/comparison" has passed
  1299.  
  1300. Test case "uint256_tests/methods" has passed
  1301.  
  1302. Test case "uint256_tests/conversion" has passed
  1303.  
  1304. Test case "uint256_tests/operator_with_self" has passed
  1305.  
  1306. Test case "uint256_tests/check_ONE" has passed
  1307.  
  1308. Test suite "util_tests" has passed
  1309.  
  1310. Test case "util_tests/util_datadir" has passed
  1311.  
  1312. Test case "util_tests/util_check" has passed
  1313.  
  1314. Test case "util_tests/util_criticalsection" has passed
  1315.  
  1316. Test case "util_tests/util_ParseHex" has passed
  1317.  
  1318. Test case "util_tests/util_HexStr" has passed
  1319.  
  1320. Test case "util_tests/util_Join" has passed
  1321.  
  1322. Test case "util_tests/util_FormatParseISO8601DateTime" has passed
  1323.  
  1324. Test case "util_tests/util_FormatISO8601Date" has passed
  1325.  
  1326. Test case "util_tests/util_CheckValue" has passed
  1327.  
  1328. Test case "util_tests/util_ParseParameters" has passed
  1329.  
  1330. Test case "util_tests/util_ParseInvalidParameters" has passed
  1331.  
  1332. Test case "util_tests/util_ArgParsing" has passed
  1333.  
  1334. Test case "util_tests/util_GetBoolArg" has passed
  1335.  
  1336. Test case "util_tests/util_GetBoolArgEdgeCases" has passed
  1337.  
  1338. Test case "util_tests/util_ReadConfigStream" has passed
  1339.  
  1340. Test case "util_tests/util_GetArg" has passed
  1341.  
  1342. Test case "util_tests/util_GetChainName" has passed
  1343.  
  1344. Test case "util_tests/util_ArgsMerge" has passed
  1345.  
  1346. Test case "util_tests/util_ChainMerge" has passed
  1347.  
  1348. Test case "util_tests/util_ReadWriteSettings" has passed
  1349.  
  1350. Test case "util_tests/util_FormatMoney" has passed
  1351.  
  1352. Test case "util_tests/util_ParseMoney" has passed
  1353.  
  1354. Test case "util_tests/util_IsHex" has passed
  1355.  
  1356. Test case "util_tests/util_IsHexNumber" has passed
  1357.  
  1358. Test case "util_tests/util_seed_insecure_rand" has passed
  1359.  
  1360. Test case "util_tests/util_TimingResistantEqual" has passed
  1361.  
  1362. Test case "util_tests/strprintf_numbers" has passed
  1363.  
  1364. Test case "util_tests/gettime" has passed
  1365.  
  1366. Test case "util_tests/util_time_GetTime" has passed
  1367.  
  1368. Test case "util_tests/test_IsDigit" has passed
  1369.  
  1370. Test case "util_tests/test_ParseInt32" has passed
  1371.  
  1372. Test case "util_tests/test_ParseInt64" has passed
  1373.  
  1374. Test case "util_tests/test_ParseUInt32" has passed
  1375.  
  1376. Test case "util_tests/test_ParseUInt64" has passed
  1377.  
  1378. Test case "util_tests/test_ParseDouble" has passed
  1379.  
  1380. Test case "util_tests/test_FormatParagraph" has passed
  1381.  
  1382. Test case "util_tests/test_FormatSubVersion" has passed
  1383.  
  1384. Test case "util_tests/test_ParseFixedPoint" has passed
  1385.  
  1386. Test case "util_tests/test_LockDirectory" has passed
  1387.  
  1388. Test case "util_tests/test_DirIsWritable" has passed
  1389.  
  1390. Test case "util_tests/test_ToLower" has passed
  1391.  
  1392. Test case "util_tests/test_ToUpper" has passed
  1393.  
  1394. Test case "util_tests/test_Capitalize" has passed
  1395.  
  1396. Test case "util_tests/test_spanparsing" has passed
  1397.  
  1398. Test case "util_tests/test_LogEscapeMessage" has passed
  1399.  
  1400. Test case "util_tests/test_tracked_vector" has passed
  1401.  
  1402. Test case "util_tests/message_sign" has passed
  1403.  
  1404. Test case "util_tests/message_verify" has passed
  1405.  
  1406. Test case "util_tests/message_hash" has passed
  1407.  
  1408. Test suite "validation_block_tests" has passed
  1409.  
  1410. Test case "validation_block_tests/processnewblock_signals_ordering" has passed
  1411.  
  1412. Test case "validation_block_tests/mempool_locks_reorg" has passed
  1413.  
  1414. Test case "validation_block_tests/witness_commitment_index" has passed
  1415.  
  1416. Test suite "validation_chainstate_tests" has passed
  1417.  
  1418. Test case "validation_chainstate_tests/validation_chainstate_resize_caches" has passed
  1419.  
  1420. Test suite "validation_chainstatemanager_tests" has passed
  1421.  
  1422. Test case "validation_chainstatemanager_tests/chainstatemanager" has passed
  1423.  
  1424. Test case "validation_chainstatemanager_tests/chainstatemanager_rebalance_caches" has passed
  1425.  
  1426. Test suite "validation_flush_tests" has passed
  1427.  
  1428. Test case "validation_flush_tests/getcoinscachesizestate" has passed
  1429.  
  1430. Test suite "validationinterface_tests" has passed
  1431.  
  1432. Test case "validationinterface_tests/unregister_validation_interface_race" has passed
  1433.  
  1434. Test case "validationinterface_tests/unregister_all_during_call" has passed
  1435.  
  1436. Test suite "versionbits_tests" has passed
  1437.  
  1438. Test case "versionbits_tests/versionbits_test" has passed
  1439.  
  1440. Test case "versionbits_tests/versionbits_sanity" has passed
  1441.  
  1442. Test case "versionbits_tests/versionbits_computeblockversion" has passed
  1443.  
  1444. Test suite "db_tests" has passed
  1445.  
  1446. Test case "db_tests/getwalletenv_file" has passed
  1447.  
  1448. Test case "db_tests/getwalletenv_directory" has passed
  1449.  
  1450. Test case "db_tests/getwalletenv_g_dbenvs_multiple" has passed
  1451.  
  1452. Test case "db_tests/getwalletenv_g_dbenvs_free_instance" has passed
  1453.  
  1454. Test suite "psbt_wallet_tests" has passed
  1455.  
  1456. Test case "psbt_wallet_tests/psbt_updater_test" has passed
  1457.  
  1458. Test case "psbt_wallet_tests/parse_hd_keypath" has passed
  1459.  
  1460. Test suite "wallet_tests" has passed
  1461.  
  1462. Test case "wallet_tests/scan_for_wallet_transactions" has passed
  1463.  
  1464. Test case "wallet_tests/importmulti_rescan" has passed
  1465.  
  1466. Test case "wallet_tests/importwallet_rescan" has passed
  1467.  
  1468. Test case "wallet_tests/coin_mark_dirty_immature_credit" has passed
  1469.  
  1470. Test case "wallet_tests/ComputeTimeSmart" has passed
  1471.  
  1472. Test case "wallet_tests/LoadReceiveRequests" has passed
  1473.  
  1474. Test case "wallet_tests/WatchOnlyPubKeys" has passed
  1475.  
  1476. Test case "wallet_tests/ListCoins" has passed
  1477.  
  1478. Test case "wallet_tests/wallet_disableprivkeys" has passed
  1479.  
  1480. Test case "wallet_tests/dummy_input_size_test" has passed
  1481.  
  1482. Test case "wallet_tests/wallet_descriptor_test" has passed
  1483.  
  1484. Test case "wallet_tests/CreateWallet" has passed
  1485.  
  1486. Test case "wallet_tests/ZapSelectTx" has passed
  1487.  
  1488. Test suite "wallet_crypto_tests" has passed
  1489.  
  1490. Test case "wallet_crypto_tests/passphrase" has passed
  1491.  
  1492. Test case "wallet_crypto_tests/encrypt" has passed
  1493.  
  1494. Test case "wallet_crypto_tests/decrypt" has passed
  1495.  
  1496. Test suite "coinselector_tests" has passed
  1497.  
  1498. Test case "coinselector_tests/bnb_search_test" has passed
  1499.  
  1500. Test case "coinselector_tests/knapsack_solver_test" has passed
  1501.  
  1502. Test case "coinselector_tests/ApproximateBestSubset" has passed
  1503.  
  1504. Test case "coinselector_tests/SelectCoins_test" has passed
  1505.  
  1506. Test suite "init_tests" has passed
  1507.  
  1508. Test case "init_tests/walletinit_verify_walletdir_default" has passed
  1509.  
  1510. Test case "init_tests/walletinit_verify_walletdir_custom" has passed
  1511.  
  1512. Test case "init_tests/walletinit_verify_walletdir_does_not_exist" has passed
  1513.  
  1514. Test case "init_tests/walletinit_verify_walletdir_is_not_directory" has passed
  1515.  
  1516. Test case "init_tests/walletinit_verify_walletdir_is_not_relative" has passed
  1517.  
  1518. Test case "init_tests/walletinit_verify_walletdir_no_trailing" has passed
  1519.  
  1520. Test case "init_tests/walletinit_verify_walletdir_no_trailing2" has passed
  1521.  
  1522. Test suite "ismine_tests" has passed
  1523.  
  1524. Test case "ismine_tests/ismine_standard" has passed
  1525.  
  1526. Test suite "scriptpubkeyman_tests" has passed
  1527.  
  1528. Test case "scriptpubkeyman_tests/CanProvide" has passed
  1529.  
Add Comment
Please, Sign In to add comment