summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-08-041-6/+6
|\
| * Adjust some unixEmbed tests which were failing sporadically.culler2020-07-311-6/+6
| |
* | Merge 8.6: fix testing and build issues on the various supported versions of ↵culler2020-07-2710-128/+150
|\ \ | |/ | | | | macOS.
| * Merge mac_testing: fix testing and build issues on the various supported ↵culler2020-07-2710-128/+149
| |\ | | | | | | | | | versions of macOS.
| | * Remove the race condition from listbox-21.10 the same way as for listbox-21.9culler2020-07-251-8/+6
| | |
| | * Fix Windows tests which were affected by the Mac changes.culler2020-07-244-25/+39
| | |
| | * Still fiddling with listbox-21.9culler2020-07-231-1/+1
| | |
| | * Another adjustment to listbox-21.9culler2020-07-231-4/+3
| | |
| | * Adjust a couple of textDisp tests for El Capitanculler2020-07-231-3/+5
| | |
| | * Adjust listbox-21.9culler2020-07-231-6/+5
| | |
| | * See if we can speed up textDisp.testculler2020-07-231-6/+6
| | |
| | * All tests pass on Yosemite now.culler2020-07-232-15/+19
| | |
| | * Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-231-30/+12
| | |
| | * More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1?culler2020-07-221-8/+9
| | |
| | * Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-221-8/+11
| | |
| | * Fix Yosemite compiler warnings and bugs in tests revealed by testing on ↵culler2020-07-223-27/+47
| | | | | | | | | | | | Yosemite.
| | * Improve image testing on macOS.culler2020-07-211-12/+11
| | |
* | | Commit [22b16031] changed the font used in textWind.test for aqua. It ↵fvogel2020-07-231-5/+1
|\ \ \ | |/ / | | | | | | appears we can use 'Courier' instead of 'Courier New' on all three platforms with no failure (tested on Windows Vista and Linux Debian 10).
| * | Commit [4c6a42bd] changed the font used in textWind.test for aqua. It ↵fvogel2020-07-231-5/+1
| |/ | | | | | | appears we can use 'Courier' instead of 'Courier New' on all three platforms with no failure (tested on Windows Vista and Linux Debian 10).
* | Aqua: fix unixWm tests broken by the larger menubar in Big Surculler2020-07-201-12/+13
|\ \ | |/
| * Aqua: fix unixWm tests broken by the larger menubar in Big Surculler2020-07-201-12/+13
| |
* | For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+1
|\ \ | |/
| * For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+1
| |
* | Apple changed the metrics for Courier New in Big Sur, causing many textWind ↵culler2020-07-201-1/+5
|\ \ | |/ | | | | tests to fail.
| * Apple changed the metrics for Courier New in Big Sur, causing many textWind ↵culler2020-07-201-1/+5
| | | | | | | | tests to fail.
* | Merge 8.6marc_culler2020-07-186-44/+30
|\ \ | |/
| * macOS: remove unneeded code observed in [7ebdd17974], remove ↵marc_culler2020-07-151-5/+5
| | | | | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events.
| * Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove ↵marc_culler2020-07-131-3/+5
| | | | | | | | references to ServiceMode since Tcl_ServiceAll is not being called anymore.
| * Tweak and untweak a couple of tests with race conditions.marc_culler2020-07-122-3/+5
| |
| * Merge 8.6jan.nijtmans2020-07-125-36/+264
| |\
| | * Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave ↵fvogel2020-07-061-8/+56
| | |\ | | | | | | | | | | | | widget. Mouse pointer warping happens at idle time, and the fix does not change this.
| | | * Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ↵fvogel2020-06-142-28/+22
| | | | | | | | | | | | | | | | that does not have the fix yet.
| * | | Fix the Redisplay to make new windows complete.culler2020-06-071-4/+8
| | | |
| * | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent ↵culler2020-06-051-13/+8
| | | | | | | | | | | | | | | | Tcl_WaitForEvent from blocking if there is drawing that needs to be done.
| * | | Better control over when drawRect runs. Add check for drawing outside of ↵culler2020-06-013-23/+6
| | | | | | | | | | | | | | | | the drawRect clipping rectangle.
* | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave ↵fvogel2020-07-061-14/+35
|\ \ \ \ | | | | | | | | | | | | | | | widget. Mouse pointer warping happens synchronously.
| * \ \ \ Be even more specific in the result expected from bind-35.1fvogel2020-06-071-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Add comment explaining the result expected for bind-35.1fvogel2020-06-071-0/+2
| | | | |
| | * | | Be even more specific in the result expected from bind-35.1fvogel2020-06-071-1/+2
| | | | |
| | * | | Take into account that some WM, such as KDE/Plasma with the Aurorae theme ↵fvogel2020-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | engine, need a bit more time to setup a new toplevel and display its content.
| * | | | merge bug-e3888d5820fvogel2020-06-061-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Cherry-pick [a6c87041]: Make bind-34.1 pass on Debian 10 with KDE/Plasma by ↵fvogel2020-06-061-0/+1
| | | | | | | | | | | | | | | | | | | | giving the WM a more complete setup for this test.
| * | | | Take into account that some WM, such as KDE/Plasma with the Aurorae theme ↵fvogel2020-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | engine, need a bit more time to setup a new toplevel and display its content.
| * | | | Make success criterion for test bind-35.1 more specific, so that this same ↵fvogel2020-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | test passes in branch bug-e3888d5820-alt1 but fails in core-8-6-branch (previously bind-35.1 did not fail in core-8-6-branch, in which bug [e3888d5820] is not yet solved).
| * | | | Remove now useless command and test constraint testgrabfvogel2020-06-021-1/+0
| | | | |
| * | | | Remove proc waitForGrab from test bind-35.1fvogel2020-06-021-20/+3
| | | | |
| * | | | merge bug-e3888d5820fvogel2020-06-021-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Make test bind-34.1 pass on Debian 10 with KDE/Plasma.fvogel2020-06-021-0/+1
| | | | |
| * | | | merge bug-e3888d5820fvogel2020-06-021-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Fix error (with no consequences) in test bind-34.1fvogel2020-06-021-2/+2
| | | | |