public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* conform linknamespace test question
@ 2016-10-21 21:32 Steve Ellcey
  2016-10-21 21:43 ` Florian Weimer
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Ellcey @ 2016-10-21 21:32 UTC (permalink / raw)
  To: libc-alpha

Can someone help me understand the linknamespace tests in the glibc
testsuite?  I am running the testsuite on a 64bit ARM system and
most/many/all of the linknamespace tests are failing.  Looking at one
at random, conform/ISO/time.h, I see that the actual conform test
(conform.out and conform.test-result) pass but when I look at
linknamespace.test-result I see:

FAIL: conform/ISO/time.h/linknamespace
original exit status 1

And if I look at linknamespace.out I see:

[initial] gmtime -> [libc.a(gmtime.o)] __tz_convert -> [libc.a(tzset.o)] free -> [libc.a(malloc.o)] abort
[initial] asctime
[initial] strftime -> [libc.a(strftime.o)] __strftime_l -> [libc.a(strftime_l.o)] _nl_get_alt_digit -> [libc.a(alt_digit.o)] calloc
[initial] clock
[initial] ctime
[initial] difftime

(continues on)

What is it trying to tell me?  I don't see an explicit 'FAIL' or
anything in the linknamespace.out file and I am not sure how to
determine what it is that is wrong.  I assume some symbol got defined
that should not have, but what symbol?  Do I have to look at all of the
symbols that do not start with an underscore and compare them to the
ones in symlist-ISO or is there a better way to find out what symbol is
causing the problem.

Steve Ellcey

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: conform linknamespace test question
  2016-10-21 21:32 conform linknamespace test question Steve Ellcey
@ 2016-10-21 21:43 ` Florian Weimer
  2016-10-21 21:47   ` Steve Ellcey
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Weimer @ 2016-10-21 21:43 UTC (permalink / raw)
  To: Steve Ellcey; +Cc: libc-alpha

* Steve Ellcey:

> Can someone help me understand the linknamespace tests in the glibc
> testsuite?  I am running the testsuite on a 64bit ARM system and
> most/many/all of the linknamespace tests are failing.

Too much parallelism?

  <https://sourceware.org/ml/libc-alpha/2015-05/msg00490.html>
  <https://sourceware.org/ml/libc-alpha/2015-12/msg00517.html>

I haven't been able to track this down, despite access to suitable
hardware which triggers this reliably.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: conform linknamespace test question
  2016-10-21 21:43 ` Florian Weimer
@ 2016-10-21 21:47   ` Steve Ellcey
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Ellcey @ 2016-10-21 21:47 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-alpha

On Fri, 2016-10-21 at 23:42 +0200, Florian Weimer wrote:
> * Steve Ellcey:
> 
> > 
> > Can someone help me understand the linknamespace tests in the glibc
> > testsuite?  I am running the testsuite on a 64bit ARM system and
> > most/many/all of the linknamespace tests are failing.
> Too much parallelism?
> 
>   <https://sourceware.org/ml/libc-alpha/2015-05/msg00490.html>
>   <https://sourceware.org/ml/libc-alpha/2015-12/msg00517.html>
> 
> I haven't been able to track this down, despite access to suitable
> hardware which triggers this reliably.

That is almost certainly it.  I was running with lots of parallelism.
Thanks for the pointer.

Steve Ellcey

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-21 21:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 21:32 conform linknamespace test question Steve Ellcey
2016-10-21 21:43 ` Florian Weimer
2016-10-21 21:47   ` Steve Ellcey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).