summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
|\
| * Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| |
* | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-0/+18
|\ \ | | | | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this.
| * | Add test showing both loss of bytes and empty-fileevent frenzy.ferrieux2012-05-201-0/+18
| | |
* | | Increase the timer resolution of test io-29.33b so the timing sensitivitydgp2012-05-221-3/+3
| | | | | | | | | of the test is reduced and failures on slow runs are avoided.
* | | Use [package prefer latest] to force valgrinding to use a version of Thread ↵dgp2012-05-211-0/+1
| | | | | | | | | | | | | | | suitable for the whole test suite.
* | | Update requirements to avoid old buggy Thread releases.dgp2012-05-211-1/+1
| | |
* | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+16
|\ \ \
| * | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-1/+1
| | | | | | | | | | | | update dde version to 1.4.0
| * | | merge trunkjan.nijtmans2012-05-101-1/+115
| |\ \ \
| * | | | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-081-2/+2
| | | | |
| * | | | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-081-2/+2
| | | | |
| * | | | merge trunkdkf2012-05-063-15/+18
| |\ \ \ \
| * | | | | add some testsdkf2012-05-031-0/+14
| | | | | |
* | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-5/+105
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings.
* | | | | Cancel the timeout timers! If this isn't done, lingering timers from dgp2012-05-171-0/+16
| | | | | | | | | | | | | | | | | | | | early tests can trigger false timeouts of later tests (since they are all using a common variable name).
* | | | | * 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.
| * | | | * 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 3527618]: Stabilize tests that use [info frame 0]dkf2012-05-171-4/+4
| | | | |
* | | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-5/+146
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-1/+177
| | | | |
* | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-2/+2
| |_|_|/ |/| | | | | | | 'file' with that of unsafe interpreters.
* | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ↵andreask2012-05-091-1/+1
| | | | | | | | | | | | | | | | owner == handler.
* | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | test case. Modified [chan postevent] to properly inject the event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology.
* | | | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes theandreask2012-05-091-0/+114
| |_|/ |/| | | | | | | | | | | | | | | | | core if it were not disabled as knownBug. For a reflected channel transfered to a different thread the [chan postevent] run in the handler thread tries to execute the owner threads's fileevent scripts by itself, wrongly reaching across thread boundaries.
* | | 3428754 Test socket-14.2 tolerate [socket -async] connection that connectsdgp2012-05-031-9/+12
| | | | | | | | | synchronously.
* | | 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
| |\ \
| | * | 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
* | | | Disable offending test iocmd.tf-24.16, pending fix in refchan code explored ↵ferrieux2012-05-021-1/+1
| |_|/ |/| | | | | | | | in branch bug-3522560.
* | | Tame deadlocks in broken refchan tests [Bug 3522560]ferrieux2012-04-301-0/+3
| | |
* | | Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ferrieux2012-04-301-0/+1
| | | | | | | | | | | | compat flag.
* | | Compat flag, test, and doc update.tip_398_implferrieux2012-04-281-1/+20
| | |
* | | Restore the tcl_platform(threaded) variable.dgp2012-04-171-0/+2
| | |
* | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-151-0/+12
| | | | | | | | | flushing work correctly in a pushed compressing channel transform.
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-113-6/+2
|\ \ \ | |/ /
* | | Fix [Bug 3396896]dkf2012-04-091-2/+16
| | |
* | | Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-091-0/+72
| | |
* | | Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-041-1/+35
| | |
* | | Added characterisation of Bug 3514761; currently knownBug...dkf2012-04-041-0/+16
| | |
* | | Implementation of TIP #396dkf2012-04-021-15/+34
| | |
* | | Implementation of TIP #395dkf2012-03-271-5/+77
| | |
* | | Implementation of TIP #397dkf2012-03-271-5/+52
| | |
* | | Implementation of TIP #380dkf2012-03-261-1/+241
| | |
* | | Merged from 8.5 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.8.4.
| * | 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
| |\ \ | | |/
| | * oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
| | |