* tests/deplibs-ident.at [aix, hppa*-*-hpux*, interix, openbsd]:

Do not XFAIL, on these systems we happen to pass.
* tests/duplicate_deps.at [aix]: Likewise.
This commit is contained in:
Ralf Wildenhues 2007-02-17 15:21:36 +00:00
parent 1fb049828e
commit 42850eea47
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2007-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/deplibs-ident.at [aix, hppa*-*-hpux*, interix, openbsd]:
Do not XFAIL, on these systems we happen to pass.
* tests/duplicate_deps.at [aix]: Likewise.
* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux |
k*bsd*-gnu ]: Fix eval quoting in the DT_RUNPATH test.

View File

@ -61,7 +61,10 @@ int main() { return a1() + a2() + a3() + c(); }
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o b b.$OBJEXT ../liba1.la ../liba2.la ../liba3.la ../../c/libcee.la -rpath /nowhere],
[0],[stdout],[ignore])
AT_CHECK([$EGREP 'cee.*cee' stdout], 1, [ignore], [ignore])
AT_XFAIL_IF([case $host_os in aix*|interix*) false;; *):;; esac])
AT_XFAIL_IF([case $host in
*-*-aix*|hppa*-*-hpux*|*-*-interix*|*-*-openbsd*) false;;
*):;;
esac])
dnl This is currently broken in libtool
)

View File

@ -55,7 +55,7 @@ AT_CHECK([$LIBTOOL --mode=link --tag=CC \
LT_AT_EXEC_CHECK([./main])
# This currently fails:
AT_XFAIL_IF([:])
AT_XFAIL_IF([case $host_os in aix*) false;; *) :;; esac])
$LIBTOOL --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libb.la b1.lo
AT_CHECK([$LIBTOOL --mode=link --preserve-dup-deps --tag=CC \
$CC $CFLAGS $LDFLAGS -o main main.$OBJEXT liba.la libb.la liba.la],