Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282155 - dev-libs/ntl-5.5.1 always runs tests
Summary: dev-libs/ntl-5.5.1 always runs tests
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-21 01:52 UTC by SpanKY
Modified: 2009-08-26 18:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2009-08-21 01:52:37 UTC
the tests get run in src_compile regardless of FEATURES=test

>>> Compiling source in /var/tmp/portage/dev-libs/ntl-5.5.1/work/ntl-5.5.1/src
...
*** running Poly1TimeTest...000034920600233  [572] DEFAULT
...
*** running Poly1TimeTest...000035770555555  [564] SPMM_UL
...
*** running Poly1TimeTest...000027742476851  [720] SPMM_ULL
...

i wouldnt care as much if they werent so damned slow
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2009-08-21 07:41:34 UTC
Isn't that the (In reply to comment #0)
> the tests get run in src_compile regardless of FEATURES=test
> 
> >>> Compiling source in /var/tmp/portage/dev-libs/ntl-5.5.1/work/ntl-5.5.1/src
> ...
> *** running Poly1TimeTest...000034920600233  [572] DEFAULT
> ...
> *** running Poly1TimeTest...000035770555555  [564] SPMM_UL
> ...
> *** running Poly1TimeTest...000027742476851  [720] SPMM_ULL
> ...

I think these tests are part of the 'self tuning' of this library and thus testing before things are built.
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2009-08-26 18:32:56 UTC
(In reply to comment #1) 
> I think these tests are part of the 'self tuning' of this library and thus
> testing before things are built.

They are indeed. The src_test runs a different set of tests.