mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
tests: XFAIL audit tests failing on all mips configurations, bug 29404
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
255df9299f
commit
ef7005628f
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue