Page MenuHomeFreeBSD

tests: Update for jemalloc's option parsing
ClosedPublic

Authored by emaste on Jun 17 2025, 3:35 PM.
Tags
None
Referenced Files
F131298040: D50910.diff
Mon, Oct 6, 4:31 PM
Unknown Object (File)
Fri, Oct 3, 10:08 PM
Unknown Object (File)
Fri, Oct 3, 12:00 AM
Unknown Object (File)
Sat, Sep 20, 11:58 PM
Unknown Object (File)
Thu, Sep 18, 12:44 PM
Unknown Object (File)
Wed, Sep 17, 9:34 AM
Unknown Object (File)
Sun, Sep 14, 6:29 AM
Unknown Object (File)
Sun, Sep 14, 6:28 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

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.