Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | 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 | -6/+4 |
| | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
* | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf. | ||||
* | * tests/load.test: Relaxed strictness of error message matching | dgp | 2004-06-19 | 1 | -3/+4 |
| | | | | for test load-2.3 so that it will pass on Mac OSX. | ||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -7/+1 |
| | |||||
* | * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage | Kevin B Kenny | 2003-02-01 | 1 | -61/+72 |
| | | | | | | | | | is called to report the same package as being loaded in two interps, it shows up in [info loaded {}] in both of them (previously, it didn't appear in the static package list in the second. * tests/load.test Added regression test for the above bug. [Bug 670042] | ||||
* | * Corrections to tcltest and the Tcl test suite so that a test | dgp | 2002-06-22 | 1 | -4/+4 |
| | | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). | ||||
* | * Corrected some list-quoting issues and | dgp | 2002-05-10 | 1 | -2/+2 |
| | | | | | other matters that cause tests to fail when the patch includes special characters. Report from Vince Darley. [Bug 554068]. | ||||
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 1 | -6/+6 |
| | | | | in the working path. Thanks to Kevin Kenny. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -3/+3 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | 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 | -38/+72 |
| | |||||
* | Added test cases for new pkg_mkIndex -load case | welch | 1998-11-12 | 1 | -2/+2 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+160 |