If your review is incorrectly listed, please copy-paste <code><!--meta-tag:bot-skip--></code> into the comment that the bot should ignore.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
maflcko force-pushed on Feb 25, 2026
DrahtBot added the label CI failed on Feb 25, 2026
DrahtBot removed the label CI failed on Feb 25, 2026
frankomosh
commented at 9:25 AM on February 27, 2026:
contributor
tACKfaaa133dc5bd2049ee4ab173d36202641b92764f. feature_framework_testshell.py --valgrind passes cleanly after this change, and no stale contrib/valgrind.supp references remain
test: Add missing resolve() to valgrind.supp file
Normally, when a symlinked test script is executed directly (e.g.,
`./bld-cmake/test/functional/wallet_disable.py`), Python's default
behavior is to resolve the symlink of the script itself, setting
`sys.path[0]` to the directory containing the physical source file.
Consequently, the test framework util.py is imported from the source
tree, and `Path(__file__).parents[3]` correctly resolves to the source
root.
However, `feature_framework_testshell.py` is unique because it manually
inserts `Path(__file__).parent` into `sys.path`. That refers to the
build tree and when importing the test framework util.py, the
`Path(__file__).parents[3]` will incorrectly point to the build
directory instead of the source root.
Use `.resolve()` to ensure the Valgrind suppressions file path is always
calculated relative to the physical source file, regardless of how the
framework was imported.
fa9cf81d39
test: Move valgrind.supp to the other sanitizer_suppressions filesfab51e470e
maflcko force-pushed on Feb 27, 2026
maflcko
commented at 11:29 AM on February 27, 2026:
member
Trivial rebase after the moved file was touched. git range-diff bitcoin-core/master faaa133dc5 fab51e470e is empty.
DrahtBot added the label CI failed on Feb 27, 2026
DrahtBot removed the label CI failed on Feb 27, 2026
frankomosh
commented at 2:38 PM on February 27, 2026:
contributor
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-05-02 03:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me