OSDN Git Service

test/math: Adjust arm tests for older ULPs format
authorGregory Fong <gregory.0xf0@gmail.com>
Mon, 21 Apr 2014 19:08:03 +0000 (12:08 -0700)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 23 Apr 2014 11:40:50 +0000 (13:40 +0200)
commit3a3b2e42e5a59bac00a7eefaf030e50e948425e2
treeaacbfd01a0b35699db1e5ad597c0f3e625db057e
parent161d78ab0eae69078f6c6bebd159c56be72e02c6
test/math: Adjust arm tests for older ULPs format

The ULPs format in glibc has changed slightly and now deviates from
that in uClibc, so when using the files directly from glibc, for
certain types of tests the ULPs values were incorrectly defaulting to
0 rather than using the values provided.  This caused some tests to
fail despite the max ULPs being correctly marked.

Regenerated and updated part of the ULPs file to fix this issue.  This
also added values for exp and log.

Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/math/libm-test-ulps-arm