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.25-142-g1120396


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  112039611cc21c5cbe41b578633f39d2fe396618 (commit)
      from  ba7fe6906d213e226dff8606dca64feb48718e27 (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=112039611cc21c5cbe41b578633f39d2fe396618

commit 112039611cc21c5cbe41b578633f39d2fe396618
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 20 21:28:16 2017 +0000

    conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278).
    
    MIPS o32 struct stat has the wrong type of st_rdev.  This patch XFAILs
    that test in the conformtest expectations for this case (the bug
    should not be closed without an actual fix, however).
    
    Tested with build-many-glibcs.py.
    
    	[BZ #21278]
    	* sysdeps/unix/sysv/linux/mips/mips32/Makefile
    	[$(subdir) = conform] (conformtest-xfail-conds): Update comment.
    	* conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for
    	mips-o32-linux.

diff --git a/ChangeLog b/ChangeLog
index b3ca80c..644cd48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2017-03-20  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #21278]
+	* sysdeps/unix/sysv/linux/mips/mips32/Makefile
+	[$(subdir) = conform] (conformtest-xfail-conds): Update comment.
+	* conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for
+	mips-o32-linux.
+
 	[BZ #21268]
 	* sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
 	if [__USE_MISC]
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data
index 781cbb2..07d55e6 100644
--- a/conform/data/sys/stat.h-data
+++ b/conform/data/sys/stat.h-data
@@ -34,7 +34,8 @@ element {struct stat} nlink_t st_nlink
 element {struct stat} uid_t st_uid
 element {struct stat} gid_t st_gid
 #if !defined POSIX && !defined POSIX2008
-element {struct stat} dev_t st_rdev
+// Bug 21278: st_rdev has wrong type.
+xfail[mips-o32-linux]-element {struct stat} dev_t st_rdev
 #endif
 element {struct stat} off_t st_size
 element {struct stat} time_t st_atime
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/Makefile b/sysdeps/unix/sysv/linux/mips/mips32/Makefile
index 0938f40..9439d29 100644
--- a/sysdeps/unix/sysv/linux/mips/mips32/Makefile
+++ b/sysdeps/unix/sysv/linux/mips/mips32/Makefile
@@ -1,4 +1,4 @@
 ifeq ($(subdir),conform)
-# For bug 17786.
+# For bugs 17786 and 21278.
 conformtest-xfail-conds += mips-o32-linux
 endif

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

Summary of changes:
 ChangeLog                                    |    6 ++++++
 conform/data/sys/stat.h-data                 |    3 ++-
 sysdeps/unix/sysv/linux/mips/mips32/Makefile |    2 +-
 3 files changed, 9 insertions(+), 2 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]