summaryrefslogtreecommitdiffstats
path: root/library/tcltest/tcltest.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-2/+2
|\
| * Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-2/+2
| |\
| | * Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-2/+2
| |/ |/|
* | Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-79/+79
|\ \ | |/
| * Merge 8.7jan.nijtmans2024-06-131-79/+79
| |\
| | * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-131-9/+9
| |/
* | More of the same: Space before tab is extremely unlikely to be correct indent...jan.nijtmans2024-06-051-3/+3
|/
* Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ...jan.nijtmans2024-04-121-2/+2
* Asciify string.test. tcltest::fileEncoding is thus no longer necessary (which...jan.nijtmans2024-03-281-48/+2
* tcltest: detect encoding of test-file (BOM or coding in header) and supply it...sebres2024-03-271-2/+48
* tcltest 2.5.7 -> 2.5.8jan.nijtmans2024-03-121-1/+1
* skip extensive IO-aggressive tests, be gentle with users and CIs env (especia...sebres2024-03-121-4/+8
* There are changes to package tcltest since release of Tcl 9.0b1.dgp2024-02-141-1/+1
* Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expre...jan.nijtmans2024-01-131-2/+2
* Optimize use of $fullutf variablejan.nijtmans2024-01-091-15/+28
* Backport tcltest 2.5.6 from Tcl9.0b1jan.nijtmans2024-01-091-12/+49
* Use "info exists" to test for Tk presencejan.nijtmans2024-01-091-1/+1
* Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraintsapnadkarni2023-09-221-0/+1
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-16/+16
* tcltest 2.5.4 -> 2.5.5jan.nijtmans2022-07-221-1/+1
* correctly show the execution time unit by usec (µs) if testing on systems wi...sebres2022-07-221-1/+1
* Update tcltest package to version 2.5.4 (backported from Tcl 8.7)jan.nijtmans2021-12-081-4/+22
* Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-281-1/+1
* Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6jan.nijtmans2020-12-041-7/+20
* Backport many (formatting) changes in tools/*. Nothing functional.jan.nijtmans2020-09-201-2/+2
* Proposed solution for [835c93c000]: TIP #525 only implemented for non-singlep...jan.nijtmans2020-09-161-5/+14
* Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-3/+3
* Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-201-12/+23
* introduces new command and constraint testWithLimit (as include tests/interna...sebres2020-01-301-1/+1
* small amend (whitespace, no functional)sebres2019-12-091-1/+1
* rewrite of [dff608952b]: skip tests if there is really a timing issue (and im...sebres2019-12-061-15/+51
* If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps t...jan.nijtmans2019-08-261-2/+7
* [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure.dgp2018-11-081-1/+3
* [TIP 525] Backport package tcltest 2.5dgp2018-10-291-43/+84
* (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ...jan.nijtmans2018-10-271-2/+2
* Enable CI builds with Travis.dkf2018-10-231-2/+2
|\
| * Disable windows builds. Make test failures fatal.dkf2018-10-211-2/+2
* | code review, skip slow test winpipe-8.2 executed args from injectList particu...sebres2018-08-231-0/+4
|/
* Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::te...jan.nijtmans2014-06-231-33/+33
* previous commit was not quite right, this one should be betterjan.nijtmans2014-06-201-14/+14
* ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution unti...jan.nijtmans2014-06-201-7/+7
* The only relyable way of changing environment variables to uppercase (e.g. en...jan.nijtmans2013-11-211-8/+3
* Safer clean-up of environment variables: Do removal after insertions -> tclte...jan.nijtmans2013-11-201-5/+8
* Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 r...jan.nijtmans2013-10-281-1/+1
* More improvements found browsing tcltest.dgp2013-01-301-11/+1
* For tcltest, selected modernizations and style improvements from Patrick Fradin.dgp2013-01-301-108/+100
* Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+4
|\
| * Disable the legacy configuration setting from $::argv only when a settingdgp2012-12-031-2/+4
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-301-3/+11
|\ \ | |/
| * [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-301-2/+10