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.22-208-g0092d4d


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  0092d4dac7361ce1b4d4dea4ece2f6f3f99d3c4b (commit)
      from  02d55fe04e380c1856993f3d8036b9e23736722d (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=0092d4dac7361ce1b4d4dea4ece2f6f3f99d3c4b

commit 0092d4dac7361ce1b4d4dea4ece2f6f3f99d3c4b
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Sep 3 16:26:59 2015 -0700

    Mark elf/tst-protected1[ab] as XFAIL.

diff --git a/ChangeLog b/ChangeLog
index 3d92656..14407f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-03  Roland McGrath  <roland@hack.frob.com>
+
+	* elf/Makefile (test-xfail-tst-protected1a): New variable.
+	(test-xfail-tst-protected1b): New variable.
+
 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #14912]
diff --git a/elf/Makefile b/elf/Makefile
index e791901..546c8eb 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -226,6 +226,13 @@ tests += tst-protected1a tst-protected1b
 $(objpfx)tst-protected1a: $(addprefix $(objpfx),tst-protected1moda.so tst-protected1modb.so)
 $(objpfx)tst-protected1b: $(addprefix $(objpfx),tst-protected1modb.so tst-protected1moda.so)
 tst-protected1modb.so-no-z-defs = yes
+# These tests fail with GCC versions prior to 5.1 and with some versions
+# of binutils.  See https://sourceware.org/bugzilla/show_bug.cgi?id=17709
+# and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 for details.
+# Perhaps in future we can make these XFAILs conditional on some detection
+# of compiler/linker behavior/version.
+test-xfail-tst-protected1a = yes
+test-xfail-tst-protected1b = yes
 endif
 ifeq (yesyes,$(have-fpie)$(build-shared))
 modules-names += tst-piemod1

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

Summary of changes:
 ChangeLog    |    5 +++++
 elf/Makefile |    7 +++++++
 2 files changed, 12 insertions(+), 0 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]