Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge-mark 8.6. Missing/superflouous testConstraint | jan.nijtmans | 2021-04-13 | 1 | -1/+0 |
|\ | |||||
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -6/+6 |
| | | | | | | | | (UTF-8) character. | ||||
* | | Merge 8.6 | jan.nijtmans | 2021-01-28 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-12-04 | 1 | -66/+0 |
|\ \ | |/ | |||||
| * | Merge 8.5 | jan.nijtmans | 2020-12-04 | 1 | -66/+0 |
| |\ | |||||
| | * | TclWordEnd was removed in 8.1, so those testcases cannot be run anymore | jan.nijtmans | 2020-12-04 | 1 | -66/+0 |
| | | | |||||
* | | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
| |/ / | |||||
* | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | |||||
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
|/ / | | | | | | | whenever reasonable. | ||||
* | | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -1/+1 |
| | | |||||
* | | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+4 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | [3606125] Make parser-related tests work on their own. | dkf | 2016-07-12 | 1 | -3/+10 |
| | | |||||
* | | Make sure all uses of the [testbytestring] command are constrained. | dgp | 2014-11-07 | 1 | -6/+6 |
| | | |||||
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -6/+7 |
| | | | | | | | | New "testbytestring" command which can be used to replace the (to-be-deprecated) "bytestring" command from tcltest and/or the "indentity" encoding. Adapt many testcases to use the "testbytestring" command. | ||||
* | | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix | dgp | 2013-01-30 | 1 | -12/+10 |
|\ \ | |/ | |||||
| * | For Parse/eval, select modernizations from Patrick Fradin. | dgp | 2013-01-30 | 1 | -12/+10 |
| | | |||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|/ | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | 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. | ||||
| * | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 1 | -15/+5 |
| | | |||||
* | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test. | ||||
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -3/+2 |
| | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | | More elimination of dup test numbers [Bugs 710365, 710369] | dkf | 2003-03-27 | 1 | -15/+5 |
|/ | |||||
* | * Implementation of TIP 101. Adds and exports a [configure] command | dgp | 2002-06-25 | 1 | -1/+5 |
| | | | | from tcltest. | ||||
* | * tests/parseOld.test: changed some tests that required | hobbs | 2001-08-02 | 1 | -66/+67 |
| | | | | | testwordend to exist to skip in a proper tcltest manner. [Bug: #442663] | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | * tests/info.test: | hobbs | 1999-12-12 | 1 | -2/+2 |
| | | | | | | | | | | * tests/parseOld.test: * generic/tclCmdAH.c: * generic/tclProc.c: changed Tcl_UplevelObjCmd (uplevel) and Tcl_EvalObjCmd (eval) to use TCL_EVAL_DIRECT in the single arg case as well, to take advantage of potential pure list input optimization. This means that it won't get byte compiled though, which should be acceptable. | ||||
* | * tests/tcltest.test: Added additional tests for -tmpdir, marked | jenn | 1999-08-23 | 1 | -1/+6 |
| | | | | | | | | | | | | | | all tests that use exec as unixOrPc. * tests/encoding.test: * tests/interp.test: * tests/macFCmd.test: * tests/parseOld.test: * tests/regexp.test: Applied patches from Jim Ingham to add encoding to a Mac only interp test, change an error message in macFCmd.tet, put a comment in parseOld.test, fix tests using the testencoding path command, and put unixOrPc constraints on tests that use exec. | ||||
* | Removed extra '\' characters at the beginning of the parseOld.test | jenn | 1999-07-06 | 1 | -2/+2 |
| | | | | | file that were causing "invalid command" messages whenever the test was run. | ||||
* | Improved support for empty array names | welch | 1999-07-02 | 1 | -6/+5 |
| | |||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+546 |