Posted to tcl by stevel at Tue Sep 11 05:01:24 GMT 2007view raw

  1. DYLD_LIBRARY_PATH=`pwd`:${DYLD_LIBRARY_PATH}; export DYLD_LIBRARY_PATH; \
  2. TCL_LIBRARY="/local/src/tcl/library"; export TCL_LIBRARY; \
  3. ./tcltest /local/src/tcl/unix/../tests/all.tcl -file unload.test -singleproc 1 -skip unload-3.6 -verbose 1
  4. Tests running in interp: /local/src/tcl/unix/tcltest
  5. Tests located in: /local/src/tcl/tests
  6. Tests running in: /local/src/tcl/unix
  7. Temporary files stored in /local/src/tcl/unix
  8. Test files sourced into current interpreter
  9. Skipping tests that match: unload-3.6
  10. Running tests that match: *
  11. Skipping test files that match: l.*.test
  12. Only running test files that match: unload.test
  13. Tests began at Tue Sep 11 13:00:53 WST 2007
  14. unload.test
  15.  
  16.  
  17. ==== unload-3.7 basic unloading of re-loaded package from a safe interpreter, with package name conversion FAILED
  18. ---- Test generated error; Return code was: 1
  19. ---- Return code should have been one of: 0 2
  20. ==== unload-3.7 FAILED
  21.  
  22.  
  23.  
  24. ==== unload-4.2 basic loading of unloadable package in a safe interpreter, with package name conversion FAILED
  25. ---- Result was:
  26. {. . .} {} 0 {pkgua_eq pkgua_quote} {.. . .}
  27. ---- Result should have been (exact matching):
  28. {.. .. ..} {} 0 {pkgua_eq pkgua_quote} {... .. ..}
  29. ==== unload-4.2 FAILED
  30.  
  31.  
  32.  
  33. ==== unload-4.5 basic unloading of unloadable package from a safe interpreter, with guess for package name FAILED
  34. ---- Result was:
  35. {.. . .} {} {} {.. .. .}
  36. ---- Result should have been (exact matching):
  37. {... .. ..} {} {} {... ... ..}
  38. ==== unload-4.5 FAILED
  39.  
  40.  
  41. Tests ended at Tue Sep 11 13:00:53 WST 2007
  42. all.tcl: Total 26 Passed 22 Skipped 1 Failed 3
  43. Sourced 1 Test Files.
  44. Files with failing tests: unload.test