mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 19:23:41 +02:00
test: add skip_if_running_under_valgrind()
Enable it in the USDT tests. The context (from 0xB10C): > every time the tracepoint is reached a SIGTRAP is fired. > No matter the tracepoint contents, even with an empty one. > Valgrind intercepts SIGTRAP and aborts. See discussion in #32374.
This commit is contained in:
@@ -150,6 +150,7 @@ class UTXOCacheTracepointTest(BitcoinTestFramework):
|
||||
self.skip_if_no_bitcoind_tracepoints()
|
||||
self.skip_if_no_python_bcc()
|
||||
self.skip_if_no_bpf_permissions()
|
||||
self.skip_if_running_under_valgrind()
|
||||
|
||||
def run_test(self):
|
||||
self.wallet = MiniWallet(self.nodes[0])
|
||||
|
||||
Reference in New Issue
Block a user