START	lib/libm/msun	2025-03-16T18:52:03Z

==== run-cexp_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/cexp_test.c
In file included from /usr/src/regress/lib/libm/msun/cexp_test.c:42:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/atf-c.c
cc   -o cexp_test cexp_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./cexp_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=cexp_test NUMBERS="$tnumbers" regress
1..7
==== run-cexp_test-1 ====
1 
./cexp_test -r 1

/usr/src/regress/lib/libm/msun/cexp_test.c:113: unexpected exception flags: got 0x20 not 0 for cexpl(0.0)*** Error 1 in . (Makefile:231 'run-cexp_test-1')
EXPECTED_FAIL

==== cleanup-cexp_test-1 ====
./cexp_test -c 1

==== run-cexp_test-2 ====
2 
./cexp_test -r 2

/usr/src/regress/lib/libm/msun/cexp_test.c:132: unexpected exception flags: got 0x30 not 0 for cexp(CMPLXL(finites[i], __builtin_nanf("")))*** Error 1 in . (Makefile:231 'run-cexp_test-2')
EXPECTED_FAIL

==== cleanup-cexp_test-2 ====
./cexp_test -c 2

==== run-cexp_test-3 ====
3 
./cexp_test -r 3

/usr/src/regress/lib/libm/msun/cexp_test.c:168: unexpected exception flags: got 0x31 not 0x1 for cexp(CMPLXL(finites[i], __builtin_inff()))*** Error 1 in . (Makefile:231 'run-cexp_test-3')
EXPECTED_FAIL

==== cleanup-cexp_test-3 ====
./cexp_test -c 3

==== run-cexp_test-4 ====
4 
./cexp_test -r 4

/usr/src/regress/lib/libm/msun/cexp_test.c:210: (cexp)(_d) (-nan + 0 I) ~=  (_r) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-cexp_test-4')
EXPECTED_FAIL

==== cleanup-cexp_test-4 ====
./cexp_test -c 4

==== run-cexp_test-5 ====
5 
./cexp_test -r 5

==== cleanup-cexp_test-5 ====
./cexp_test -c 5

==== run-cexp_test-6 ====
6 
./cexp_test -r 6

==== cleanup-cexp_test-6 ====
./cexp_test -c 6

==== run-cexp_test-7 ====
7 
./cexp_test -r 7

/usr/src/regress/lib/libm/msun/cexp_test.c:279: (cexp)(CMPLXL(709.79, 0x1p-1074)) (-nan + 0 I) ~=  (CMPLXL(__builtin_inff(), 8.94674309915433533273e-16)) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-cexp_test-7')
EXPECTED_FAIL

==== cleanup-cexp_test-7 ====
./cexp_test -c 7


==== run-conj_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/conj_test.c
In file included from /usr/src/regress/lib/libm/msun/conj_test.c:37:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o conj_test conj_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./conj_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=conj_test NUMBERS="$tnumbers" regress
1..1
==== run-conj_test-1 ====
1 
./conj_test -r 1

==== cleanup-conj_test-1 ====
./conj_test -c 1


==== run-csqrt_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/csqrt_test.c
In file included from /usr/src/regress/lib/libm/msun/csqrt_test.c:37:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o csqrt_test csqrt_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./csqrt_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=csqrt_test NUMBERS="$tnumbers" regress
1..3
==== run-csqrt_test-1 ====
1 
./csqrt_test -r 1

/usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-1')
EXPECTED_FAIL

==== cleanup-csqrt_test-1 ====
./csqrt_test -c 1

==== run-csqrt_test-2 ====
2 
./csqrt_test -r 2

/usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-2')
EXPECTED_FAIL

==== cleanup-csqrt_test-2 ====
./csqrt_test -c 2

==== run-csqrt_test-3 ====
3 
./csqrt_test -r 3

/usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-3')
EXPECTED_FAIL

==== cleanup-csqrt_test-3 ====
./csqrt_test -c 3


==== run-ctrig_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/ctrig_test.c
In file included from /usr/src/regress/lib/libm/msun/ctrig_test.c:41:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o ctrig_test ctrig_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./ctrig_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=ctrig_test NUMBERS="$tnumbers" regress
1..6
==== run-ctrig_test-1 ====
1 test 0 input
./ctrig_test -r 1

/usr/src/regress/lib/libm/msun/ctrig_test.c:143: (csinh)(_d) (0 + 0 I) ~=  (conjl(-zero)) (-0 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-1')
EXPECTED_FAIL

==== cleanup-ctrig_test-1 ====
./ctrig_test -c 1

==== run-ctrig_test-2 ====
2 test NaN inputs
./ctrig_test -r 2

/usr/src/regress/lib/libm/msun/ctrig_test.c:180: csinh fetestexcept(((0x04 | 0x20 | 0x01 | 0x08 | 0x10) & ~0x01)) (0x20) != 0*** Error 1 in . (Makefile:231 'run-ctrig_test-2')
EXPECTED_FAIL

==== cleanup-ctrig_test-2 ====
./ctrig_test -c 2

==== run-ctrig_test-3 ====
3 test infinity inputs
./ctrig_test -r 3

/usr/src/regress/lib/libm/msun/ctrig_test.c:254: (csinh)(_d) (-nan + 0 I) ~=  (CMPLXL(__builtin_inff(), __builtin_nanf(""))) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-3')
EXPECTED_FAIL

==== cleanup-ctrig_test-3 ====
./ctrig_test -c 3

==== run-ctrig_test-4 ====
4 test along the real/imaginary axes
./ctrig_test -r 4

/usr/src/regress/lib/libm/msun/ctrig_test.c:346: (ctanh)(z) (-nan + 0 I) ~=  (CMPLXL(0, tan(nums[i]))) (0 + 0 I)0x1.921fb54442d18p-1 0x0p+0
0x1.4fc442p-1 0x0p+0
0x1.4fc444p-1
0x1.921fb54442d18p+0 0x0p+0
0x1.d594fcp-1 0x0p+0
0x1.d595p-1
*** Error 1 in . (Makefile:231 'run-ctrig_test-4')
EXPECTED_FAIL

==== cleanup-ctrig_test-4 ====
./ctrig_test -c 4

==== run-ctrig_test-5 ====
5 test underflow inputs
./ctrig_test -r 5

/usr/src/regress/lib/libm/msun/ctrig_test.c:426: (ctanhf)(z) (-2.16395 + 0 I) ~=  (CMPLXL(tests[i].tanh_a, tests[i].tanh_b)) (-2.16395 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-5')
EXPECTED_FAIL

==== cleanup-ctrig_test-5 ====
./ctrig_test -c 5

==== run-ctrig_test-6 ====
6 Test inputs that might cause overflow in a sloppy implementation
./ctrig_test -r 6

/usr/src/regress/lib/libm/msun/ctrig_test.c:455: (ctanh)(z) (-nan + 0 I) ~=  (CMPLXL(1.0, -1.62994325413993477997492170229268382e-26L)) (1 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-6')
EXPECTED_FAIL

==== cleanup-ctrig_test-6 ====
./ctrig_test -c 6


==== run-exponential_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/exponential_test.c
In file included from /usr/src/regress/lib/libm/msun/exponential_test.c:43:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o exponential_test exponential_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./exponential_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=exponential_test NUMBERS="$tnumbers" regress
1..4
==== run-exponential_test-1 ====
1 
./exponential_test -r 1

==== cleanup-exponential_test-1 ====
./exponential_test -c 1

==== run-exponential_test-2 ====
2 
./exponential_test -r 2

==== cleanup-exponential_test-2 ====
./exponential_test -c 2

==== run-exponential_test-3 ====
3 
./exponential_test -r 3

==== cleanup-exponential_test-3 ====
./exponential_test -c 3

==== run-exponential_test-4 ====
4 
./exponential_test -r 4

==== cleanup-exponential_test-4 ====
./exponential_test -c 4


==== run-fenv_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/fenv_test.c
In file included from /usr/src/regress/lib/libm/msun/fenv_test.c:49:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o fenv_test fenv_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./fenv_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=fenv_test NUMBERS="$tnumbers" regress
1..8
==== run-fenv_test-1 ====
1 
./fenv_test -r 1

==== cleanup-fenv_test-1 ====
./fenv_test -c 1

==== run-fenv_test-2 ====
2 
./fenv_test -r 2

==== cleanup-fenv_test-2 ====
./fenv_test -c 2

==== run-fenv_test-3 ====
3 
./fenv_test -r 3

==== cleanup-fenv_test-3 ====
./fenv_test -c 3

==== run-fenv_test-4 ====
4 
./fenv_test -r 4

==== cleanup-fenv_test-4 ====
./fenv_test -c 4

==== run-fenv_test-5 ====
5 
./fenv_test -r 5

==== cleanup-fenv_test-5 ====
./fenv_test -c 5

==== run-fenv_test-6 ====
6 
./fenv_test -r 6

==== cleanup-fenv_test-6 ====
./fenv_test -c 6

==== run-fenv_test-7 ====
7 
./fenv_test -r 7

==== cleanup-fenv_test-7 ====
./fenv_test -c 7

==== run-fenv_test-8 ====
8 
./fenv_test -r 8

==== cleanup-fenv_test-8 ====
./fenv_test -c 8


==== run-fma_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/fma_test.c
In file included from /usr/src/regress/lib/libm/msun/fma_test.c:41:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o fma_test fma_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./fma_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=fma_test NUMBERS="$tnumbers" regress
1..7
==== run-fma_test-1 ====
1 
./fma_test -r 1

/usr/src/regress/lib/libm/msun/fma_test.c:118: (fma)(_vx, _vy, _vz) (-4.950953675812125240768293e-616) ~= (-0.0) (-0)rmode = 0
*** Error 1 in . (Makefile:231 'run-fma_test-1')
EXPECTED_FAIL

==== cleanup-fma_test-1 ====
./fma_test -c 1

==== run-fma_test-2 ====
2 
./fma_test -r 2
rmode = 0
rmode = 2048
rmode = 1024
rmode = 3072

==== cleanup-fma_test-2 ====
./fma_test -c 2

==== run-fma_test-3 ====
3 
./fma_test -r 3

==== cleanup-fma_test-3 ====
./fma_test -c 3

==== run-fma_test-4 ====
4 
./fma_test -r 4
rmode = 0
rmode = 2048
rmode = 1024
rmode = 3072

==== cleanup-fma_test-4 ====
./fma_test -c 4

==== run-fma_test-5 ====
5 
./fma_test -r 5
rmode = 0
rmode = 2048
rmode = 1024
rmode = 3072

==== cleanup-fma_test-5 ====
./fma_test -c 5

==== run-fma_test-6 ====
6 
./fma_test -r 6

/usr/src/regress/lib/libm/msun/fma_test.c:366: ((fma))(_vx, _vy, _vz) (-100418958421698048) ~= ((-0x1.64c282b970a5fp+56)) (-100418958421698032)*** Error 1 in . (Makefile:231 'run-fma_test-6')
EXPECTED_FAIL

==== cleanup-fma_test-6 ====
./fma_test -c 6

==== run-fma_test-7 ====
7 
./fma_test -r 7

/usr/src/regress/lib/libm/msun/fma_test.c:437: (fma)(_vx, _vy, _vz) (2.25000000000000088817842) ~= (0x1.2000000000001p+1) (2.25000000000000044408921)*** Error 1 in . (Makefile:231 'run-fma_test-7')
EXPECTED_FAIL

==== cleanup-fma_test-7 ====
./fma_test -c 7


==== run-fmaxmin_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/fmaxmin_test.c
In file included from /usr/src/regress/lib/libm/msun/fmaxmin_test.c:39:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o fmaxmin_test fmaxmin_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./fmaxmin_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=fmaxmin_test NUMBERS="$tnumbers" regress
1..12
==== run-fmaxmin_test-1 ====
1 
./fmaxmin_test -r 1

==== cleanup-fmaxmin_test-1 ====
./fmaxmin_test -c 1

==== run-fmaxmin_test-2 ====
2 
./fmaxmin_test -r 2

==== cleanup-fmaxmin_test-2 ====
./fmaxmin_test -c 2

==== run-fmaxmin_test-3 ====
3 
./fmaxmin_test -r 3

==== cleanup-fmaxmin_test-3 ====
./fmaxmin_test -c 3

==== run-fmaxmin_test-4 ====
4 
./fmaxmin_test -r 4

==== cleanup-fmaxmin_test-4 ====
./fmaxmin_test -c 4

==== run-fmaxmin_test-5 ====
5 
./fmaxmin_test -r 5

==== cleanup-fmaxmin_test-5 ====
./fmaxmin_test -c 5

==== run-fmaxmin_test-6 ====
6 
./fmaxmin_test -r 6

==== cleanup-fmaxmin_test-6 ====
./fmaxmin_test -c 6

==== run-fmaxmin_test-7 ====
7 
./fmaxmin_test -r 7

==== cleanup-fmaxmin_test-7 ====
./fmaxmin_test -c 7

==== run-fmaxmin_test-8 ====
8 
./fmaxmin_test -r 8

==== cleanup-fmaxmin_test-8 ====
./fmaxmin_test -c 8

==== run-fmaxmin_test-9 ====
9 
./fmaxmin_test -r 9

==== cleanup-fmaxmin_test-9 ====
./fmaxmin_test -c 9

==== run-fmaxmin_test-10 ====
10 
./fmaxmin_test -r 10

==== cleanup-fmaxmin_test-10 ====
./fmaxmin_test -c 10

==== run-fmaxmin_test-11 ====
11 
./fmaxmin_test -r 11

==== cleanup-fmaxmin_test-11 ====
./fmaxmin_test -c 11

==== run-fmaxmin_test-12 ====
12 
./fmaxmin_test -r 12

==== cleanup-fmaxmin_test-12 ====
./fmaxmin_test -c 12


==== run-ilogb_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/ilogb_test.c
In file included from /usr/src/regress/lib/libm/msun/ilogb_test.c:36:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o ilogb_test ilogb_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./ilogb_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=ilogb_test NUMBERS="$tnumbers" regress
1..3
==== run-ilogb_test-1 ====
1 
./ilogb_test -r 1

==== cleanup-ilogb_test-1 ====
./ilogb_test -c 1

==== run-ilogb_test-2 ====
2 
./ilogb_test -r 2

==== cleanup-ilogb_test-2 ====
./ilogb_test -c 2

==== run-ilogb_test-3 ====
3 
./ilogb_test -r 3

==== cleanup-ilogb_test-3 ====
./ilogb_test -c 3


==== run-invctrig_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/invctrig_test.c
In file included from /usr/src/regress/lib/libm/msun/invctrig_test.c:41:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o invctrig_test invctrig_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./invctrig_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=invctrig_test NUMBERS="$tnumbers" regress
1..6
==== run-invctrig_test-1 ====
1 
./invctrig_test -r 1

/usr/src/regress/lib/libm/msun/invctrig_test.c:136: (casinh)(_d) (-0 + 0 I) ~=  (zero) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-1')
EXPECTED_FAIL

==== cleanup-invctrig_test-1 ====
./invctrig_test -c 1

==== run-invctrig_test-2 ====
2 
./invctrig_test -r 2

/usr/src/regress/lib/libm/msun/invctrig_test.c:169: unexpected exception flags: got 0x1 not 0 for catanh(z)*** Error 1 in . (Makefile:231 'run-invctrig_test-2')
EXPECTED_FAIL

==== cleanup-invctrig_test-2 ====
./invctrig_test -c 2

==== run-invctrig_test-3 ====
3 
./invctrig_test -r 3

/usr/src/regress/lib/libm/msun/invctrig_test.c:239: (cacosh)(z) (nan + 0 I) ~=  (CMPLXL(__builtin_inff(), pi / 4)) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-3')
EXPECTED_FAIL

==== cleanup-invctrig_test-3 ====
./invctrig_test -c 3

==== run-invctrig_test-4 ====
4 
./invctrig_test -r 4

/usr/src/regress/lib/libm/msun/invctrig_test.c:292: (cacosh)(conjl(z)) (-1.31696 + 0 I) ~=  (conjl(CMPLXL(acosh(fabsl(nums[i])), (nums[i] < 0) ? pi : 0))) (1.31696 + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-4')
EXPECTED_FAIL

==== cleanup-invctrig_test-4 ====
./invctrig_test -c 4

==== run-invctrig_test-5 ====
5 
./invctrig_test -r 5

==== cleanup-invctrig_test-5 ====
./invctrig_test -c 5

==== run-invctrig_test-6 ====
6 
./invctrig_test -r 6

==== cleanup-invctrig_test-6 ====
./invctrig_test -c 6


==== run-invtrig_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/invtrig_test.c
In file included from /usr/src/regress/lib/libm/msun/invtrig_test.c:41:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o invtrig_test invtrig_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./invtrig_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=invtrig_test NUMBERS="$tnumbers" regress
1..7
==== run-invtrig_test-1 ====
1 
./invtrig_test -r 1

/usr/src/regress/lib/libm/msun/invtrig_test.c:132: acos(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-1')
EXPECTED_FAIL

==== cleanup-invtrig_test-1 ====
./invtrig_test -c 1

==== run-invtrig_test-2 ====
2 
./invtrig_test -r 2

/usr/src/regress/lib/libm/msun/invtrig_test.c:160: atan2(_iny, _inx) (3.141592653589793238512809) ~= _out (3.141592653589793115997963), diff=1.22515e-16, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-2')
EXPECTED_FAIL

==== cleanup-invtrig_test-2 ====
./invtrig_test -c 2

==== run-invtrig_test-3 ====
3 
./invtrig_test -r 3

/usr/src/regress/lib/libm/msun/invtrig_test.c:245: asin(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-3')
EXPECTED_FAIL

==== cleanup-invtrig_test-3 ====
./invtrig_test -c 3

==== run-invtrig_test-4 ====
4 
./invtrig_test -r 4

/usr/src/regress/lib/libm/msun/invtrig_test.c:282: atan2(_iny, _inx) (0.7853981633974483096282022) ~= _out (0.7853981633974482789994909), diff=3.06287e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-4')
EXPECTED_FAIL

==== cleanup-invtrig_test-4 ====
./invtrig_test -c 4

==== run-invtrig_test-5 ====
5 
./invtrig_test -r 5

/usr/src/regress/lib/libm/msun/invtrig_test.c:307: acos(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-5')
EXPECTED_FAIL

==== cleanup-invtrig_test-5 ====
./invtrig_test -c 5

==== run-invtrig_test-6 ====
6 
./invtrig_test -r 6

/usr/src/regress/lib/libm/msun/invtrig_test.c:341: atan(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-6')
EXPECTED_FAIL

==== cleanup-invtrig_test-6 ====
./invtrig_test -c 6

==== run-invtrig_test-7 ====
7 
./invtrig_test -r 7

==== cleanup-invtrig_test-7 ====
./invtrig_test -c 7


==== run-logarithm_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/logarithm_test.c
In file included from /usr/src/regress/lib/libm/msun/logarithm_test.c:44:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o logarithm_test logarithm_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./logarithm_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=logarithm_test NUMBERS="$tnumbers" regress
1..5
==== run-logarithm_test-1 ====
1 
./logarithm_test -r 1

/usr/src/regress/lib/libm/msun/logarithm_test.c:102: (log1pf)(_d) (0) ~= (-0.0) (-0)*** Error 1 in . (Makefile:231 'run-logarithm_test-1')
EXPECTED_FAIL

==== cleanup-logarithm_test-1 ====
./logarithm_test -c 1

==== run-logarithm_test-2 ====
2 
./logarithm_test -r 2

==== cleanup-logarithm_test-2 ====
./logarithm_test -c 2

==== run-logarithm_test-3 ====
3 
./logarithm_test -r 3

/usr/src/regress/lib/libm/msun/logarithm_test.c:177: (log1pf)(_d) (0) ~= (-0.0) (-0)*** Error 1 in . (Makefile:231 'run-logarithm_test-3')
EXPECTED_FAIL

==== cleanup-logarithm_test-3 ====
./logarithm_test -c 3

==== run-logarithm_test-4 ====
4 
./logarithm_test -r 4

==== cleanup-logarithm_test-4 ====
./logarithm_test -c 4

==== run-logarithm_test-5 ====
5 
./logarithm_test -r 5

==== cleanup-logarithm_test-5 ====
./logarithm_test -c 5


==== run-lrint_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/lrint_test.c
In file included from /usr/src/regress/lib/libm/msun/lrint_test.c:37:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o lrint_test lrint_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./lrint_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=lrint_test NUMBERS="$tnumbers" regress
1..1
==== run-lrint_test-1 ====
1 
./lrint_test -r 1

/usr/src/regress/lib/libm/msun/lrint_test.c:94: lrint(-2.14748e+09) returned -2147483648, expected 2147483648*** Error 1 in . (Makefile:231 'run-lrint_test-1')
EXPECTED_FAIL

==== cleanup-lrint_test-1 ====
./lrint_test -c 1


==== run-lround_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/lround_test.c
In file included from /usr/src/regress/lib/libm/msun/lround_test.c:39:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o lround_test lround_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./lround_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=lround_test NUMBERS="$tnumbers" regress
1..1
==== run-lround_test-1 ====
1 
./lround_test -r 1

/usr/src/regress/lib/libm/msun/lround_test.c:71: unexpected exception flags: got 0 not 0x20 for lround(0.25)*** Error 1 in . (Makefile:231 'run-lround_test-1')
EXPECTED_FAIL

==== cleanup-lround_test-1 ====
./lround_test -c 1


==== run-nan_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/nan_test.c
In file included from /usr/src/regress/lib/libm/msun/nan_test.c:44:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o nan_test nan_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./nan_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=nan_test NUMBERS="$tnumbers" regress
1..1
==== run-nan_test-1 ====
1 
./nan_test -r 1
*** Signal SIGFPE in . (Makefile:231 'run-nan_test-1')
EXPECTED_FAIL

==== cleanup-nan_test-1 ====
./nan_test -c 1


==== run-nearbyint_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/nearbyint_test.c
In file included from /usr/src/regress/lib/libm/msun/nearbyint_test.c:43:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o nearbyint_test nearbyint_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./nearbyint_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=nearbyint_test NUMBERS="$tnumbers" regress
1..1
==== run-nearbyint_test-1 ====
1 
./nearbyint_test -r 1

/usr/src/regress/lib/libm/msun/nearbyint_test.c:139: unexpected exception flags: got 0x1 not 0*** Error 1 in . (Makefile:231 'run-nearbyint_test-1')
EXPECTED_FAIL

==== cleanup-nearbyint_test-1 ====
./nearbyint_test -c 1


==== run-next_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/next_test.c
In file included from /usr/src/regress/lib/libm/msun/next_test.c:44:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o next_test next_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./next_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=next_test NUMBERS="$tnumbers" regress
1..5
==== run-next_test-1 ====
1 
./next_test -r 1
next_test: /usr/src/regress/lib/libm/msun/next_test.c:118 nextafter(-0.0, 42.0) raised 0x0, expecting 0x30

*** Error 1 in . (Makefile:231 'run-next_test-1')
EXPECTED_FAIL

==== cleanup-next_test-1 ====
./next_test -c 1

==== run-next_test-2 ====
2 
./next_test -r 2
next_test: /usr/src/regress/lib/libm/msun/next_test.c:149 nexttoward((1.0), (-__builtin_inff())) returned -inf, expecting 0xf.ffffffffffff8p-4

*** Error 1 in . (Makefile:231 'run-next_test-2')
EXPECTED_FAIL

==== cleanup-next_test-2 ====
./next_test -c 2

==== run-next_test-3 ====
3 
./next_test -r 3

==== cleanup-next_test-3 ====
./next_test -c 3

==== run-next_test-4 ====
4 
./next_test -r 4
next_test: /usr/src/regress/lib/libm/msun/next_test.c:174 nexttoward((0x1.87654ffffffffp+0), (__builtin_inff())) returned inf, expecting 0xc.3b2a8p-3

*** Error 1 in . (Makefile:231 'run-next_test-4')
EXPECTED_FAIL

==== cleanup-next_test-4 ====
./next_test -c 4

==== run-next_test-5 ====
5 
./next_test -r 5
next_test: /usr/src/regress/lib/libm/msun/next_test.c:229 idd(nextafter(DBL_MAX, INFINITY)) returned 0xf.ffffffffffff8p+1021, expecting inf

*** Error 1 in . (Makefile:231 'run-next_test-5')
EXPECTED_FAIL

==== cleanup-next_test-5 ====
./next_test -c 5


==== run-rem_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/rem_test.c
In file included from /usr/src/regress/lib/libm/msun/rem_test.c:42:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
/usr/src/regress/lib/libm/msun/rem_test.c:138:32: warning: call to undeclared function 'fls'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        return ((unsigned)~0 >> (32 - fls(x)));
                                      ^
5 warnings generated.
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/fls.c
cc   -o rem_test rem_test.o atf-c.o fls.o -lm
ld: warning: rem_test.c:147 (/usr/src/regress/lib/libm/msun/rem_test.c:147)(rem_test.o:(testl)): warning: random() may return deterministic values, is that what you want?
ulimit -c unlimited &&  ntests="`./rem_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=rem_test NUMBERS="$tnumbers" regress
1..3
==== run-rem_test-1 ====
1 
./rem_test -r 1

==== cleanup-rem_test-1 ====
./rem_test -c 1

==== run-rem_test-2 ====
2 
./rem_test -r 2

==== cleanup-rem_test-2 ====
./rem_test -c 2

==== run-rem_test-3 ====
3 
./rem_test -r 3

/usr/src/regress/lib/libm/msun/rem_test.c:154: '(q ^ expected_quo) >= 0' evaluated to false
*** Error 1 in . (Makefile:231 'run-rem_test-3')
EXPECTED_FAIL

==== cleanup-rem_test-3 ====
./rem_test -c 3


==== run-trig_test ====
cc -O2 -pipe  -fno-builtin -g  -MD -MP  -c /usr/src/regress/lib/libm/msun/trig_test.c
In file included from /usr/src/regress/lib/libm/msun/trig_test.c:46:
/usr/src/regress/lib/libm/msun/test-utils.h:178:19: warning: parameter 'checksign' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
                  ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
               ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
cfpequal_cs(x, y, checksign)
            ^
/usr/src/regress/lib/libm/msun/test-utils.h:178:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
cfpequal_cs(x, y, checksign)
^
4 warnings generated.
cc   -o trig_test trig_test.o atf-c.o -lm
ulimit -c unlimited &&  ntests="`./trig_test -n`" &&  echo "1..$ntests" &&  tnumbers="`jot -ns' ' - 1 $ntests`" &&  make -C /usr/src/regress/lib/libm/msun PROG=trig_test NUMBERS="$tnumbers" regress
1..1
==== run-trig_test-1 ====
1 test special cases in sin(), cos(), and tan()
./trig_test -r 1

==== cleanup-trig_test-1 ====
./trig_test -c 1


XFAIL	lib/libm/msun	/usr/src/regress/lib/libm/msun/cexp_test.c:113: unexpected exception flags: got 0x20 not 0 for cexpl(0.0)*** Error 1 in . (Makefile:231 'run-cexp_test-1'), /usr/src/regress/lib/libm/msun/cexp_test.c:132: unexpected exception flags: got 0x30 not 0 for cexp(CMPLXL(finites[i], __builtin_nanf("")))*** Error 1 in . (Makefile:231 'run-cexp_test-2'), /usr/src/regress/lib/libm/msun/cexp_test.c:168: unexpected exception flags: got 0x31 not 0x1 for cexp(CMPLXL(finites[i], __builtin_inff()))*** Error 1 in . (Makefile:231 'run-cexp_test-3'), /usr/src/regress/lib/libm/msun/cexp_test.c:210: (cexp)(_d) (-nan + 0 I) ~=  (_r) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-cexp_test-4'), /usr/src/regress/lib/libm/msun/cexp_test.c:279: (cexp)(CMPLXL(709.79, 0x1p-1074)) (-nan + 0 I) ~=  (CMPLXL(__builtin_inff(), 8.94674309915433533273e-16)) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-cexp_test-7'), /usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-1'), /usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-2'), /usr/src/regress/lib/libm/msun/csqrt_test.c:165: t_csqrt(CMPLXL(-__builtin_inff(), vals[i])) (-nan + 0 I) ~=  CMPLXL(0.0, copysignl(__builtin_inff(), vals[i])) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-csqrt_test-3'), /usr/src/regress/lib/libm/msun/ctrig_test.c:143: (csinh)(_d) (0 + 0 I) ~=  (conjl(-zero)) (-0 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-1'), /usr/src/regress/lib/libm/msun/ctrig_test.c:180: csinh fetestexcept(((0x04 | 0x20 | 0x01 | 0x08 | 0x10) & ~0x01)) (0x20) != 0*** Error 1 in . (Makefile:231 'run-ctrig_test-2'), /usr/src/regress/lib/libm/msun/ctrig_test.c:254: (csinh)(_d) (-nan + 0 I) ~=  (CMPLXL(__builtin_inff(), __builtin_nanf(""))) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-3'), *** Error 1 in . (Makefile:231 'run-ctrig_test-4'), /usr/src/regress/lib/libm/msun/ctrig_test.c:426: (ctanhf)(z) (-2.16395 + 0 I) ~=  (CMPLXL(tests[i].tanh_a, tests[i].tanh_b)) (-2.16395 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-5'), /usr/src/regress/lib/libm/msun/ctrig_test.c:455: (ctanh)(z) (-nan + 0 I) ~=  (CMPLXL(1.0, -1.62994325413993477997492170229268382e-26L)) (1 + 0 I)*** Error 1 in . (Makefile:231 'run-ctrig_test-6'), *** Error 1 in . (Makefile:231 'run-fma_test-1'), /usr/src/regress/lib/libm/msun/fma_test.c:366: ((fma))(_vx, _vy, _vz) (-100418958421698048) ~= ((-0x1.64c282b970a5fp+56)) (-100418958421698032)*** Error 1 in . (Makefile:231 'run-fma_test-6'), /usr/src/regress/lib/libm/msun/fma_test.c:437: (fma)(_vx, _vy, _vz) (2.25000000000000088817842) ~= (0x1.2000000000001p+1) (2.25000000000000044408921)*** Error 1 in . (Makefile:231 'run-fma_test-7'), /usr/src/regress/lib/libm/msun/invctrig_test.c:136: (casinh)(_d) (-0 + 0 I) ~=  (zero) (0 + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-1'), /usr/src/regress/lib/libm/msun/invctrig_test.c:169: unexpected exception flags: got 0x1 not 0 for catanh(z)*** Error 1 in . (Makefile:231 'run-invctrig_test-2'), /usr/src/regress/lib/libm/msun/invctrig_test.c:239: (cacosh)(z) (nan + 0 I) ~=  (CMPLXL(__builtin_inff(), pi / 4)) (inf + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-3'), /usr/src/regress/lib/libm/msun/invctrig_test.c:292: (cacosh)(conjl(z)) (-1.31696 + 0 I) ~=  (conjl(CMPLXL(acosh(fabsl(nums[i])), (nums[i] < 0) ? pi : 0))) (1.31696 + 0 I)*** Error 1 in . (Makefile:231 'run-invctrig_test-4'), /usr/src/regress/lib/libm/msun/invtrig_test.c:132: acos(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-1'), /usr/src/regress/lib/libm/msun/invtrig_test.c:160: atan2(_iny, _inx) (3.141592653589793238512809) ~= _out (3.141592653589793115997963), diff=1.22515e-16, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-2'), /usr/src/regress/lib/libm/msun/invtrig_test.c:245: asin(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-3'), /usr/src/regress/lib/libm/msun/invtrig_test.c:282: atan2(_iny, _inx) (0.7853981633974483096282022) ~= _out (0.7853981633974482789994909), diff=3.06287e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-4'), /usr/src/regress/lib/libm/msun/invtrig_test.c:307: acos(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-5'), /usr/src/regress/lib/libm/msun/invtrig_test.c:341: atan(_in) (1.570796326794896619256404) ~= _out (1.570796326794896557998982), diff=6.12574e-17, maxdiff=0,*** Error 1 in . (Makefile:231 'run-invtrig_test-6'), /usr/src/regress/lib/libm/msun/logarithm_test.c:102: (log1pf)(_d) (0) ~= (-0.0) (-0)*** Error 1 in . (Makefile:231 'run-logarithm_test-1'), /usr/src/regress/lib/libm/msun/logarithm_test.c:177: (log1pf)(_d) (0) ~= (-0.0) (-0)*** Error 1 in . (Makefile:231 'run-logarithm_test-3'), /usr/src/regress/lib/libm/msun/lrint_test.c:94: lrint(-2.14748e+09) returned -2147483648, expected 2147483648*** Error 1 in . (Makefile:231 'run-lrint_test-1'), /usr/src/regress/lib/libm/msun/lround_test.c:71: unexpected exception flags: got 0 not 0x20 for lround(0.25)*** Error 1 in . (Makefile:231 'run-lround_test-1'), *** Signal SIGFPE in . (Makefile:231 'run-nan_test-1'), /usr/src/regress/lib/libm/msun/nearbyint_test.c:139: unexpected exception flags: got 0x1 not 0*** Error 1 in . (Makefile:231 'run-nearbyint_test-1'), *** Error 1 in . (Makefile:231 'run-next_test-1'), *** Error 1 in . (Makefile:231 'run-next_test-2'), *** Error 1 in . (Makefile:231 'run-next_test-4'), *** Error 1 in . (Makefile:231 'run-next_test-5'), *** Error 1 in . (Makefile:231 'run-rem_test-3')