Bugs
Search the entire project
This project's trackers
This project's tasks
This project's releases
Project
People
Skill
Advanced search
Log In
|
New Account
Home
My Page
Projects
Code Snippets
Project Openings
Debian GNU/Hurd port
Summary
Activity
Tracker
Lists
Tasks
Files
[#303720] [test-suite] expect
View Trackers
|
Bugs
|
Download .csv
|
Monitor
Date:
2006-08-04 12:30
Priority:
3
State:
Open
Submitted by:
Michael Banck (
mbanck
)
Assigned to:
Nobody (None)
Category:
test suite
Group:
None
Resolution:
None
Summary:
[test-suite] expect
Detailed description
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
Followup
Message
Date: 2007-05-30 14:43
Sender:
Michael Banck
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.
Attached Files:
Changes:
No Changes Have Been Made to This Item
Show source