aboutsummaryrefslogtreecommitdiff
path: root/conform/Makefile
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-05-13 16:57:09 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-05-13 16:57:09 +0000
commit8142262bc5f14bf83fd67f654298500eed45aeee (patch)
tree72c4ee0fa749b376a9181cb8f361e142c31f97c9 /conform/Makefile
parent4facca0b0e0c99601673056352cd695102872828 (diff)
downloadglibc-8142262bc5f14bf83fd67f654298500eed45aeee.zip
glibc-8142262bc5f14bf83fd67f654298500eed45aeee.tar.gz
glibc-8142262bc5f14bf83fd67f654298500eed45aeee.tar.bz2
conformtest: Do not expect strdup in string.h for XPG3.
This patch corrects a spurious conformtest expectation of strdup in string.h for XPG3. Tested for x86_64 and x86. * conform/data/string.h-data (strdup): Do not expect for [XPG3]. * conform/Makefile (test-xfail-XPG3/string.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 b46dc42..0d610ad 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -169,7 +169,6 @@ test-xfail-XPG3/pwd.h/conform = yes
test-xfail-XPG3/search.h/conform = yes
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-XPG4/arpa/inet.h/conform = yes
test-xfail-XPG4/netdb.h/conform = yes