Page MenuHomeFreeBSD

tests: Update for jemalloc's option parsing
ClosedPublic

Authored by emaste on Jun 17 2025, 3:35 PM.
Tags
None
Referenced Files
F169605206: D50910.id157185.diff
Wed, Sep 2, 1:19 AM
F169576789: D50910.id157191.diff
Tue, Sep 1, 11:24 PM
F169535188: D50910.diff
Tue, Sep 1, 8:38 PM
Unknown Object (File)
Mon, Aug 24, 6:51 AM
Unknown Object (File)
Sun, Aug 16, 9:48 PM
Unknown Object (File)
Fri, Aug 14, 7:34 PM
Unknown Object (File)
Thu, Aug 13, 12:17 PM
Unknown Object (File)
Thu, Aug 13, 12:09 PM
Subscribers

Details

Summary
MALLOC_OPTIONS=J -> MALLOC_CONF=junk:true

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

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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.