diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-12-02 23:38:47 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-12-02 23:38:47 +0000 |
commit | 28a91e8f65eb00d3bd9dd1edcdca439f66128b74 (patch) | |
tree | 9356b2822b0e71901386489ac217d8bf68426a6a /ChangeLog | |
parent | 7f994279e900954f2b220a02fa01f2042eef74b1 (diff) | |
download | glibc-28a91e8f65eb00d3bd9dd1edcdca439f66128b74.tar.gz glibc-28a91e8f65eb00d3bd9dd1edcdca439f66128b74.tar.xz glibc-28a91e8f65eb00d3bd9dd1edcdca439f66128b74.zip |
Remove some linknamespace test XFAILs.
It seems two of the XFAILed linknamespace tests were completely fixed by some of my recent namespace fixes in combination (although not by any individual one of those fixes relative to the sources used for testing each patch, or that individual fix would also have removed the XFAIL in question). This patch removes those XFAILs that are no longer needed. Tested for x86_64. * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace): Remove variable. (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cbdc3a4dce..c5ea3a223b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-12-02 Joseph Myers <joseph@codesourcery.com> + * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace): + Remove variable. + (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise. + [BZ #17668] * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define as weak alias of __getifaddrs. Use libc_hidden_weak. |