glibc/conform/data
Joseph Myers 77d21a1f4f 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.
2016-05-10 15:20:09 +00:00
..
arpa
net
netinet
sys conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4. 2016-05-10 15:20:09 +00:00
aio.h-data
assert.h-data
complex.h-data
cpio.h-data
ctype.h-data
dirent.h-data
dlfcn.h-data
errno.h-data
fcntl.h-data
fenv.h-data
float.h-data
fmtmsg.h-data
fnmatch.h-data
ftw.h-data
glob.h-data
grp.h-data
iconv.h-data
inttypes.h-data
iso646.h-data
langinfo.h-data conformtest: Add langinfo.h expectations for YESSTR, NOSTR. 2016-04-28 17:19:53 +00:00
libgen.h-data
limits.h-data
locale.h-data
math.h-data
monetary.h-data
mqueue.h-data
ndbm.h-data
netdb.h-data
nl_types.h-data
poll.h-data
pthread.h-data
pwd.h-data
regex.h-data
sched.h-data
search.h-data
semaphore.h-data
setjmp.h-data
signal.h-data
spawn.h-data
stdalign.h-data
stdarg.h-data
stdbool.h-data
stddef.h-data
stdint.h-data
stdio.h-data conformtest: Correct stdio.h expectations for fdopen. 2016-04-27 21:28:58 +00:00
stdlib.h-data
stdnoreturn.h-data
string.h-data
strings.h-data
stropts.h-data
syslog.h-data
tar.h-data
termios.h-data
tgmath.h-data
time.h-data
uchar.h-data
ucontext.h-data
ulimit.h-data
unistd.h-data
utime.h-data
utmpx.h-data
varargs.h-data
wchar.h-data
wctype.h-data
wordexp.h-data