Posted to tcl by mjanssen at Fri Jun 24 20:40:09 GMT 2022view raw

  1. Tests began at Fri Jun 24 22:38:12 CEST 2022
  2. sock.test
  3.  
  4.  
  5. ==== sock-1.6 getaddrinfo empty host and port FAILED
  6. ==== Contents of test case:
  7.  
  8. expr {[llength [sock::getaddrinfo "" ""]] != 0}
  9.  
  10. ---- Test generated error; Return code was: 1
  11. ---- Return code should have been one of: 0 2
  12. ---- errorInfo: cannot resolve hostname "" or service "": nodename nor servname provided, or not known
  13. while executing
  14. "sock::getaddrinfo "" """
  15. ("uplevel" body line 2)
  16. invoked from within
  17. "uplevel 1 $script"
  18. ---- errorCode: NONE
  19. ==== sock-1.6 FAILED
  20.  
  21. invalid command name "SOCK"
  22. while executing
  23. "SOCK $socktype"
  24. ("foreach" body line 5)
  25. invoked from within
  26. "foreach family {INET INET6} {
  27. set socktype STREAM
  28.  
  29. set f [PF $family]
  30. set t [SOCK $socktype]
  31.  
  32. test sock-2.$f.$t "Data synchronous ..."
  33. (file "/Users/mpcjanssen/Src/home/tests/sock.test" line 59)
  34. invoked from within
  35. "source $file"
  36.  
  37. Tests ended at Fri Jun 24 22:38:12 CEST 2022
  38. all.tcl: Total 9 Passed 8 Skipped 0 Failed 1
  39. Sourced 0 Test Files.
  40.