[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Bugs][303720] [test-suite] expect



Bugs item #303720, was opened at 2006-08-04 14:30
Status: Open
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: Michael Banck (mbanck)
Date: 2007-05-30 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: 
http://alioth.debian.org/tracker/?func=detail&atid=411594&aid=303720&group_id=30628



Reply to: