mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +02:00
Merge bitcoin/bitcoin#24259: test: Remove unused valgrind suppressions
fa4b61911dtest: Remove unused valgrind suppressions (MarcoFalke)faccb2d7fetest: Exclude broken feature_init for now (MarcoFalke)fa086d891btest: Properly skip feature_syscall_sandbox in valgrind (MarcoFalke) Pull request description: ACKs for top commit: fanquake: ACKfa4b61911dTree-SHA512: 5be1a8f288182d386531a033ae7258f753dd655dfa1746a52b65622a0359c2b7143a25b49c0747538308eed606a691847d2f59a5a0382b7751b8de7172adf0d3
This commit is contained in:
@@ -14,7 +14,7 @@ class SyscallSandboxTest(BitcoinTestFramework):
|
||||
def skip_test_if_missing_module(self):
|
||||
if not self.is_syscall_sandbox_compiled():
|
||||
raise SkipTest("bitcoind has not been built with syscall sandbox enabled.")
|
||||
if self.options.nosandbox:
|
||||
if self.disable_syscall_sandbox:
|
||||
raise SkipTest("--nosandbox passed to test runner.")
|
||||
|
||||
def run_test(self):
|
||||
|
||||
Reference in New Issue
Block a user