summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Contribution by Patrick Fradin <patrick.fradin@planar.com>contrib_patrick_fradin_code_cleanupandreask2013-01-22109-2941/+2475
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quoting his mail: <pre> ========================================================== Hi Jeff, I spent some of my time to contribute to the TclTk community ! I'm in late for Christmas gift but like we said in French : "Mieux vaut tard que jamais". ;-) I've use TclDevKit 5.3.0 tclchecker to analyse TclTk code in Tcl and Tk library directories (library, tools and tests) to correct a lot of warnings and few errors. (encapsulate some expr, use 'chan xxx' instead of fconfigure, fileevent...) I've made some improvements too : Examples : - Use 'lassign' instead of many 'lindex' of 'foreach/break' loop. - Use 'in' or 'ni' operators instead of 'lsearch -exact' or to factorise some eq/ne && / || tests. - Use 'eq' or 'ne' to tests strings instead of '==' or '!='. - Use 'unset -nocomplain' to avoid 'catch {unset...}'. - Remove some useless catch around 'destroy' calls. - Use expand {*} instead of 'eval'. Don't touch a lot of code because I don't know all structs and lists. I think it could be a greater improvement to reduce 'eval' calls. Due to previous experience, I dot not change any indentation ! ;-) ========================================================== </pre>
* [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+22
|\
| * [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-041-0/+22
| |\
| | * Added tests for weird embedded windows namesbug_3588824fvogel2012-11-241-5/+15
| | |
| | * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-221-0/+12
| | |
| | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-158-1658/+5
| | | | | | | | | | | | systems.
| | * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
| * | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-146/+236
| |\ \ | | |/ | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| | * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-144/+229
| | | | | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * | Constrain tests that improperly demand user interaction.dgp2012-11-091-3/+3
| | |
| * | 3574877 stop hang of test dialog-1.3 on Aqua builds.dgp2012-10-051-2/+2
| | |
| * | Backport of dgp fixes on 50e0c049b2 to 8.5Kevin Walzer2012-10-021-10/+13
| | |
| * | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
| |\ \ | | |/
| | * Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
| | |
| * | Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-021-1/+1
| | |
* | | Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵jan.nijtmans2012-11-111-10/+28
| | | | | | | | | | | | 'user input problem' is gone, but the test might still fail.
* | | demo fix for bug 3585396. On which platforms this fails?jan.nijtmans2012-11-091-3/+3
| | |
* | | 3567812 3567779 Repaired regressions in 3546073 fix.dgp2012-09-151-10/+13
| | | | | | | | | Stopped test event leakage in winWm-9.2.
* | | more auditing of error codesdkf2012-07-301-5/+5
| | |
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-391/+220
| | |
* | | minor test corrections/stabilizationsdkf2012-07-242-11/+7
| | |
* | | Much more cleaning up of result handling.dkf2012-07-235-25/+25
| | |
* | | consistent error formatting, added error codesdkf2012-07-211-9/+9
| | |
* | | fix select-5.15 test case [Bug 2441988]jan.nijtmans2012-07-011-1/+1
| | |
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-1/+1
|\ \ \ | |/ /
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem]jan.nijtmans2012-06-101-1/+1
| |\ \ | | |/
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| | |
* | | fix some minor failures due to Tcl's changed list of safe aliasesdkf2012-05-311-12/+13
| | |
* | | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
|\ \ \ | |/ /
| * | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
| |\ \ | | |/
| | * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
| | |
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-283-0/+114
|\ \ \ | |/ / | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-0/+7
| | |
| * | Added test for bug 1615425fvogel2012-02-031-0/+13
| | |
| * | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-1/+95
| | |
* | | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+37
|\ \ \ | |/ /
| * | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+37
| |\ \
| | * | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-231-3/+38
| |/ /
* | | patch 3471873: mark next/prev with peer text widgetsjan.nijtmans2012-01-221-0/+14
|\ \ \ | |/ /
| * | [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextpatch_3471873jan.nijtmans2012-01-191-17/+48
| | |
* | | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-0/+18
|\ \ \ | |/ /
| * | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-0/+15
| |\ \
| | * | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557jan.nijtmans2012-01-171-0/+15
| |/ /
* | | tests/safe.test: [Bug 1847925]: Update list of hidden commands.dkf2011-11-291-49/+55
| | |
* | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
|\ \ \ | |/ /
| * | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
| | |
* | | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-4/+24
|\ \ \ | |/ / | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-4/+24
| | | | | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
* | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+18
|\ \ \ | |/ /
| * | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+18
| | |