summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split pack-18.1 into two tests and remove the tempNotWin constraint. pack-18....fvogel2022-11-011-6/+33
* place-8.1, place-8.2: Remove platform-specific updating in these two tests.fvogel2022-11-011-16/+6
* pack-18.1, pack-18.2: Remove platform-specific updating in these two tests. R...fvogel2022-11-011-31/+16
* Fix mistake in previous commit when defining constraint haveCourier37Font.fvogel2022-10-311-1/+1
* font-38.11, font-44.2, unixFont-2.11: Eradicate all remaining failsOnUbuntuNo...fvogel2022-10-314-7/+20
* Move constraint haveTimes14Bold in constraints.tclfvogel2022-10-312-4/+6
* Rename constraint hasTimes14Bold --> haveTimes14Bold.fvogel2022-10-311-2/+2
* textTag.test: Replace constraint failsOnUbuntuNoXft by a more specific constr...fvogel2022-10-311-8/+17
* textTag.test: Remove useless haveCourier12 constraint, I can't see how this c...fvogel2022-10-311-442/+155
* fontchooser-4.4: Replace constraint failsOnUbuntuNoXft by a more specific con...fvogel2022-10-301-3/+2
* scrollbar-6.35 and scrollbar-6.44: Remove constraint failsOnXQuarz by adaptin...fvogel2022-10-301-15/+18
* scrollbar-6.12.* and scrollbar-6.29.*: Remove constraint failsOnXQuarz by ada...fvogel2022-10-301-6/+10
* scrollbar-3.36 and scrollbar-3.38: Remove constraint failsOnXQuarz by making ...fvogel2022-10-301-4/+6
* spinbox-8.18: Remove constraint failsOnUbuntuNoXft by making the test adapt i...fvogel2022-10-292-6/+5
* entry-8.18: Remove constraint failsOnUbuntuNoXft by making the test adapt its...fvogel2022-10-291-5/+2
* Remove a word in comment, making it more general.fvogel2022-10-291-1/+1
* entry-5.8: Remove superfluous constraint failsOnXQuarz, it tests OK without i...fvogel2022-10-291-2/+1
* clrpick-2.3: And now constraint failsOnXQuarz can be removed. This constraint...fvogel2022-10-291-3/+1
* clrpick-2.3: Fix test failure (this test only runs on unix notAqua). The line...fvogel2022-10-291-1/+0
* clrpick.test: When [testConstraint defaultPseudocolor8] is false we always ha...fvogel2022-10-291-1/+1
* Fix unintended fork (again).fvogel2022-10-281-15/+2
|\
| * Fix unintended fork.fvogel2022-10-280-0/+0
| * clrpick.test: Fix typos, and simplify clrpick-2.1fvogel2022-10-281-15/+2
* | clipboard-6.2: Remove constraint failsOnXQuarz since it does not fail on macO...fvogel2022-10-281-3/+1
|/
* canvText-20.1: Tolerate rounding error of at most 1 pixel on the bounding box...fvogel2022-10-281-3/+9
* Remove failsOnUbuntu and failsOnXQuarz constraints on canvText-20.1. Using Tk...fvogel2022-10-281-5/+2
* merge core-8-6-branchfvogel2022-10-28114-2652/+4959
|\
| * Test hygiene. Remove every file that is created.dgp2022-10-281-2/+4
| * Make sure `make distclean` clears away any tkUuid.h file in build area.dgp2022-10-282-2/+2
| * Fix [5e4e44a93b]: ttk::panedwindow chokes on dragjan.nijtmans2022-10-281-6/+6
| |\
| | * Fix [5e4e44a93b]: ttk::panedwindow chokes on drag.fvogel2022-10-251-6/+6
| * | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-274-18/+17
| * | Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-262-58/+103
| |\ \ | | |/ | |/|
| | * Rework comments a bit more.fvogel2022-10-251-3/+3
| | * Rework comments a bit.fvogel2022-10-251-47/+47
| | * Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-241-17/+41
| | * Focus is not needed to let bind-37.1 crash.fvogel2022-10-241-1/+0
| | * Add test bind-37.1 demonstrating bug [43573999ca]. This test currently crashe...fvogel2022-10-241-0/+22
| |/
| * Add a few more test adjustmentsculler2022-10-172-12/+15
| |\
| | * Add a few other adjustments to unstable_testsculler2022-10-102-20/+50
| * | Merge unstable_tests branch. This commit stabilizes several more tests that c...fvogel2022-10-1710-105/+104
| |\ \
| | * | Fix comment in tkMacOSXTest.c because it did not follow the successive change...fvogel2022-10-151-2/+2
| | * | Document why there is an 'update' in proc deleteWindows.fvogel2022-10-151-0/+4
| | * | Increase the timeout value in canvImg-4.2 since it was seen triggering once o...fvogel2022-10-151-1/+1
| | * | Merge 8.6. At this point (before the present merge), branch unstable_tests ru...fvogel2022-10-1511-60/+105
| | |\ \
| | * | | Revert [14f82014], i.e. remove TESTFLAGS='-verbose bepst' on macOS.fvogel2022-10-131-2/+2
| | * | | The latter commit made font-47.2, font-47.3, frame612.3 and textImage-4.2 fai...fvogel2022-10-133-8/+8
| | * | | Further try to avoid possible hangs in frame-12.3, textImage-4.2, font-47.2 a...fvogel2022-10-113-10/+12
| | | |/ | | |/|
| | * | Test Marc's finding about failures in unixEmbed.test due to interactions betw...fvogel2022-10-101-0/+1
| | * | Further try to avoid possible hangs in frame-12.3 and textImage-4.2. Hangs we...fvogel2022-10-102-2/+2