Page MenuHomeFreeBSD

tests: Update for jemalloc's option parsing
ClosedPublic

Authored by emaste on Tue, Jun 17, 3:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 20, 6:22 AM
Unknown Object (File)
Fri, Jun 20, 5:40 AM
Unknown Object (File)
Fri, Jun 20, 5:38 AM
Unknown Object (File)
Fri, Jun 20, 5:11 AM
Unknown Object (File)
Thu, Jun 19, 3:01 PM
Unknown Object (File)
Wed, Jun 18, 5:29 AM
Unknown Object (File)
Tue, Jun 17, 5:43 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

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.Tue, Jun 17, 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.

OSZAR »