This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.20-368-gd003ada


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d003ada20e8015df173c06f3292acacc7b148632 (commit)
      from  0cd8552045aeb0537b4f1ab5d1b30ada8ae50076 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d003ada20e8015df173c06f3292acacc7b148632

commit d003ada20e8015df173c06f3292acacc7b148632
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Dec 16 16:25:08 2014 +0000

    Remove some semaphore.h linknamespace XFAILs.
    
    Roland's recent sem_* changes introduced some XPASSes for semaphore.h
    linknamespace tests by removing a non-static variable "mountpoint".
    This patch removes the XFAILs for the fixed bug.
    
    Tested for x86_64.
    
    	* conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
    	Remove variable.
    	(test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
    	(test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.

diff --git a/ChangeLog b/ChangeLog
index fae86bb..5b9a4a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-16  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
+	Remove variable.
+	(test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
+	(test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
+
 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* resolv/res_send.c (__libc_res_nsend): Disable warning 'array
diff --git a/conform/Makefile b/conform/Makefile
index 848aae7..1933565 100644
--- a/conform/Makefile
+++ b/conform/Makefile
@@ -395,7 +395,6 @@ test-xfail-UNIX98/pwd.h/linknamespace = yes
 test-xfail-UNIX98/regex.h/linknamespace = yes
 test-xfail-UNIX98/sched.h/linknamespace = yes
 test-xfail-UNIX98/search.h/linknamespace = yes
-test-xfail-UNIX98/semaphore.h/linknamespace = yes
 test-xfail-UNIX98/stdio.h/linknamespace = yes
 test-xfail-UNIX98/stdlib.h/linknamespace = yes
 test-xfail-UNIX98/syslog.h/linknamespace = yes
@@ -412,7 +411,6 @@ test-xfail-XOPEN2K/mqueue.h/linknamespace = yes
 test-xfail-XOPEN2K/netdb.h/linknamespace = yes
 test-xfail-XOPEN2K/regex.h/linknamespace = yes
 test-xfail-XOPEN2K/search.h/linknamespace = yes
-test-xfail-XOPEN2K/semaphore.h/linknamespace = yes
 test-xfail-XOPEN2K/signal.h/linknamespace = yes
 test-xfail-XOPEN2K/spawn.h/linknamespace = yes
 test-xfail-XOPEN2K/stdlib.h/linknamespace = yes
@@ -441,7 +439,6 @@ test-xfail-XOPEN2K8/netdb.h/linknamespace = yes
 test-xfail-XOPEN2K8/pwd.h/linknamespace = yes
 test-xfail-XOPEN2K8/regex.h/linknamespace = yes
 test-xfail-XOPEN2K8/search.h/linknamespace = yes
-test-xfail-XOPEN2K8/semaphore.h/linknamespace = yes
 test-xfail-XOPEN2K8/spawn.h/linknamespace = yes
 test-xfail-XOPEN2K8/syslog.h/linknamespace = yes
 test-xfail-XOPEN2K8/unistd.h/linknamespace = yes

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    7 +++++++
 conform/Makefile |    3 ---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]