Posted to tcl by sebres at Tue Oct 09 17:05:52 GMT 2018view raw

  1. # filter all cases - simulate *nix using `-match "nothing"`:
  2.  
  3. > win\build\Release\tclsh86.exe tests\all.tcl -file winPipe.test -match "nothing" -debug 1 -tmpdir %TEMP%
  4. Tests running in interp: D:/Projects/tcl8.6-upstream/win/build/Release/tclsh86.exe
  5. Tests located in: D:/Projects/tcl8.6-upstream/tests
  6. Tests running in: D:/Projects/tcl8.6-upstream
  7. Temporary files stored in C:/Temp
  8. Test files run in separate interpreters
  9. Running tests that match: nothing
  10. Skipping test files that match: l.*.test
  11. Only running test files that match: winPipe.test
  12. Tests began at Tue Oct 09 18:49:18 +0200 2018
  13. winPipe.test
  14.  
  15. Tests ended at Tue Oct 09 18:49:18 +0200 2018
  16. all.tcl: Total 56 Passed 0 Skipped 56 Failed 0
  17. Sourced 1 Test Files.
  18. Number of tests skipped for each constraint:
  19. 56 userSpecifiedNonMatch
  20. No test directories remain after applying match and skip patterns!
  21.  
  22. # max stage of expansion (all files/dirs created now):
  23.  
  24. > win\build\Release\tclsh86.exe tests\all.tcl -file winPipe.test -debug 1 -tmpdir %TEMP% -constraint slowTest
  25. Tests running in interp: D:/Projects/tcl8.6-upstream/win/build/Release/tclsh86.exe
  26. Tests located in: D:/Projects/tcl8.6-upstream/tests
  27. Tests running in: D:/Projects/tcl8.6-upstream
  28. Temporary files stored in C:/Temp
  29. Test files run in separate interpreters
  30. Running tests that match: *
  31. Skipping test files that match: l.*.test
  32. Only running test files that match: winPipe.test
  33. Tests began at Tue Oct 09 18:49:26 +0200 2018
  34. winPipe.test
  35.  
  36. Tests ended at Tue Oct 09 18:49:37 +0200 2018
  37. all.tcl: Total 56 Passed 28 Skipped 28 Failed 0
  38. Sourced 1 Test Files.
  39. Number of tests skipped for each constraint:
  40. 23 cat32
  41. 1 knownBug
  42. 4 testexcept
  43. No test directories remain after applying match and skip patterns!
  44.