Skip to content
Commit 1966f47a authored by Stefan Liebler's avatar Stefan Liebler
Browse files

S390: Don't test nanoseconds in io/tst-stat.c



Both new tests io/tst-stat and io/tst-stat-lfs (_FILE_OFFSET_BITS=64)
are comparing the nanosecond fields with the statx result.  Unfortunately
on s390(31bit) those fields are always zero if old KABI with non-LFS
support is used.  With _FILE_OFFSET_BITS=64 stat is using statx internally.

As suggested by Adhemerval this patch disables the nanosecond check for
s390(31bit).
Reviewed-by: default avatarAdhemerval Zanella <adhemerval.zanella@linaro.org>
parent 0923f74a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment