summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
*-. Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357dgp2012-06-012-65/+116
|\ \
| | * Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| |/
* | merge 8.5dgp2012-05-243-12/+198
|\ \ | |/
| * * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-6/+16
| | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct.
| * [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-1/+177
| |
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-5/+5
| |\
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-5/+5
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp.sebres2012-04-191-43/+46
|/ /
* | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-071-6/+6
|\ \ | |/ | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
| * http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵andreask2012-03-071-6/+6
| | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7.
* | oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
|\ \ | |/
| * oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
| |
* | [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-0/+13
|\ \ | |/
| * Make test clearer to future maintainers.dkf2012-02-201-4/+4
| |
| * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-0/+15
| |
* | Add tests relating to bug 1115587. The bug itself still exists at this point.dkf2012-02-231-30/+33
| |
* | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdkf2012-02-151-0/+51
| | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble.
* | 3485022 TclCompileEnsemble() avoid compile when exec traces set.dgp2012-02-061-0/+28
|\ \ | |/
| * 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵dgp2012-02-061-0/+33
| | | | | | | | cmd.
| * Backport patch 2834a01435 to prevent test failures from timing matters.dgp2012-01-232-2/+3
| |
* | Fix for [Bug 3484621]: insure that execution traces on bytecoded commandsmig2012-02-061-0/+33
| | | | | | bump the interp's compile epoch.
* | Backport more robust stringObj tests.dgp2012-01-261-26/+39
| |
* | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-3/+1
| | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished).
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
| |
* | Fix loading of timezones where one abbreviation is a proper suffix of ↵Kevin B Kenny2012-01-081-0/+148
| | | | | | | | another [Bug 3470928]
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-3/+14
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-3/+18
| |
* | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-0/+4
| |
* | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
|\ \ | |/
| * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
| |
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-302-2/+2
|\ \ | |/ | | | | setargv() function on mingw.
* | Missing constraintsdgp2011-11-082-16/+136
| |
* | Added test case to the test suitedgp2011-10-271-0/+4
| |
* | Backport 2902268 fix.bug_2902268dgp2011-10-261-6/+27
| |
* | Don't cache the system timezone when it was derived from TCL_TZ or TZ.max2011-10-181-0/+33
| |
* | revert test-case from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
|\ \ | |/
| * revert test-case change from [Bug 2935503]jan.nijtmans2011-10-131-3/+3
| |
* | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-4/+4
|\ \ | |/
| * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |
* | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-28/+38
|\ \ | |/
| * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-19/+33
| |
* | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides thedkf2011-09-162-0/+32
| | | | | | | | -type option (important because -type has a default that is not always appropriate, and the header must not be duplicated).
* | remove stray copy/pastedgp2011-09-071-4/+0
| |
* | Tidiness, comments, and tests.dgp_3401704dgp2011-09-071-0/+61
| |
* | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex)dgp2011-09-012-2/+20
| | | | | | [scan Inf %g] is portable; remove constraint.
* | [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+7
| |
* | [Bug 1774689] async-4.3 sometimes fails. (backport)ferrieux2011-08-191-1/+1
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
| |