summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * unixWm.test - Let unixWm-44.7 and -44.8 pass on Debian 11 by reading the ↵fvogel2023-10-141-2/+2
| | | | | | | | manual (which says: 'the override-redirect flag is only guaranteed to be taken notice of when the window is first mapped or when mapped after the state is changed from withdrawn to normal'). Same recipe as [c53b0c12].
| * unixWm.test - Let unixWm-4.1, -4.2 and -4.3 pass on Debian 11 by processing ↵fvogel2023-10-141-6/+2
| | | | | | | | events while waiting a bit for the window to be withdrawn and deiconified. Also, remove the ancestral sleep that was once apparently needed for the tests to pass under twm.
| * wm-stackorder-5.2 really fails on XQuartz (this seems to be an ↵fvogel2023-10-081-1/+1
| | | | | | | | implementation bug). It also fails when run as if at Github Actions, i.e. when Xvfb is used. Certains tests such as this one must run on top of a window manager to pass, they need more than just a virtual framebuffer (Xvfb). Therefore, restore the two constraints failsOnUbuntu and failsOnXQuarz for wm-stackorder-5.2
| * wm.test - Let wm-stackorder-5.2 and wm-stackorder-5.3 pass on Debian 11 by ↵fvogel2023-10-081-5/+5
| | | | | | | | reading the manual (which says: 'the override-redirect flag is only guaranteed to be taken notice of when the window is first mapped or when mapped after the state is changed from withdrawn to normal'). Constraints failsOnUbuntu and failsOnXQuarz removed from these tests.
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-2/+2
|\ \
| * | Backout previous commit. In fact unixWM-45.2 and unixWm-45.4 do pass on ↵fvogel2023-10-151-2/+2
| | | | | | | | | | | | XQuartz (which is expected since the Linux implementation is used in this case).
| * | Restore the failsOnXQuarz constraint on unixWM-45.2 and unixWm-45.4 since on ↵fvogel2023-10-151-2/+2
| | | | | | | | | | | | XQuartz these tests still do fail.
| * | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-151-2/+2
| |/
* | send-8.4 now works on MacOS as welljan.nijtmans2023-09-041-2/+2
| |
* | Fix test failure of send-8.4 after [13194a23].sbron2023-09-041-1/+1
| |
* | Merge 8.6sbron2023-09-041-0/+8
|\ \ | |/
| * Add a test that will crash on Tk 8.7, due to bug [14a9b62e1d].sbron2023-09-041-0/+8
| |
* | Change menu test number: menu-41.1 --> menu-39.2fvogel2023-09-011-17/+18
|\ \ | |/
| * Change menu test number: menu-40.1 --> menu-39.2fvogel2023-09-011-1/+1
| |\
| | * Change menu test number: menu-40.1 --> menu-39.2fvogel2023-09-011-1/+1
| | |
* | | Merge 8.6jan.nijtmans2023-09-011-1/+1
|\ \ \ | |/ /
| * | Proposed fix for [6cc8002951]: numeric parameter errors depending on whether ↵jan.nijtmans2023-09-011-1/+1
| |/ | | | | | | string vs double/int rep. Please review
* | Renumber test menu-40.1 introduced by previous commit into menu-41.1 (name ↵fvogel2023-08-291-18/+18
| | | | | | | | clash resolution).
* | Add non-regression test menu-40.1 demonstrating use-after-free (bug ↵fvogel2023-08-291-0/+18
|\ \ | |/ | | | | [1797555fff]). This bug is already fixed by [32a43619cd].
| * Add non-regression test menu-40.1 demonstrating use-after-free (bug ↵fvogel2023-08-281-0/+18
| | | | | | | | [1797555fff]). This bug is already fixed by [32a43619cd].
| * Remove use of deprecated [trace] subcommandsjan.nijtmans2023-08-043-23/+23
| |
* | Made sure that test entry-3.1 in ttk/entry.test succeeds.csaba2023-08-271-1/+1
| |
* | Ticket [daa10097]: moved test case to imgPhoto.test, as it is not specific ↵oehhar2023-08-172-26/+15
| | | | | | | | to svg
* | Ticket [daa10097]: test casesoehhar2023-08-171-0/+26
| |
* | Make Tk work with TIP #673: Remove deprecated [trace] subcommandsjan.nijtmans2023-08-043-23/+23
| |
* | Fix [2a32225cd1]: Entry widget allows navigating by word in masked password ↵fvogel2023-08-022-0/+38
|\ \ | |/ | | | | field.
| * Add currently failing tests demonstrating bug [2a32225cd1].fvogel2023-08-012-0/+38
| |
| * Listbox entries don't use option database for initialization, so let ↵jan.nijtmans2023-07-181-5/+5
| | | | | | | | "itemconfigure" reflect that. Also improve documentation regarding TK_OPTION_DONT_SET_DEFAULT
* | Add tests for [tk systray exists].fvogel2023-07-231-0/+17
| |
* | Proposed fix for [3b4a9ed919]: Don't specify option database and ↵jan.nijtmans2023-07-171-5/+5
| | | | | | | | initialization value any more
* | Merge 8.6jan.nijtmans2023-06-148-35/+35
|\ \ | |/
| * (cherry-pick): Replaced the deprecated "trace variable" invocations with ↵jan.nijtmans2023-06-148-35/+35
| | | | | | | | "trace add variable"; several further improvements.
* | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-071-1/+45
|\ \ | |/
| * Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries.fvogel2023-06-061-1/+45
| |\
| | * Add (currently failing) tests demonstrating bug [a418aafa76]: Bogus @x,y ↵fvogel2023-05-281-1/+45
| | | | | | | | | | | | indices are accepted for menu entries
* | | Merge implementation of TIP #658 - Attach identifiers to Tk menu entries, ↵fvogel2023-06-043-56/+207
|\ \ \ | | | | | | | | | | | | following positive vote from the TCT. Thanks to the author, Schelte Bron!
| * \ \ merge trunkfvogel2023-05-285-8/+40
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-03-302-2/+54
| |\ \ \ \
| * | | | | Add a test for an id that is equal to a special index.sbron2023-03-221-1/+12
| | | | | |
| * | | | | Fix winMenu tests impacted by the tip.fvogel2023-03-211-18/+18
| | | | | |
| * | | | | Fix menuDraw tests impacted by the tip.sbron2023-03-211-9/+9
| | | | | |
| * | | | | Fix error message formatting and add a test for the error scenario.sbron2023-03-201-0/+10
| | | | | |
| * | | | | Add tests for TIP 658.sbron2023-03-201-0/+130
| | | | | |
| * | | | | Implement TIP 658sbron2023-03-161-29/+29
| | | | | |
* | | | | | Stabilize event-9.2 on macOSfvogel2023-05-291-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Stabilize event-9.2 on macOSfvogel2023-05-291-0/+1
| | |_|/ | |/| |
* | | | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
|\ \ \ \ | |/ / /
| * | | Add non-regression test for [6ee162c3d9].fvogel2023-05-271-0/+7
| | | |
| * | | Backport: Do not build every branch. Too expensive.jan.nijtmans2023-05-061-1/+1
| | | |
* | | | Fix [40ec887767]: Aqua: unixWm-60.1 fails under dark modefvogel2023-05-131-2/+4
| | | |