Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve tcltest package: Don't use 'scan' for printable characters, and ↵ | jan.nijtmans | 2023-04-01 | 1 | -7/+6 |
| | | | | don't print lf as \x0A any more (as in Tcl 8.6) | ||||
* | Make "tcltest" package use "-profile tcl8" internally, irrespective of what ↵ | jan.nijtmans | 2023-03-18 | 1 | -9/+13 |
| | | | | the default profile is | ||||
* | Merge 8.7 | apnadkarni | 2023-03-14 | 2 | -10/+5 |
|\ | |||||
| * | Forgot that \x00 is not printable anyway | jan.nijtmans | 2023-03-12 | 1 | -1/+1 |
| | | |||||
| * | Make test-output more readable when it contains non-printable characters ↵ | jan.nijtmans | 2023-03-12 | 2 | -4/+37 |
| | | | | | | | | | | (stolen from TIP #656 impl, thanks Ashok!) tcltest -> 2.5.6 | ||||
* | | Part way through utf-8 test equivalence classes | apnadkarni | 2023-02-17 | 1 | -2/+35 |
| | | |||||
* | | Fix tcltest to not exit on encoding errors when printing to stdout | apnadkarni | 2023-02-07 | 1 | -1/+5 |
|/ | |||||
* | tcltest 2.5.4 -> 2.5.5 | jan.nijtmans | 2022-07-22 | 2 | -2/+2 |
| | |||||
* | correctly show the execution time unit by usec (µs) if testing on systems ↵ | sebres | 2022-07-22 | 1 | -1/+1 |
| | | | | with not utf-8 default system encoding (e. g. windows) | ||||
* | Update tcltest package to version 2.5.4 (backported from Tcl 8.7) | jan.nijtmans | 2021-12-08 | 2 | -5/+23 |
| | |||||
* | Use "in" operator in stead of "lsearch -exact" when possible | jan.nijtmans | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | Backport "tcltest" package from 8.7. No changes when running on 8.5 or 8.6 | jan.nijtmans | 2020-12-04 | 1 | -7/+20 |
| | |||||
* | Backport many (formatting) changes in tools/*. Nothing functional. | jan.nijtmans | 2020-09-20 | 1 | -2/+2 |
| | | | testest.tcl: Use more uppercase hex. | ||||
* | Proposed solution for [835c93c000]: TIP #525 only implemented for ↵ | jan.nijtmans | 2020-09-16 | 1 | -5/+14 |
| | | | | non-singleproc case | ||||
* | Use $index<0 in stead of $index==-1 consistantly | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
| | |||||
* | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 2 | -13/+24 |
| | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3 | ||||
* | introduces new command and constraint testWithLimit (as include ↵ | sebres | 2020-01-30 | 1 | -1/+1 |
| | | | | tests/internals.tcl) that can be used to test a code under restricted circumstances (e.g. limited address space) | ||||
* | small amend (whitespace, no functional) | sebres | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | rewrite of [dff608952b]: skip tests if there is really a timing issue (and ↵ | sebres | 2019-12-06 | 1 | -15/+51 |
| | | | | implements new feature ::tcltest::Skip which allows conditionally skipping of tests at runtime) | ||||
* | If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps ↵ | jan.nijtmans | 2019-08-26 | 2 | -3/+8 |
| | | | | | the file locked), this should not result in a test failure, just a warning. Observed in this Travis build: [https://travis-ci.org/tcltk/tcl/jobs/576443957] Tcl test 2.5.0 -> 2.5.1 | ||||
* | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure. | dgp | 2018-11-08 | 1 | -1/+3 |
| | | | Repairs TIP 525 Implementation. | ||||
* | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 2 | -45/+86 |
| | |||||
* | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵ | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | | | | everything else to merge-marked to 8.6. Will put it back in the next commit | ||||
* | Enable CI builds with Travis. | dkf | 2018-10-23 | 1 | -2/+2 |
|\ | |||||
| * | Disable windows builds. Make test failures fatal. | dkf | 2018-10-21 | 1 | -2/+2 |
| | | |||||
* | | code review, skip slow test winpipe-8.2 executed args from injectList ↵ | sebres | 2018-08-23 | 1 | -0/+4 |
|/ | | | | particularly (normally winpipe-8.3 covers the same but jointly), to enable use parameter `-constraints slowTest`, added new test with randomly generated potentially dangerous args | ||||
* | Fix execute-6.5 test failure on trunk: the "preserveCore" part of ↵ | jan.nijtmans | 2014-06-23 | 1 | -33/+33 |
| | | | | tcltest::test assumes that the cleanup is done first, so moving the cleanup means the the "preserverCore" part needs to move with it. | ||||
* | previous commit was not quite right, this one should be better | jan.nijtmans | 2014-06-20 | 1 | -14/+14 |
| | |||||
* | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵ | jan.nijtmans | 2014-06-20 | 2 | -8/+8 |
| | | | | until after -output compare | ||||
* | The only relyable way of changing environment variables to uppercase (e.g. ↵ | jan.nijtmans | 2013-11-21 | 1 | -8/+3 |
| | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226]. | ||||
* | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 2 | -6/+9 |
| | | | | tcltest 2.3.7 | ||||
* | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵ | jan.nijtmans | 2013-10-28 | 2 | -2/+2 |
| | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving. | ||||
* | More improvements found browsing tcltest. | dgp | 2013-01-30 | 1 | -11/+1 |
| | |||||
* | For tcltest, selected modernizations and style improvements from Patrick Fradin. | dgp | 2013-01-30 | 1 | -108/+100 |
| | |||||
* | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 2 | -3/+5 |
|\ | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | ||||
| * | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 2 | -3/+5 |
| | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.2.11. | ||||
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -4/+12 |
|\ \ | |/ | | | | | setargv() function on mingw. | ||||
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+10 |
| | | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released) | ||||
* | | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * Use [package ifneeded] so slave gets exactly same tcltest version as master * Use [configure] command instead of legacy ::argv magic to pass tcltest configuration options to slave interp. Test files using the new [loadIntoSlaveInterpreter] command updated to declare their need for tcltest 2.3.3 as minimum acceptable release. | ||||
* | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 2 | -2/+33 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest | dgp | 2009-04-08 | 2 | -8/+8 |
| | | | | | | | | * library/tcltest/pkgIndex.tcl: package. [Bug 2570363] | ||||
| * | * library/tcltest/tcltest.tcl: Accept underscores and colons in | dgp | 2007-09-11 | 2 | -5/+5 |
| | | | | | | | | | | | | * library/tcltest/pkgIndex.tcl: constraint names. Properly handle constraint expressions that return non-numeric boolean results like "false". Bump to tcltest 2.2.9. [Bug 1772989; RFE 1071322] | ||||
| * | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 2 | -18/+15 |
| | | | | | | | | | | | | | | * tests/tcltest.test: failed attempts to [source] a directory, and similar matters. Thanks to "mpettigr". [Bug 1119798] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8 | ||||
| * | 2004-11-02 Don Porter <dgp@users.sourceforge.net> | dgp | 2004-11-02 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Corrected some misleading * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and ::errorCode information when the -setup, -body, and/or -cleanup scripts return an unexpected return code. Thanks to Robert Seeger for the fix. [RFE 1017151]. | ||||
| * | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 2 | -5/+7 |
| | | | | | | | | | | obsolete processCmdLineArgsHook. [Bug 1055673] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.7 | ||||
| * | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Corrected * tests/tcltest.test: double increment of numTestFiles in -singleproc 1 configurations. Updated tcltest-19.1 to tcltest 2.1 behavior. Corrected tcltest-25.3 to not falsely report a failure in tcltest.test. Bumped to tcltest 2.2.6. [Bugs 960560, 960926] | ||||
| * | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 2 | -6/+6 |
| | | | | | | | | | | | | * library/tcltest/pkgIndex.tcl: if TCLTEST_OPTIONS value. Updated * tests/tcltest.test: tcltest-19.1 to tcltest 2.1 behavior. Bumped to tcltest 2.2.6. | ||||
| * | * doc/tcltest.n: | dgp | 2004-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253] |