aboutsummaryrefslogtreecommitdiff
path: root/conform/Makefile
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-05-12 20:47:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-05-12 20:47:15 +0000
commit567c710bcad634bc94a21f00b9e1c24ca9f9f57c (patch)
treeba54485474f3b6c32634379f9c33b09654973559 /conform/Makefile
parent7f8843c92a6b28f8184ed13705a8de54206f759e (diff)
downloadglibc-567c710bcad634bc94a21f00b9e1c24ca9f9f57c.zip
glibc-567c710bcad634bc94a21f00b9e1c24ca9f9f57c.tar.gz
glibc-567c710bcad634bc94a21f00b9e1c24ca9f9f57c.tar.bz2
conformtest: Correct time.h XPG3 expectations.
This patch corrects spurious conformtest expectations of getdate and getdate_err for XPG3. (This is not based on a full review of the expectations, so there may be other issues where the header and tests agree but are both incorrect.) Tested for x86_64 and x86. * conform/data/time.h-data (getdate_err): Do not expect for [XPG3]. (getdate): Likewise. * conform/Makefile (test-xfail-XPG3/time.h/conform): Remove variable.
Diffstat (limited to 'conform/Makefile')
-rw-r--r--conform/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/conform/Makefile b/conform/Makefile
index 9aa7955..b46dc42 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -171,7 +171,6 @@ test-xfail-XPG3/signal.h/conform = yes
test-xfail-XPG3/stdlib.h/conform = yes
test-xfail-XPG3/string.h/conform = yes
test-xfail-XPG3/sys/wait.h/conform = yes
-test-xfail-XPG3/time.h/conform = yes
test-xfail-XPG4/arpa/inet.h/conform = yes
test-xfail-XPG4/netdb.h/conform = yes
test-xfail-XPG4/netinet/in.h/conform = yes