[Bug 287357] Deprecated MALLOC_OPTIONS is used in some tests
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287357] Deprecated MALLOC_OPTIONS is used in some tests"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jun 2025 15:32:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287357
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
contrib/ and crypto/ will need to be addressed via upstream projects (bmake,
NetBSD's tests, OpenSSH)
- bin/sh/tests/execution/func1.0:MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; };
:; }; g' &&
- bin/sh/tests/execution/func1.0:MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g;
:; }; g'
- tools/regression/bpf/bpf_filter/Makefile: @-env MALLOC_OPTIONS=J
${.CURDIR}/${TEST}
These should become MALLOC_CONF=junk:true
- usr.bin/bmake/unit-tests/Makefile:MAKE_TEST_ENV+= MALLOC_OPTIONS="JA"
# for jemalloc 100
MALLOC_CONF=junk:true,abort:true (but not clear why this is a bespoke bmake
test, not in contrib/bmake)
- share/doc/papers/malloc/implementation.ms:.B MALLOC_OPTIONS
Old doc reference, proposed removing this old documentation in
https://reviews.freebsd.org/D50908
--
You are receiving this mail because:
You are the assignee for the bug.