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)
Thu, Apr 23, 8:13 AM
Unknown Object (File)
Sat, Apr 18, 3:43 AM
Unknown Object (File)
Wed, Apr 15, 11:01 PM
Unknown Object (File)
Wed, Apr 15, 12:49 PM
Unknown Object (File)
Sun, Apr 12, 1:57 AM
Unknown Object (File)
Sat, Apr 11, 8:01 PM
Unknown Object (File)
Fri, Apr 10, 4:00 PM
Unknown Object (File)
Wed, Apr 8, 10:59 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.