mirror of git://sourceware.org/git/glibc.git
hurd: xfail missing abilist for libmachuser and libhurduser
They need more work to implement, see bug 23286. * sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser, test-xfail-check-abi-libmachuser): Add.
This commit is contained in:
parent
fcd6b5ac36
commit
43b5ff50b5
|
@ -1,3 +1,8 @@
|
||||||
|
2018-06-13 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
|
* sysdeps/mach/hurd/i386/Makefile (test-xfail-check-abi-libhurduser,
|
||||||
|
test-xfail-check-abi-libmachuser): Add.
|
||||||
|
|
||||||
2018-06-13 Joseph Myers <joseph@codesourcery.com>
|
2018-06-13 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #23279]
|
[BZ #23279]
|
||||||
|
|
|
@ -88,3 +88,11 @@ test-xfail-XOPEN2K8/sys/types.h/conform = yes
|
||||||
test-xfail-XOPEN2K8/stdlib.h/conform = yes
|
test-xfail-XOPEN2K8/stdlib.h/conform = yes
|
||||||
test-xfail-XOPEN2K8/arpa/inet.h/conform = yes
|
test-xfail-XOPEN2K8/arpa/inet.h/conform = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# For bug 23286
|
||||||
|
ifeq ($(subdir),hurd)
|
||||||
|
test-xfail-check-abi-libhurduser = yes
|
||||||
|
endif
|
||||||
|
ifeq ($(subdir),mach)
|
||||||
|
test-xfail-check-abi-libmachuser = yes
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue