debian-hurd-Bugs item #303720 was changed at 29/12/2017 18:01 by Samuel Thibault You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=411594&aid=303720&group_id=30628
>Status: Closed Priority: 3 Submitted By: Michael Banck (mbanck) Assigned to: Nobody (None) Summary: [test-suite] expect Category: test suite Group: None Resolution: None Initial Comment: buildd@beethoven:~/build/chroot-unstable/build/buildd/expect-5.43.0$ make test rm -f .tmp echo "set objdir" `pwd` > .tmp if [ "." = "." ] ; then \ echo "set srcdir" `pwd` >> .tmp ; \ else echo "set srcdir" . >> .tmp ; fi echo "cd \${srcdir}/tests" >> .tmp echo "source all.tcl" >> .tmp rootme=`pwd`; export rootme; \ srcdir=. ; export srcdir ; \ if [ -f ./expect ] ; then \ TCL_LIBRARY=/usr/include/tcl8.4/tcl-private/library ; \ export TCL_LIBRARY ; fi ; \ LD_LIBRARY_PATH=.:/usr/lib:/usr/lib:$LD_LIBRARY_PATH ./expect -f .tmp cat.test expect.test ==== expect-1.3 exact pattern failure FAILED ==== Contents of test case: expect "*" exp_send "hiahi\r" set timeout 10 set x 0 expect -ex hi {set x 1} expect -ex hi {set x 2} expect -ex hi {set x 3} set x ---- Result was: 3 ---- Result should have been (exact matching): 2 ==== expect-1.3 FAILED logfile.test via sendvia send_uservia send_stdoutvia send_ttypid.test send.test spawn.test stty.test all.tcl: Total 25 Passed 24 Skipped 0 Failed 1 Sourced 0 Test Files. Files with failing tests: expect.test rm -f .tmp ---------------------------------------------------------------------- >Comment By: Samuel Thibault (sthibault) Date: 29/12/2017 18:01 Message: The build now succeeds, with some test failures, but which are not fatal. ---------------------------------------------------------------------- Comment By: Michael Banck (mbanck) Date: 30/05/2007 16:43 Message: This test no longer fails; however, running the test suite in a chroot does not work (it hangs); running the test suite from the main install yields no failures. ---------------------------------------------------------------------- You can respond by visiting: https://alioth.debian.org/tracker/?func=detail&atid=411594&aid=303720&group_id=30628