Remove some linknamespace test XFAILs

Message ID alpine.DEB.2.10.1412022339150.29440@digraph.polyomino.org.uk
State Committed
Headers

Commit Message

Joseph Myers Dec. 2, 2014, 11:39 p.m. UTC
  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 and committed.

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.
  

Comments

Roland McGrath Dec. 2, 2014, 11:40 p.m. UTC | #1
Please put [COMMITTED PATCH] in the subject line when you've already committed.

Thanks,
Roland
  
Carlos O'Donell Dec. 4, 2014, 5:36 a.m. UTC | #2
On 12/02/2014 06:40 PM, Roland McGrath wrote:
> Please put [COMMITTED PATCH] in the subject line when you've already committed.

+1.

Or just [COMMITTED].

Cheers,
Carlos.
  

Patch

diff --git a/conform/Makefile b/conform/Makefile
index 8f07d87..f84aef2 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -406,7 +406,6 @@  test-xfail-UNIX98/time.h/linknamespace = yes
 test-xfail-UNIX98/unistd.h/linknamespace = yes
 test-xfail-UNIX98/wchar.h/linknamespace = yes
 test-xfail-UNIX98/wordexp.h/linknamespace = yes
-test-xfail-XOPEN2K/aio.h/linknamespace = yes
 test-xfail-XOPEN2K/fcntl.h/linknamespace = yes
 test-xfail-XOPEN2K/fmtmsg.h/linknamespace = yes
 test-xfail-XOPEN2K/fnmatch.h/linknamespace = yes
@@ -442,7 +441,6 @@  test-xfail-POSIX2008/semaphore.h/linknamespace = yes
 test-xfail-POSIX2008/spawn.h/linknamespace = yes
 test-xfail-POSIX2008/time.h/linknamespace = yes
 test-xfail-POSIX2008/unistd.h/linknamespace = yes
-test-xfail-XOPEN2K8/aio.h/linknamespace = yes
 test-xfail-XOPEN2K8/dirent.h/linknamespace = yes
 test-xfail-XOPEN2K8/fcntl.h/linknamespace = yes
 test-xfail-XOPEN2K8/fmtmsg.h/linknamespace = yes