Page MenuHomeFreeBSD

math/z3: Update 4.15.8.0 => 4.16.0.0
ClosedPublic

Authored by alven on Thu, Feb 19, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 1, 4:49 AM
Unknown Object (File)
Sat, Feb 28, 11:45 PM
Unknown Object (File)
Fri, Feb 27, 8:32 PM
Unknown Object (File)
Fri, Feb 27, 11:49 AM
Unknown Object (File)
Wed, Feb 25, 5:41 PM
Unknown Object (File)
Tue, Feb 24, 5:19 PM
Unknown Object (File)
Tue, Feb 24, 10:55 AM
Unknown Object (File)
Tue, Feb 24, 7:45 AM
Subscribers

Details

Test Plan

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

  • Successful poudriere testport

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alven requested review of this revision.Thu, Feb 19, 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.Thu, Feb 19, 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.