skip known math failures
authorSzabolcs Nagy <nsz@port70.net>
Sat, 1 Sep 2018 12:33:44 +0000 (12:33 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 7 Sep 2019 15:36:50 +0000 (15:36 +0000)
commit5fc943786cdd4e93efe31f9f742f2097cec9f8a1
tree2b55f568771720697e250735783b70a5ba318c17
parent75543c20a003e3108b51cb63998752d27621f993
skip known math failures

mark known failures with X and let the test pass if the error is
acceptable and not expected to be fixed soon.

this way the excessive math failures are easier to grep out.
26 files changed:
src/math/acosh.c
src/math/asinh.c
src/math/cos.c
src/math/erf.c
src/math/erfc.c
src/math/exp2.c
src/math/expm1l.c
src/math/j0.c
src/math/j0f.c
src/math/jn.c
src/math/jnf.c
src/math/lgamma.c
src/math/lgamma_r.c
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/pow.c
src/math/powf.c
src/math/sin.c
src/math/sinh.c
src/math/sinhf.c
src/math/sinhl.c
src/math/tan.c
src/math/tgamma.c
src/math/y0.c
src/math/y0f.c
src/math/ynf.c