This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make check failures on Alpha


After applying the _rtld_local_ro as suggested by Richard Henderson I
could build glibc from CVS as of yesterday on my Alpha.  However, make
check failed a few tests.  Are these known bugs?  Can I help fixing
something?

math/tst-fenv prints numerous copies of these messages (70 fail, 1857
pass):
Test: after fesetenv (FE_NOMASK_ENV) processes will abort
      when feraiseexcept (FE_DIVBYZERO) is called.
  Fail: Process didn't receive signal and exited with status 512.
Test: after fedisableexcept (FE_DIVBYZERO) processes will abort
      when feraiseexcept (FE_DIVBYZERO) is called.
  Fail: Process didn't receive signal and exited with status 512.

math/tst-tgmath.out:
double functions not called often enough (112)
float functions not called often enough (108)

math/tst-float:
testing float (without inline functions)
Failure: Test: atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80
338464113663849327153994380
Result:
 is:         -1.80338394641876220703e+00  -0x1.cdaa9200000000000000p+0
 should be:  -1.80338466167449951172e+00  -0x1.cdaa9e00000000000000p+0
 difference:  7.15255737304687500000e-07   0x1.80000000000000000000p-21
 ulp       :  6.0000
 max.ulp   :  0.0000
Maximal error of `atan2'
 is      : 6 ulp
 accepted: 3 ulp

Test suite completed:
  2524 test cases plus 2313 tests for exception flags executed.
  2 errors occurred.

math/tst-ifloat: likewise

nptl/tst-cancel4:
Timed out: killed the child process
last line: early cancel test of 'accept' successful

nptl/tst-cancel5: likewise

nptl/tst-cancel19:
pthread_setcanceltype after close returned invalid value 1
pthread_setcanceltype after 2nd close returned invalid value 0
pthread_setcanceltype after 2nd pause returned invalid value 0
pthread_setcanceltype after 2nd creat returned invalid value 0
pthread_setcanceltype after 2nd open returned invalid value 0
pthread_setcanceltype after select returned invalid value 1

nptl/tst-cancel4x:
Timed out: killed the child process
last line: early cancel test of 'accept' successful

nptl/tst-cancel5x: likewise

All other tests passed.

Tools used:
gcc 3.3.3
binutils 2.15.90

-- 
Måns Rullgård
mru@kth.se


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]