Page MenuHomeFreeBSD

math/z3: Update 4.15.8.0 => 4.16.0.0
ClosedPublic

Authored by alven on Feb 19 2026, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 22, 3:44 PM
Unknown Object (File)
Thu, May 21, 9:07 AM
Unknown Object (File)
Wed, May 20, 12:34 AM
Unknown Object (File)
Sat, May 16, 9:30 PM
Unknown Object (File)
Tue, May 12, 3:10 PM
Unknown Object (File)
Wed, May 6, 8:16 AM
Unknown Object (File)
Tue, Apr 28, 3:23 PM
Unknown Object (File)
Tue, Apr 28, 3:16 AM
Subscribers

Details

Test Plan

For every {150amd64, 143amd64, 143i386}:

  • Successful poudriere testport

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 70779
Build 67662: arc lint + arc unit

Event Timeline

alven requested review of this revision.Feb 19 2026, 4:31 PM
alven created this revision.

IIRC, math/z3 supports make test. Does it pass?

IIRC, math/z3 supports make test. Does it pass?

Thank you for mentioning it. Yes, it does (150amd64).
No statistics provided, just passed.

This revision is now accepted and ready to land.Feb 19 2026, 4:52 PM

I meant this (just return to next command):

% make test
===>  Testing for z3-4.16.0.0
%

When I add TEST_TARGET= test stance the output is like this:

% make test
===>  Testing for z3-4.16.0.0
ninja: error: unknown target 'test', did you mean 'ast'?
*** Error code 1

Stop.
make: stopped making "test" in /usr/ports/default/math/z3
%

So, what does actually happen with testing?

This just means that I was wrong and there are no tests. Feel free to push this and I'll look into tests later.

This revision was automatically updated to reflect the committed changes.