diff options
author | fanquake <fanquake@gmail.com> | 2023-06-29 13:05:42 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-06-29 13:08:58 +0100 |
commit | 3d51f7c9a8b0dc247370922cc52a5d9f93948dfe (patch) | |
tree | 8486a3d15cab3f68c0f19828836a61adf44fab20 /src | |
parent | d4018f0b6cbff43a1b8d2d57c5df2286f4d6e9d5 (diff) | |
parent | fae7c50d201726f605938c3511dd9119efeea5ec (diff) |
Merge bitcoin/bitcoin#27932: test: Fuzz on macOS
fae7c50d201726f605938c3511dd9119efeea5ec test: Run fuzz tests on macOS (MarcoFalke)
Pull request description:
Any reason not to?
ACKs for top commit:
jamesob:
Github ACK https://github.com/bitcoin/bitcoin/pull/27932/commits/fae7c50d201726f605938c3511dd9119efeea5ec
dergoegge:
utACK fae7c50d201726f605938c3511dd9119efeea5ec
Tree-SHA512: e45122d73fafb17cea312258314b826cb0745e08daadd28465f687ec02d4c127d2f8cbe20179a9fff5712038850c02c968abb4838fa088b7555e28709317d3a3
Diffstat (limited to 'src')
-rw-r--r-- | src/test/fuzz/rpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/rpc.cpp b/src/test/fuzz/rpc.cpp index b1858a1800..45a2294081 100644 --- a/src/test/fuzz/rpc.cpp +++ b/src/test/fuzz/rpc.cpp @@ -73,6 +73,7 @@ const std::vector<std::string> RPC_COMMANDS_NOT_SAFE_FOR_FUZZING{ "addpeeraddress", // avoid DNS lookups "dumptxoutset", // avoid writing to disk "dumpwallet", // avoid writing to disk + "enumeratesigners", "echoipc", // avoid assertion failure (Assertion `"EnsureAnyNodeContext(request.context).init" && check' failed.) "generatetoaddress", // avoid prohibitively slow execution (when `num_blocks` is large) "generatetodescriptor", // avoid prohibitively slow execution (when `nblocks` is large) |