diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-05-10 15:20:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-05-10 15:20:09 +0000 |
commit | 77d21a1f4f56659dc3f6d0e841cdf8df0ba2a16a (patch) | |
tree | 7b7196baa39a6f0bd148d6b3ed0c0a25fb81749e /PROJECTS | |
parent | 46c1ffa4d50ec6a11fb845708a94f107fdb765d2 (diff) | |
download | glibc-77d21a1f4f56659dc3f6d0e841cdf8df0ba2a16a.tar glibc-77d21a1f4f56659dc3f6d0e841cdf8df0ba2a16a.tar.gz glibc-77d21a1f4f56659dc3f6d0e841cdf8df0ba2a16a.tar.bz2 glibc-77d21a1f4f56659dc3f6d0e841cdf8df0ba2a16a.zip |
conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4.
The conformtest expectations expect the struct stat fields st_blksize
and st_blocks to be of types blksize_t and blkcnt_t. But XPG4 does
not have those types, using long instead, and XPG3 does not have these
fields at all. This patch adjusts the expectations for those
standards, XFAILing them for XPG4 to allow for systems where the
typedefs don't correspond to long.
Tested for x86_64 and x86.
* conform/data/sys/stat.h-data (st_blksize): Do not expect for
[XPG3]. Expect type long and XFAIL for [XPG4].
(st_blocks): Likewise.
Diffstat (limited to 'PROJECTS')
0 files changed, 0 insertions, 0 deletions