diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 15:35:08 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-07 15:35:12 +0200 |
commit | e797c57f9324187f9c154bac66c7433d8b4200bf (patch) | |
tree | 0b99e7bafdf213b3f51c5c08212059eab897b54a /sysdeps/mach | |
parent | d6d74ec16c77126c59db264ebfa04d08d5b4c5c0 (diff) | |
download | glibc-e797c57f9324187f9c154bac66c7433d8b4200bf.tar.gz |
hurd: Briefly document in xfails the topics of the bugzilla entries
* sysdeps/mach/hurd/i386/Makefile: Add comments.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index 495b927b82..cf3149d03f 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -21,9 +21,11 @@ endif ifeq ($(subdir),conform) # For bugs 23081, 23082, 23083, 23084, 23085, 23086. +# (type conformance) conformtest-xfail-conds += i386-gnu # For bug 23088 +# (sched_* visibility) test-xfail-POSIX/fcntl.h/conform = yes test-xfail-POSIX/signal.h/conform = yes test-xfail-POSIX/semaphore.h/conform = yes @@ -103,6 +105,7 @@ endif ifeq ($(subdir),htl) # For bug 25521 +# (setpshared support) test-xfail-tst-mutex4 = yes test-xfail-tst-cond4 = yes test-xfail-tst-cond6 = yes @@ -115,16 +118,19 @@ test-xfail-tst-sem3 = yes test-xfail-tst-barrier2 = yes # For bug 25522 +# (setprotocol support) test-xfail-tst-cond24 = yes test-xfail-tst-cond25 = yes # For bug 25524 +# (sem_open support) test-xfail-tst-sem4 = yes test-xfail-tst-sem7 = yes test-xfail-tst-sem8 = yes test-xfail-tst-sem9 = yes # For bug 25563 +# (robust support against dead threads) test-xfail-tst-robust1 = yes test-xfail-tst-robust2 = yes test-xfail-tst-robust3 = yes |