[Git][glibc-team/glibc][glibc-2.34] debian/testsuite-xfail-debian.mk: Update hurd tests.

2021-12-27 Thread Samuel Thibault (@sthibault)


Samuel Thibault pushed to branch glibc-2.34 at GNU Libc Maintainers / glibc


Commits:
dec528f9 by Samuel Thibault at 2021-12-27T22:23:07+01:00
debian/testsuite-xfail-debian.mk: Update hurd tests.

- - - - -


1 changed file:

- debian/testsuite-xfail-debian.mk


View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/dec528f9cd1e43e3ad91feab4411f2b46840b68c

-- 
View it on GitLab: 
https://salsa.debian.org/glibc-team/glibc/-/commit/dec528f9cd1e43e3ad91feab4411f2b46840b68c
You're receiving this email because of your account on salsa.debian.org.




Bug#1002699: libc6: m68k,s390 readdir not returning filled in dirent pointer

2021-12-27 Thread Camm Maguire
Package: libc6
Version: 2.33-1
Severity: serious
Justification: Policy 2.2.1
X-Debbugs-Cc: c...@debian.org

With a file "configure" in the current directory, the following fails
(only in the autobuilder) on m68k and s390.

=

#include 
#include 

int main() {
  struct dirent *d;
  DIR *r=opendir("./");

  for (;(d=readdir(r)) && strcmp("configure",d->d_name););
  return d && d->d_type==DT_REG ? 0 : -1;
}
=

-- 
Camm Maguirec...@maguirefamily.org
==
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah