summaryrefslogtreecommitdiffstats
path: root/tests/window.test
Commit message (Collapse)AuthorAgeFilesLines
* Remove newline, inadvertently introduced in commit [18301872460bfe26]erikleunissen2025-10-031-1/+0
|
* Remove unintended newlineerikleunissen2025-09-261-1/+0
|
* Complete replacement of the -loadfile/loadTestedCommands mechanism for all ↵erikleunissen2025-09-261-17/+11
| | | | test files
* Diversify initialization of test files w.r.t. option "-singleproc" and ↵erikleunissen2025-08-111-8/+19
| | | | remove call to "resetWindows" from main.tcl
* Restore "package require tcltest 2.2" in TESTFILE INITIALIZATION, even ↵erikleunissen2025-08-041-0/+2
| | | | though it's currently redundant.
* Remove mysterious "XXX" from NOTE sectionserikleunissen2025-07-231-1/+1
|
* Clean up NOTE/NOTES sectionserikleunissen2025-07-231-0/+2
|
* replace section header "# CLEANUP" with "# TESTFILE CLEANUP" throughouterikleunissen2025-07-191-1/+1
|
* Remove all occurrences of "return" as the last command in a test fileerikleunissen2025-06-121-1/+0
|
* Wrap long line in section "TESTFILE INITIALIZATION"erikleunissen2025-06-021-1/+2
|
* window.test, winfo.test: insert section headers corresponding to (amended) ↵erikleunissen2025-05-221-9/+23
| | | | prototype
* select.test, window.test: remove superfluous import commanderikleunissen2025-01-201-1/+1
|
* Merge 8.7. More indent fixesjan.nijtmans2024-09-291-69/+69
|\
* \ Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-2/+2
|\ \ | |/
| * Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-2/+2
| |\
| | * Make testcases more independant from exact error-message.jan.nijtmans2024-08-071-1/+1
| | |
* | | Even small speedups cause test failures.culler2024-06-221-1/+2
|/ /
* | Merge 8.6jan.nijtmans2021-03-191-0/+33
|\ \ | |/
| * Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-191-0/+33
| |\
| | * fix and testcase for ticket [9b6065d1fd]griffin2021-03-151-0/+33
| |/ |/|
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
| |
* | Merge trunkjan.nijtmans2020-10-051-2/+2
| |
* | Fix for [3512539fff] removed, by popular demandfvogel2016-07-311-3/+1
| |
* | Fixed [3512539fff] - .. is silently accepted in widget pathsfvogel2016-03-231-1/+3
|/
* Bring back test window-2.9. No longer hangs.dgp2013-04-011-5/+1
|
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * simple code cleanuphobbs2004-02-131-45/+12
| | |
| * | window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-3/+6
| | |
* | | window-2.9 deadlocks threaded Tk [Bug 1715716], add constraintdas2008-12-291-4/+7
| | |
* | | Update to tcltest2aniap2008-08-301-76/+127
|/ /
* | Use standard constraint namesdkf2004-06-241-4/+4
| |
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-4/+1
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-13/+1
| |
* | * tests/constraints.tcl:When running the test suite in a processdgp2003-11-181-17/+34
| | | | | | | | | | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations.
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-9/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* * generic/tkWindow.c (Tk_DestroyWindow,mdejong2002-11-141-1/+158
| | | | | | | | | | | | | | DeleteWindowsExitProc): Add TkHalfdeadWindow type and halfdeadWindowList to keep track of windows that were only partially deallocated before a call to exit. Finnish cleaning up these windows in DeleteWindowsExitProc. Keep track of cleanup status in Tk_DestroyWindow so that a window with a Destroy binding which calls exit will get fully destroyed. * tests/window.test: Add Tk_DestroyWindow tests for an assortment of half dead window cases. [Bug 630533]
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-10/+7
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-6/+6
| | | | tcltest 2.1.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-16/+32
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* skips tests that require tktest executablehershey1998-08-121-0/+6
|
* Initial revisionrjohnson1998-04-011-0/+131