diff options
Diffstat (limited to 'sysdeps/mach/hurd/i386/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/i386/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile index e303945b2a..a5ccab0956 100644 --- a/sysdeps/mach/hurd/i386/Makefile +++ b/sysdeps/mach/hurd/i386/Makefile @@ -111,6 +111,7 @@ test-xfail-tst-cond13 = yes test-xfail-tst-cond23 = yes test-xfail-tst-rwlock4 = yes test-xfail-tst-rwlock12 = yes +test-xfail-tst-sem3 = yes endif # For bug 25522 @@ -119,6 +120,14 @@ test-xfail-tst-cond24 = yes test-xfail-tst-cond25 = yes endif +# For bug 25524 +ifeq ($(subdir),htl) +test-xfail-tst-sem4 = yes +test-xfail-tst-sem7 = yes +test-xfail-tst-sem8 = yes +test-xfail-tst-sem9 = yes +endif + ifeq ($(subdir),elf) # We do use nested functions involving creation of trampolines, notably for # callbacks whose parameters don't permit to get the context parameters. |