Posted to tcl by miguel at Fri Jul 11 11:38:33 GMT 2008view raw

  1. mig@cpq:/home/CVS/fossil/tcl/unix$ TESTFLAGS="-f NRE.test" make test
  2. LD_LIBRARY_PATH="`pwd`:${LD_LIBRARY_PATH}"; export LD_LIBRARY_PATH; \
  3. TCL_LIBRARY="/home/CVS/fossil/tcl/library"; export TCL_LIBRARY; \
  4. ./tcltest /home/CVS/fossil/tcl/unix/../tests/all.tcl -f NRE.test
  5. Tests running in interp: /home/CVS/fossil/tcl/unix/tcltest
  6. Tests located in: /home/CVS/fossil/tcl/tests
  7. Tests running in: /home/CVS/fossil/tcl/unix
  8. Temporary files stored in /home/CVS/fossil/tcl/unix
  9. Test files run in separate interpreters
  10. Running tests that match: *
  11. Skipping test files that match: l.*.test
  12. Only running test files that match: NRE.test
  13. Tests began at Fri Jul 11 08:36:35 ART 2008
  14. NRE.test
  15. [exec /bin/sh -c "ulimit -s"] -> unlimited
  16.  
  17. Tests ended at Fri Jul 11 08:36:37 ART 2008
  18. all.tcl: Total 16 Passed 16 Skipped 0 Failed 0
  19. Sourced 1 Test Files.
  20. mig@cpq:/home/CVS/fossil/tcl/unix$ ./tcltest /home/CVS/fossil/tcl/tests/NRE.test
  21. [exec /bin/sh -c "ulimit -s"] -> 8192
  22. Segmentation fault (core dumped)
  23. mig@cpq:/home/CVS/fossil/tcl/unix$