This is the mail archive of the libc-alpha@sourceware.org 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]

Re: nptl/test-*-printers tests failing


On Mon, 2016-12-19 at 13:15 -0300, Martin Galvan wrote:
> Alright. I saw that Sid wrote a new patch for picking the python
> binary at configure time, could you give it a try?
> 
> https://sourceware.org/ml/libc-alpha/2016-12/msg00677.html
> 
> Thanks!

The patch did not work for me.  I did get UNSUPPORTED when python
existed (because of no pexpect), but when I moved python and python3
out of the way so that the configure/build/test could not find them:

checking for python3... no
checking for python... no
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions:
msgfmt python
*** some features or tests will be disabled.
*** Check the INSTALL file for required versions.


The printer tests still showed up as FAIL:

FAIL: nptl/test-cond-printers
FAIL: nptl/test-condattr-printers
FAIL: nptl/test-mutex-printers
FAIL: nptl/test-mutexattr-printers
FAIL: nptl/test-rwlock-printers
FAIL: nptl/test-rwlockattr-printers

I don't see anything in the patch where these tests are not run when
PYTHON is not found.  Is something missing from the patch as posted?
Maybe a change to nptl/Makefile?

Steve Ellcey
sellcey@caviumnetworks.com


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