Math-LongDouble v0.22 Perl 5 v5.14.2 cygwin-thread
- Status
- Pass
- From
- Peter John Acklam (PJACKLAM)
- Dist
-
Math-LongDouble v0.22
- Platform
- Perl 5 v5.14.2 cygwin-thread
- Date
- 2021-11-22 20:49:54
- ID
- 4cd6fea9-6c5f-1014-a9af-bdae4b95e88a
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Sisyphus,
This is a computer-generated report for Math-LongDouble-0.22
on perl 5.14.2, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /cygdrive/c/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/bin/perl5.14.2.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
No tests with this file. Instead, mainly for the benefit
of the author, we (hopefully) see some diagnostics from some
test executables that were run during the Makefile.PL stage.
CC = gcc
OPTMIZE = -O3
erfl & isnanl check (build):
erfl & isnanl check (run): rop is set to a sane value
op is set to the correct value
build output (nanl check):
execution output (nanl check): rop set as expected
build output (nan**0 check):
nan**0 check diagnostic: 1.0L
1.0L
1.0L
size of long double: 12
build output (signbitl check): try4.in: In function âÂÂmainâÂÂ:
try4.in:13:8: warning: implicit declaration of function âÂÂsignbitlâ [-Wimplicit-function-declaration]
13 | ret = signbitl(op);
| ^~~~~~~~
execution output (signbitl check): ret set as expected
build output (sincosl check): try5.in: In function âÂÂmainâÂÂ:
try5.in:18:2: warning: implicit declaration of function âÂÂsincoslâ [-Wimplicit-function-declaration]
18 | sincosl(op, &sine, &cosine);
| ^~~~~~~
try5.in:14:1: note: include âÂÂ<math.h>â or provide a declaration of âÂÂsincoslâÂÂ
13 | #include <math.h>
+++ |+#include <math.h>
14 |
try5.in:18:2: warning: incompatible implicit declaration of built-in function âÂÂsincoslâ [-Wbuiltin-declaration-mismatch]
18 | sincosl(op, &sine, &cosine);
| ^~~~~~~
try5.in:18:2: note: include âÂÂ<math.h>â or provide a declaration of âÂÂsincoslâÂÂ
execution output (sincosl check): output: 0.000000e+00 1.000000e+00
t/01config_xtra.t .......... ok
NAN_POW_BUG is NOT defined
NANL_IS_UNAVAILABLE is NOT defined
ISNANL_IS_UNAVAILABLE is NOT defined
SIGNBITL_IS_UNAVAILABLE is NOT defined
SINCOSL_IS_UNAVAILABLE is NOT defined
Actual nvsize == 8
Actual long double size = 10
t/aab_basic.t .............. ok
Math::LongDouble::_have_isnanl() returns 1
Math::LongDouble::_have_nanl() returns 1
Math::LongDouble::_have_signbitl() returns 1
t/abs.t .................... ok
t/arith.t .................. ok
t/base_conversion.t ........ ok
t/bool.t ................... ok
t/cmp.t .................... ok
LD_DBL_DENORM_MIN not implemented
LD_LDBL_DENORM_MIN not implemented
t/constants.t .............. ok
llrint_LD not implemented: IV size (4) is smaller than longlong size (8)
llround_LD not implemented: IV size (4) is smaller than longlong size (8)
Skipping tests 17-18: llrint_LD() and llround_LD() not implemented
t/inc_dec.t ................ ok
t/int.t .................... ok
Skipping all tests - nvtype ('double') is not 'long double'
t/ld_bytes.t ............... ok
t/log_exp.t ................ ok
Math:LongDouble::_nan_pow_bug() returns 0
t/nan_pow.t ................ ok
t/new.t .................... ok
t/nnum.t ................... ok
t/overload.t ............... ok
t/overload_cmp_reversal.t .. ok
Skipping test 1 - no recent version of Test::Pod installed
t/pod.t .................... ok
t/pow.t .................... ok
FYI:
DBL_DIG = 15
LDBL_DIG = 18
Default precison = 21
t/prec.t ................... ok
t/signbit.t ................ ok
t/special.t ................ ok
t/stringification.t ........ ok
built with sincosl function
t/trig.t ................... ok
All tests successful.
Files=24, Tests=319, 14 wallclock secs ( 0.09 usr 0.39 sys + 2.72 cusr 10.49 csys = 13.70 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.68
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 6.68
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 12
PATH = /usr/site/gcc-11.2.0/bin:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/bin:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/bin:/usr/bin:/bin:/usr/local/bin
PERL5LIB = /opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/site_perl:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/perl5:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20808
PERL5_CPAN_IS_RUNNING = 20808
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /cygdrive/c/peter/.cpanreporter/config-cygwin-OS-A01-L0123.ini
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_MM_USE_DEFAULT = 1
PERL_TEST_CRITIC = 1
PERL_TEST_CRITIC = 1
PERL_TEST_POD = 1
PERL_TEST_POD = 1
PERL_USE_UNSAFE_INC = 1
POD_TESTING = 1
POD_TESTS = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
SHELL = /bin/bash
TEMP = /tmp
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /cygdrive/c/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/bin/perl5.14.2
$UID/$EUID = 1061331 / 1061331
$GID = 1049089 1049089 545 4 66049 11 15 4095 66048 1104222 1150627 1098011 1051245 1113266 1089123 1139839 1090502 1141767 1081310 1090413 1061909 1058653 1081942 1122108 1125494 1137338 1137546 1088201 1143577 1138331 1151869 1090906 1093944 1122107 1051228 1057394 1141985 1068783 1138202 1056539 1057337 1089132 1100278 1051354 1104220 1059243 1089865 1138328 1087957 1105777 1150082 1135663 1152822 1049649 1152548 1125495 1152552 1139179 1069945 1059531 1090104 1090492 1068897 1081637 1095782 1075170 1144155 1139332 1146142 1111057 1137882 1069144 1154615 1081620 70145 1049147 1136188 1083352 401408
$EGID = 1049089 1049089 545 4 66049 11 15 4095 66048 1104222 1150627 1098011 1051245 1113266 1089123 1139839 1090502 1141767 1081310 1090413 1061909 1058653 1081942 1122108 1125494 1137338 1137546 1088201 1143577 1138331 1151869 1090906 1093944 1122107 1051228 1057394 1141985 1068783 1138202 1056539 1057337 1089132 1100278 1051354 1104220 1059243 1089865 1138328 1087957 1105777 1150082 1135663 1152822 1049649 1152548 1125495 1152552 1139179 1069945 1059531 1090104 1090492 1068897 1081637 1095782 1075170 1144155 1139332 1146142 1111057 1137882 1069144 1154615 1081620 70145 1049147 1136188 1083352 401408
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.36
ExtUtils::CBuilder 0.280203
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.68
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 2.2210
File::Spec 3.33
JSON n/a
JSON::PP 4.06
Module::Build 0.3800
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.23
Test::More 1.302188
YAML 1.30
YAML::Syck n/a
version 0.88
--
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
Platform:
osname=cygwin, osvers=3.2.0(0.34053), archname=cygwin-thread
uname='cygwin_nt-10.0-wow os-a01-l0123 3.2.0(0.34053) 2021-03-29 08:37 i686 cygwin '
config_args='-de -Dmksymlinks -Uinc_version_list -Uinstallusrbinperl -Dusethreads -Uusemultiplicity -Uuse64bitint -Dprefix=/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread -Darchname=i686-cygwin-thread'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fpcc-struct-return -pipe -fstack-protector -I/usr/local/include',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fpcc-struct-return -pipe -fstack-protector -I/usr/local/include -D__GNUC__'
ccversion='', gccversion='11.2.0', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-ldl
perllibs=-ldl
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_14_2.dll
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY MYMALLOC PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under cygwin
Compiled at Oct 4 2021 02:47:02
%ENV:
PERL5LIB="/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/arch:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/lib:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/site_perl:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/perl5:/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20808"
PERL5_CPAN_IS_RUNNING="20808"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/cygdrive/c/peter/.cpanreporter/config-cygwin-OS-A01-L0123.ini"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_MM_USE_DEFAULT="1"
PERL_TEST_CRITIC="1"
PERL_TEST_POD="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-GMPz-0.52-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal64-0.16-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Decimal128-0.10-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-L-0.06-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/Math-Complex_C-0.13-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/arch
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/cpan/5.14.2/i686-cygwin-thread/build/List-Uniqnum-0.11-0/blib/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/site_perl/5.14.2/cygwin-thread
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/site_perl/5.14.2
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/site_perl
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/perl5/5.14.2
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/perl5
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/5.14.2/cygwin-thread
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib/5.14.2
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/local/lib
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/lib/site_perl/5.14.2/cygwin-thread
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/lib/site_perl/5.14.2
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/lib/5.14.2/cygwin-thread
/opt/perl5/cygwin_nt-10.0-wow/3.2.0/i686/perl/5.14.2/i686-cygwin-thread/lib/5.14.2
.