summaryrefslogtreecommitdiffstats
path: root/tests/textImage.test
Commit message (Collapse)AuthorAgeFilesLines
* The latter commit made font-47.2, font-47.3, frame612.3 and textImage-4.2 ↵fvogel2022-10-131-2/+2
| | | | fail again (but not always). Try more updates.
* Further try to avoid possible hangs in frame-12.3, textImage-4.2, font-47.2 ↵fvogel2022-10-111-4/+2
| | | | and font-47.3. Hangs were (still) observed with frame-12.3 on macOS. This commit is based on an analysis of what is happening (from the events point of view) when changing a font configuration such as its size.
* Further try to avoid possible hangs in frame-12.3 and textImage-4.2. Hangs ↵fvogel2022-10-101-1/+1
| | | | were (rarely) observed with frame-12.3 on macOS.
* Avoid possible hangs in frame-12.3 and textImage-4.2. Hangs were (rarely) ↵fvogel2022-10-091-1/+1
| | | | observed with frame-12.3 on macOS..
* Stabilize frame-12.3 and textImage-4.2 by making use of <<TkWorldChanged>>. ↵fvogel2022-10-031-1/+4
| | | | These tests sporadically fail at GitHub Actions in branch unstable_tests on macOS with clang (mem, --enable-aqua). When they fail, font-47.2 and font-47.3 also fail.
* Remove proc updateWidgets since it now simply runs 'update' on all platforms.fvogel2022-09-251-1/+1
|
* Stabilize textImage-3.2 since after [ce12f9ac] it failed once at GitHub ↵fvogel2022-06-281-1/+2
| | | | Actions in branch unstable_tests on macOS with clang (mem, --enable-aqua).
* Stabilize textImage-3.2 since after [ecc939fd] it failed once at GitHub ↵fvogel2022-06-181-1/+1
| | | | Actions in branch unstable_tests on macOS with xcode. What we really need is that the returned bbox be up-to-date at each of the loop steps, i.e. the line heights must have been recomputed, and this can be obtained by calling '.t sync' rather than calling 'update idletasks' after some delay.
* Stabilize textImage-4.2. This test was observed failing several times at ↵fvogel2022-04-241-1/+1
| | | | GitHub Actions, on macOS with clang (no, --enable-aqua) or clang (mem, --enable-aqua). Font configuration schedules a redraw at idle time, that must be over before the bbox of the 'small' image is requested.
* Fix indentation in textImage.testfvogel2022-04-241-8/+8
|
* Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to ↵jan.nijtmans2020-09-281-7/+7
|\ | | | | | | Travis build failures
| * (cherry-pick): Require Tcltest 2.2 as a miminum. Run X11 testcases on Travis ↵jan.nijtmans2020-09-161-4/+4
| | | | | | | | in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet)
* | Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-5/+6
|\ \ | |/
| * Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-4/+6
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkArgv.c make defaultTable const tkScrollbar.c Store default for "-with" in static non-const memory tkWinInt.h make tkWinProcs const, and 5 tkWinX.c procs MODULE_SCOPE tkWinColor.c make sysColors const tkWinKey.c make keymap const tkWinScrlbr.c Simplify copying of "-with" default value. tkUnixWm.c make TkSetTransientFor static tests/textImage.test textImage-1.13 depends on hash-order
* | | Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-131-4/+6
| | | | | | | | | | | | environment.
* | | Update to tcltest2aniap2008-08-281-295/+395
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
|/ /
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-2/+20
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-14/+1
| |
* | TIP 155 implementationvincentdarley2003-10-311-4/+6
| |
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-191-3/+3
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-5/+2
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-19/+10
| | | | tcltest 2.1.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-5/+32
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+353