summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update dde to version 1.3.3. jan.nijtmans2013-04-251-41/+53
| | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
* Allow URLs that don't have a path, but a query, e.g. ↵jan.nijtmans2013-04-091-0/+14
| | | | http://example.com?foo=bar and bump http to 2.5.8.
* Demand the error message indicating the purpose of the test.bug_3610026dgp2013-04-081-1/+1
|
* 3610026 Stop segfault when regexp overflows color limits.dgp2013-04-081-0/+11
|
* [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+22
|
* [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-0/+13
|
* A bit more tidiness expressing the new test expression.dgp2013-02-271-2/+35
|
* Convert test expression into less imposing form.dgp2013-02-271-3/+7
|
* [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+5
| | | | Lane for providing the test-case and the patch.
* added testbug_3605447dgp2013-02-211-0/+8
|
* Add test-case for Bug #2438181 (which passes in Tcl 8.4 but fails in 8.5/8.6).jan.nijtmans2013-02-191-0/+10
| | | Provided by Poor Yorick
* revise test numbering for forward mergingdgp2013-02-151-1/+4
|
* New branch bug-3604074 with improved patch to correct fixempties() failurebug_3604074dgp2013-02-141-1/+4
| | | to converge.
* Don't call "ulimit" on cygwin: On Cygwin the stack size cannot be modified, ↵jan.nijtmans2013-01-071-1/+2
| | | | and the reported stacksize is much lower than the real one.
* test case for bug-3598580: Tcl_ListObjReplace may release deleted elements ↵jan.nijtmans2013-01-031-0/+4
| | | | too early
* Fix msgcat.test (in case a higher msgcat version is encountered, which is ↵jan.nijtmans2012-11-161-0/+7
| | | | | not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3
* More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1514-1663/+20
| | | | systems.
* Fix 2 failing tests on Windows 7. Fix backported from Tcl 8.6jan.nijtmans2012-11-151-29/+35
|
* Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-6/+6
| | | | Make it work on cygwin (backported) Bump msgcat to 1.3.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
* 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
|
* Make test clearer to future maintainers.dkf2012-02-201-4/+4
|
* [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-0/+15
|
* 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
|
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
|
* [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-3/+18
|
* [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
|
* 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-3/+3
|
* Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-19/+33
|
* [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
|
* 3366265 Buffer allocated one byte too small caused overrun.dgp2011-07-132-0/+10
|
* comment fixjan.nijtmans2011-05-061-3/+3
|
* Fixed the shift in line numbers used for testing 'info frame' introduced by ↵andreask2011-04-201-0/+2
| | | | checkin [79367df0f0] (Mar 2, 2011).
* * generic/tclParse.c (TclParseBackslash): Correct trunction checks indgp2011-03-061-0/+38
| | | * tests/parse.test: \x and \u substitutions. [Bug 3200987]
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-01132-270/+0
| | | more harm than good. Purged them.
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-17/+18
| | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-012-7/+125
| | | | | | | * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference.
* Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-2/+19
| | | | Added some test cases, adapted and backported from 8.5
* Backport test to prove Tcl 8.4 is not buggy (2918610).dgp2010-01-051-1/+16
|
* (Backport) Fix [Bug 2891556] and improve test to detect similar ↵ferrieux2009-11-161-1/+2
| | | | manifestations in the future.
* * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-1/+32
| | | | | | * tests/io.test: which used the number of _written_ bytes or character to update the counters for the read bytes/characters. New test io-53.11. This is a backward port from the 8.5 branch.
* Fixed a number of test issues for Vista and Win7.patthoyts2009-11-104-263/+330
| | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
* * tests/info.test: Resolve ambiguous resolution of variableandreas_kupries2009-11-091-2/+2
| | | | "res". Backport from 8.5
* Fix for [Bug 1565466]Joe Mistachkin2009-10-181-4/+7
|
* * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-12/+251
| | | | | | | | | | | | | | | | | | | | | | | EvalTokensStandard, Tcl_EvalEx, EvalEx, TclAdvanceContinuations, TclEvalObjEx): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd, ListLines): * generic/tclCompCmds.c (*): * generic/tclCompile.c (TclSetByteCodeFromAny, TclInitCompileEnv, TclFreeCompileEnv, TclCompileScript): * generic/tclCompile.h (CompileEnv): * generic/tclInt.h (ContLineLoc, Interp): * generic/tclObj.c (ThreadSpecificData, ContLineLocFree, TclThreadFinalizeObjects, TclInitObjSubsystem, TclContinuationsEnter, TclContinuationsEnterDerived, TclContinuationsCopy, TclContinuationsGet, TclFreeObj): * generic/tclProc.c (TclCreateProc): * generic/tclVar.c (TclPtrSetVar): * tests/info.test (info-30.0-22): Extended parser, compiler, and execution with code and attendant data structures tracking the positions of continuation lines which are not visible in script's, to properly account for them while counting lines for #280, during direct and compiled execution.
* regression testsdgp2009-08-211-1/+33
|
* another testdgp2009-08-191-1/+11
|