]> sourceware.org Git - glibc.git/commitdiff
tests: XFAIL audit tests failing on all mips configurations, bug 29404
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 12 Jul 2024 16:36:44 +0000 (18:36 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 12 Jul 2024 16:49:42 +0000 (18:49 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sysdeps/mips/Makefile

index d770e59fc924fc9fa5b635af63ddadefec44a896..d189973aa01c659f5626a02c2d3f640a4c504751 100644 (file)
@@ -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
 
This page took 0.039847 seconds and 5 git commands to generate.