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: [PATCH] Linux: Rewrite __old_getdents64 [BZ #23497]


On 08/09/2018 04:21 PM, Adhemerval Zanella wrote:
I think we should return EXIT_UNSUPPORTED if system does not required
a compat readdir.

I disagree. UNSUPPORTED is for tests which could be run with a different (more recent) CPU/kernel/linker/GCC, or some additional dependencies such as Python and GDB. If the test has no chance of running ever, we should skip. Currently, this means silent success.

Thanks,
Florian


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