aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/mac.try
AgeCommit message (Collapse)AuthorFilesLines
2021-03-30Don't put test results or intermediary files in the source treeRichard Levitte1-1/+1
When building in a directory that's separate from the source directory, test results should end up in the build directory, not the source directory. Essentially, unless you do build in the source directory, it should be regarded as read-only when building.
2020-05-10Finally normally passing MAC testsDmitry Belyavskiy1-3/+2
2020-05-10Restore kuznyechik-mac testDmitry Belyavskiy1-4/+4
2020-05-10Reenable some hmac testsDmitry Belyavskiy1-15/+15
2020-05-04Temporary commented out weird failureDmitry Belyavskiy1-3/+4
2020-05-04Try to make mac test happyDmitry Belyavskiy1-17/+18
2020-01-12tcl_tests: Make utf-8 encoding workVitaly Chikunov1-1/+0
- Remove emacs coding: cp1251 tag - Change stats file encoding to utf-8 - Change packages source to have -encoding utf-8 - Run tclsh with -encoding utf-8 - Make `proc rus' noop. This will make Tcl automatically translate scripts output from utf-8 to system encoding.
2020-01-12tcl_tests: Add TCL tests filesDmitry Belyavskiy1-0/+121
All source files are converted from cp1251 to utf-8.