diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-12 18:36:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-12 18:49:42 +0200 |
commit | ef7005628f24afaf66cfcdeaac47a57b41177467 (patch) | |
tree | 97115040b872129dad54f750cd4be7ad8a60f1f6 /sysdeps/mips | |
parent | 255df9299f544ad9e027e0c8d6b65b0635c59f8c (diff) | |
download | glibc-ef7005628f24afaf66cfcdeaac47a57b41177467.tar.gz glibc-ef7005628f24afaf66cfcdeaac47a57b41177467.tar.xz glibc-ef7005628f24afaf66cfcdeaac47a57b41177467.zip |
tests: XFAIL audit tests failing on all mips configurations, bug 29404
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index d770e59fc9..d189973aa0 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -23,6 +23,15 @@ ASFLAGS-.o += $(pie-default) ASFLAGS-.op += $(pie-default) ifeq ($(subdir),elf) + +# These tests fail on all mips configurations (BZ 29404) +test-xfail-tst-audit24a = yes +test-xfail-tst-audit24b = yes +test-xfail-tst-audit24c = yes +test-xfail-tst-audit24d = yes +test-xfail-tst-audit25a = yes +test-xfail-tst-audit25b = yes + ifneq ($(o32-fpabi),) tests += tst-abi-interlink |