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: Aarch64 test results and questions


* Steve Ellcey:

> tst-pldd does not seem to have any known PR associated with it.  The
> .out file has:
>
> 	error: subprocess failed: pldd
> 	error:   expected exit status: 0
> 	error:   actual exit status: 1 [0x100]
> 	error: subprocess failed: pldd
> 	error:   unexpected error output from subprocess
> 	/extra/sellcey/test-glibc/install/bin/pldd: cannot attach to process 3: Operation not permitted

pldd may not work at all on this platform due to YAMA ptrace scope
enforcement.

Maybe this is something we could detect in the test and use the
information to mark it UNSUPPORTED.

> tst-ldconfig-bad-aux-cache also does not seem to have any known PR's. 
> I get the following in the .out file:
>
> 	tst-ldconfig-bad-aux-cache.c:84: numeric comparison failure
> 	   left: 256 (0x100); from: status
> 	  right: 0 (0x0); from: 0
> 	error: support-xstat.c:29: stat64 ("/var/cache/ldconfig/aux-cache"): No such file or directory
> 	error: 2 test failures
> 	running post-clean rsync

What's the path that ldconfig is actually creating on this target?

Thanks,
Florian


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