Page MenuHomeFreeBSD

tests: Update for jemalloc's option parsing
ClosedPublic

Authored by emaste on Jun 17 2025, 3:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 10, 7:36 AM
Unknown Object (File)
Fri, Dec 5, 5:05 AM
Unknown Object (File)
Fri, Dec 5, 5:05 AM
Unknown Object (File)
Fri, Dec 5, 5:05 AM
Unknown Object (File)
Tue, Dec 2, 1:43 PM
Unknown Object (File)
Sat, Nov 29, 7:50 PM
Unknown Object (File)
Thu, Nov 13, 4:31 PM
Unknown Object (File)
Nov 6 2025, 12:02 AM
Subscribers

Details

Summary
MALLOC_OPTIONS=J -> MALLOC_CONF=junk:true

PR:             287357
Event:          Kitchener-Waterloo Hackathon 202506
Sponsored by:   The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from sh: Update tests for jemalloc's option parsing to tests: Update for jemalloc's option parsing.

include bpf tests in same review

This revision is now accepted and ready to land.Jun 17 2025, 3:51 PM
This revision was automatically updated to reflect the committed changes.
olce added a subscriber: olce.

Seems fine.

There's also a couple of occurences of MALLOC_OPTIONS in contrib code (bmake, openssh (they just don't support MALLOC_CONF in their configure.ac)), I guess you want to handle separately (or not right now)?

Seems we could change also usr.bin/bmake/unit-tests/Makefile (not contrib).

The PR has a list -- usr.bin/bmake/unit-tests/Makefile has both MALLOC_CONF and MALLOC_OPTIONS set so it's fine, although inconsistent between the two.

The PR has a list -- usr.bin/bmake/unit-tests/Makefile has both MALLOC_CONF and MALLOC_OPTIONS set so it's fine, although inconsistent between the two.

Hadn't seen the PR.