Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/elfutils/PKGBUILD
blob: 47b40de6da6b4963ffe4d74a5e7cfa8255d52c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# fails on i486 with glibc 2.36
#FAIL: run-backtrace-native.sh
#=============================
#
#case 0: expected symname 'raise' got '(null)'
#./test-subr.sh: line 84: 29497 Aborted                 (core dumped) LD_LIBRARY_PATH=
#"${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" $VALGRIND_CMD "$@"
#backtrace-child: no main
#FAIL run-backtrace-native.sh (exit status: 1)

# some tests fail also upstream (nose)
eval "$(
  declare -f check | \
    sed '
      s/make\(.*\)check\(.*\)/make\1check\2 || true/
    '
)"