results-all.master revision 3843
3843N/Amake[1]: Entering directory `$(@D)'
3843N/A(echo 'if {![package vsatisfies [package provide Tcl] 8.5]} {return}' ; \
3843N/A echo 'package ifneeded Expect 5.45 \
3843N/A [list load [file join $dir libexpect5.45.so]]'\
3843N/A) > pkgIndex.tcl
3843N/ATCL_LIBRARY=`echo $(WS_TOP)/components/tcl/tcl/tcl8.5.12/library` LD_LIBRARY_PATH=".:$(WS_TOP)/components/tcl/$(TCLBUILD):" PATH=".:$(WS_TOP)/components/tcl/$(TCLBUILD):/usr/bin:/usr/gnu/bin" TCLLIBPATH="." $(WS_TOP)/components/tcl/$(TCLBUILD)/tclsh `echo $(SOURCE_DIR)/tests/all.tcl`
3843N/Acat.test
3843N/Aexpect.test
3843N/Alogfile.test
3843N/Avia sendvia send_uservia send_stdoutpid.test
3843N/Asend.test
3843N/A
3843N/A
3843N/A==== send-1.1 basic send operation FAILED
3843N/A==== Contents of test case:
3843N/A
3843N/A spawn cat
3843N/A after 1000
3843N/A send "foo\r"
3843N/A expect foo
3843N/A after 1000
3843N/A send "\u0004"
3843N/A expect eof
3843N/A regexp "\r\nfoo\r\n" $expect_out(buffer)
3843N/A
3843N/A---- Result was:
3843N/A0
3843N/A---- Result should have been (exact matching):
3843N/A1
3843N/A==== send-1.1 FAILED
3843N/A
3843N/A
3843N/A
3843N/A==== send-1.2 send null FAILED
3843N/A==== Contents of test case:
3843N/A
3843N/A spawn od -c
3843N/A send "a\u0000b\r"
3843N/A after 1000
3843N/A send \u0004
3843N/A expect eof
3843N/A regexp "a \\\\0 b" $expect_out(buffer)
3843N/A
3843N/A---- Result was:
3843N/A0
3843N/A---- Result should have been (exact matching):
3843N/A1
3843N/A==== send-1.2 FAILED
3843N/A
3843N/Aspawn.test
3843N/Astty.test
3843N/Aall.tcl: Total 29 Passed 27 Skipped 0 Failed 2
3843N/ASourced 0 Test Files.
3843N/AFiles with failing tests: send.test
3843N/Amake[1]: Leaving directory `$(@D)'